]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commitb6c08f323b0d58f9a679e432181b43db8a9ff289
tree5c608f527b5e0d813e61dfe42a20dcb69e9704cf
parent0989ed1c403dea9b241ec827a07a49fb9e8714d0
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