[PATCH 1/9] drivers: video: Kconfig: Necessary configs for video at SPL

Simon Glass sjg at chromium.org
Mon Mar 27 10:23:53 CEST 2023


On Tue, 14 Mar 2023 at 17:50, Nikhil M Jain <n-jain1 at ti.com> wrote:
>
> Add necessary Kconfigs to enable video driver and enable splash screen
> at spl stage.
> CONFIG_SPL_VIDEO enables all necessary configs enabled by CONFIG_VIDEO
> at spl stage.
> CONFIG_SPL_SYS_WHITE_ON_BLACK allows displaying on black background at
> spl stage.
>
> These configs are specific to SPL and will allow us to enable the video
> driver and splash screen at SPL stage only and not at u-boot proper.
> The existing Kconfigs from u-boot proper were not used to make SPL
> splash screen independent to them.
>
> Enable BMP_GZIP at SPL stage when SPL_SPLASH_SCREEN or SPL_CMD_BMP are
> defined.
>
> Signed-off-by: Nikhil M Jain <n-jain1 at ti.com>
> ---
>  drivers/video/Kconfig | 30 +++++++++++++++++++++++++++---
>  1 file changed, 27 insertions(+), 3 deletions(-)
>

Reviewed-by: Simon Glass <sjg at chromium.org>
Tested-by: Simon Glass <sjg at chromium.org>  # qemu-x86_64


More information about the U-Boot mailing list