Skip to content
Snippets Groups Projects
  1. Jul 14, 2023
  2. Jan 16, 2023
    • Simon Glass's avatar
      expo: Add basic implementation · 87c6f8a4
      Simon Glass authored and Tom Rini's avatar Tom Rini committed
      
      An expo is a way of presenting and collecting information from the
      user. It consists of a collection of 'scenes' of which only one is
      presented at a time. An expo is typically used to show a boot menu
      and allow settings to be changed.
      
      One created, the same expo can be automatically presented in graphical
      form using a vidconsole, or in text form on a serial console.
      
      Add an initial implementation of the expo itself. Supports for scenes
      and objects is provided later.
      
      Signed-off-by: Simon Glass's avatarSimon Glass <sjg@chromium.org>
      87c6f8a4
Loading