summaryrefslogtreecommitdiff
path: root/boot/bootflow_menu.c
AgeCommit message (Collapse)AuthorFilesLines
2023-07-14expo: Rename exp_set_text_mode()Simon Glass1-1/+1
Rename this function to match its peers, using the full "expo' prefix. Signed-off-by: Simon Glass <sjg@chromium.org>
2023-07-14expo: Avoid automatically arranging the sceneSimon Glass1-0/+4
This should ideally be done once after all scene changes have been made. Require an explicit call when everything is ready. Always arrange after a key it sent, just for convenience. Signed-off-by: Simon Glass <sjg@chromium.org>
2023-01-17bootstd: Support setting a theme for the menuSimon Glass1-0/+43
Allow a theme to be set. For now this is very simple, just a default font size to use for all elements. Signed-off-by: Simon Glass <sjg@chromium.org>
2023-01-17bootstd: Support creating a boot menuSimon Glass1-0/+241
Create an expo to handle the boot menu. For now this is quite simple, with just a header, some menu items and a pointer to show the current one. Signed-off-by: Simon Glass <sjg@chromium.org>