commit | 0a2f6a3df2aa8cca4bfa01334d752c7e6b2a4e57 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Fri Jan 06 08:52:40 2023 -0600 |
committer | Tom Rini <trini@konsulko.com> | Mon Jan 16 18:26:50 2023 -0500 |
tree | 5c608f527b5e0d813e61dfe42a20dcb69e9704cf | |
parent | 65924996f3e9bcdcbb5c8e8af62af127a1b696c5 [diff] |
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>