Re: [PATCH v4 29/45] x86: Enable display for QEMU 64-bit

2023-07-15 Thread Simon Glass
Hi Bin, On Wed, 12 Jul 2023 at 23:17, Bin Meng wrote: > > Hi Simon, > > On Mon, Jun 19, 2023 at 8:02 PM Simon Glass wrote: > > > > 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 b

Re: [PATCH v4 29/45] x86: Enable display for QEMU 64-bit

2023-07-12 Thread Bin Meng
Hi Simon, On Mon, Jun 19, 2023 at 8:02 PM Simon Glass wrote: > > 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 in

[PATCH v4 29/45] x86: Enable display for QEMU 64-bit

2023-06-19 Thread Simon Glass
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. Th