[PATCH v2 7/9] video: Add a Kconfig option for SPL video handoff

Bin Meng bmeng.cn at gmail.com
Thu Aug 3 12:50:12 CEST 2023


On Mon, Jul 31, 2023 at 1:16 AM Simon Glass <sjg at chromium.org> wrote:
>
> 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 at chromium.org>
> ---
>
> (no changes since v1)
>
>  common/board_f.c             |  3 +--
>  drivers/video/Kconfig        | 10 ++++++++++
>  drivers/video/video-uclass.c |  2 +-
>  3 files changed, 12 insertions(+), 3 deletions(-)
>

Reviewed-by: Bin Meng <bmeng.cn at gmail.com>


More information about the U-Boot mailing list