]> git.baikalelectronics.ru Git - uboot.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)
commite0e17f094f759e11f63035c6e1643fd0e811527c
tree24213cc6bbb0967aa5dead7f9d664b5d8e578f41
parent174fb7963e6917f3137ba81bdc76761d792767c3
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