]> git.dujemihanovic.xyz Git - u-boot.git/commit
video: Add a Kconfig option for SPL video handoff
authorSimon Glass <sjg@chromium.org>
Sun, 30 Jul 2023 17:16:05 +0000 (11:16 -0600)
committerBin Meng <bmeng.cn@gmail.com>
Wed, 9 Aug 2023 15:31:11 +0000 (23:31 +0800)
commitb7080bfceb35cba3a460decb04a9fc3d6dbba511
tree24213cc6bbb0967aa5dead7f9d664b5d8e578f41
parent4099df48a68fdfdc4b1d57a503679b35e724de4e
video: Add a Kconfig option for SPL video handoff

At present this feature is enabled in SPL if a bloblist is available.
Some platforms may not want to use this, so add an option to allow the
feature to be disabled.

Note that the feature unfortunately only fills in part of the
video-handoff information, so causes failures on x86 platforms. For now,
disable it there.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Tested-by: Bin Meng <bmeng.cn@gmail.com> # qemu-x86_64
common/board_f.c
drivers/video/Kconfig
drivers/video/video-uclass.c