]> Git Repo - J-u-boot.git/commit
x86: Pass video settings from SPL to U-Boot proper
authorSimon Glass <[email protected]>
Sun, 16 Jul 2023 03:38:59 +0000 (21:38 -0600)
committerBin Meng <[email protected]>
Mon, 17 Jul 2023 09:12:26 +0000 (17:12 +0800)
commit03fe79c091cee0bd591070dd24adfa8f556b50df
tree4bd915467709328e0e7cd567246cdb619ea29167
parent5345700d2af425a8c5a36c078db5d71bf31280c7
x86: Pass video settings from SPL to U-Boot proper

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 <[email protected]>
Reviewed-by: Nikhil M Jain <[email protected]>
Reviewed-by: Bin Meng <[email protected]>
common/bloblist.c
drivers/pci/pci_rom.c
include/bloblist.h
include/video.h
This page took 0.036044 seconds and 4 git commands to generate.