x86: Pass video settings from SPL to U-Boot proper
authorSimon Glass <sjg@chromium.org>
Sun, 16 Jul 2023 03:38:59 +0000 (21:38 -0600)
committerBin Meng <bmeng@tinylab.org>
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 <sjg@chromium.org>
Reviewed-by: Nikhil M Jain <n-jain1@ti.com>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
common/bloblist.c
drivers/pci/pci_rom.c
include/bloblist.h
include/video.h