commit | 3e47f299b919ebe272b2f325d36e11590ac84f02 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Jan 04 08:10:36 2024 -0700 |
committer | Tom Rini <trini@konsulko.com> | Wed Apr 10 20:01:33 2024 -0600 |
tree | 991389b92bc450a45d57588858b51e633ee513f0 | |
parent | 0d53be75c701d00ea3a106db1f3e5cca8c05068f [diff] |
x86: coreboot: Add a boot script Provide the user with a list of available boot options. Selecting one causes it to be booted. Pressing <ESC> causes U-Boot to return to the command-line prompt. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>