]> git.ipfire.org Git - thirdparty/u-boot.git/commit - cmd/bootflow.c
bootstd: Support creating a boot menu
authorSimon Glass <sjg@chromium.org>
Fri, 6 Jan 2023 14:52:40 +0000 (08:52 -0600)
committerTom Rini <trini@konsulko.com>
Mon, 16 Jan 2023 23:26:50 +0000 (18:26 -0500)
commit02d929bfb25af22171dbd100f38ffd8fa6bf6238
tree5c608f527b5e0d813e61dfe42a20dcb69e9704cf
parentfe93c14b4c62c47120bf95a79269fe94779c21f4
bootstd: Support creating a boot menu

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>
boot/Makefile
boot/bootflow_internal.h [new file with mode: 0644]
boot/bootflow_menu.c [new file with mode: 0644]
cmd/bootflow.c
include/bootflow.h