summaryrefslogtreecommitdiff
path: root/boot/bootflow_menu.c
AgeCommit message (Expand)Author
2025-05-30expo: Drop the special theme code for bootflow_menuSimon Glass
2025-05-30expo: Set up menu fully in bootflow_menu_start()Simon Glass
2025-05-30expo: Split setting up the menu from adding itemsSimon Glass
2025-05-30expo: Update bootflow_menu_poll() to return a sequence IDSimon Glass
2025-05-30expo: Improve the visual appearance of the menuSimon Glass
2025-05-30expo: Drop the gap between groups of menu itemsSimon Glass
2025-05-30expo: Use a simpler name for USB mediaSimon Glass
2025-05-30expo: Support rendering multiple lines of textSimon Glass
2025-05-30expo: Allow adding a single bootflow to a menuSimon Glass
2025-05-30expo: Split bootflow_menu_new() into two piecesSimon Glass
2025-05-30expo: Split bootflow_menu_run() into two piecesSimon Glass
2025-05-30expo: Adjust how menu items are highlightedSimon Glass
2025-05-30expo: Add a function to poll for inputSimon Glass
2025-05-30expo: Add CLI context to the expoSimon Glass
2024-06-20boot: bootflow_menu: fix crash for EFI BOOTMGR global bootmethQuentin Schulz
2024-05-20Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"Tom Rini
2024-05-19Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""Tom Rini
2024-05-06boot: Remove <common.h> and add needed includesTom Rini
2024-01-18boot: superfluous assignment in bootflow_menu_new()Heinrich Schuchardt
2023-07-14expo: Rename exp_set_text_mode()Simon Glass
2023-07-14expo: Avoid automatically arranging the sceneSimon Glass
2023-01-16bootstd: Support setting a theme for the menuSimon Glass
2023-01-16bootstd: Support creating a boot menuSimon Glass