commit | 24e7c3e9fcb7cb1987456140fd57ae390be3f645 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Jul 15 21:39:08 2023 -0600 |
committer | Bin Meng <bmeng@tinylab.org> | Mon Jul 17 17:12:26 2023 +0800 |
tree | 75c1c4a7f19616b3144eded2d38cf38d62e477e7 | |
parent | 78211de6002734c6cf7c39c21990f6ba2cc5c965 [diff] |
x86: Enable useful options for qemu-86_64 This build can be used to boot standard distro builds, since these are mostly 64-bit these days. Enable some more options, so that all possible EFI UUIDs are decoded, we get a proper printf() in SPL, can search memory for tables, support the full set of standard-boot features, have full logging and can boot from CDROM media. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>