commit | d46776c747db2ce4b1ffa468f225cd6305e30d29 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Jul 15 21:39:19 2023 -0600 |
committer | Bin Meng <bmeng@tinylab.org> | Mon Jul 17 17:23:15 2023 +0800 |
tree | 1b368979d5db325e87255fab8cbc180f5eea1a4a | |
parent | 90ca96afc962153e5421cffd8c0a4b9693cef0e1 [diff] |
x86: Switch QEMU over to use the bochs driver This is more convenient since it does not require a video BIOS. Enable it for QEMU. Also drop use of video in SPL for the 64-bit QEMU, since it not needed now. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>