Re: [EXTERNAL] [PATCH v2 25/42] x86: Pass video settings from SPL to U-Boot proper

2023-05-04 Thread Nikhil M Jain
Hi Simon, On 19/04/23 09:32, Simon Glass wrote: When video is set up in SPL, U-Boot proper needs to use the correct parameters so it can write to the display. Put these in a bloblist so they are available to U-Boot proper. Signed-off-by: Simon Glass --- (no changes since v1) drivers/pci/p

[PATCH v2 25/42] x86: Pass video settings from SPL to U-Boot proper

2023-04-18 Thread Simon Glass
When video is set up in SPL, U-Boot proper needs to use the correct parameters so it can write to the display. Put these in a bloblist so they are available to U-Boot proper. Signed-off-by: Simon Glass --- (no changes since v1) drivers/pci/pci_rom.c | 78 +++---