aboutsummaryrefslogtreecommitdiff
path: root/boot/bootflow_menu.c
AgeCommit message (Collapse)AuthorFilesLines
2023-01-16bootstd: 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-16bootstd: 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>