commit | 0b004e41f2408814f1c019d982f5bf0b29db20cc | [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 | dea1388526b498ce65d968c56b0cc5d32ce7e2d3 [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>