x86: Enable display for QEMU 64-bit
authorSimon Glass <sjg@chromium.org>
Sun, 16 Jul 2023 03:39:04 +0000 (21:39 -0600)
committerBin Meng <bmeng@tinylab.org>
Mon, 17 Jul 2023 09:12:26 +0000 (17:12 +0800)
commitfa5e2030922b561d5f9ea6c86295f5903e3d878c
tree5047515c8c9ece6d8d344c10d9b1e0554d6bd37b
parentfa5690c1f53929b78f9d9f4e270bd64befcda755
x86: Enable display for QEMU 64-bit

Enable the various options needed for display to work on the qemu-x86_64
board. This includes expanding the available malloc() memory in SPL,
since the PCI bus must be enumerated in order to find the video device.

It also includes enabling a bloblist, so that the video parameters can be
passed. This is placed at address 10000 but is not needed after U-Boot
proper reads the information there.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
configs/qemu-x86_64_defconfig