
5 May
2023
5 May
'23
6:27 a.m.
On 05/05/23 04:28, 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 Glasssjg@chromium.org
Changes in v3:
Add a tag name for the blob
common/bloblist.c | 1 + drivers/pci/pci_rom.c | 78 +++++++++++++++++++++++++++++++------------ include/bloblist.h | 1 + include/video.h | 24 +++++++++++++ 4 files changed, 83 insertions(+), 21 deletions(-)
Reviewed-by: Nikhil M Jain n-jain1@ti.com