[PATCH V6 04/13] drivers: video: Makefile: Rule to compile necessary video driver files

Simon Glass sjg at chromium.org
Wed Apr 5 20:37:30 CEST 2023


On Wed, 5 Apr 2023 at 01:06, Nikhil M Jain <n-jain1 at ti.com> wrote:
>
> To enable video driver at SPL, need to compile video-uclass,
> vidconsole-uclass, backlight-uclass, panel-uclass, simple-panel, add
> rules to compile them at SPL and u-boot proper. To support
> splash_display at SPL, need to compile video-bmp, add rule to compile at
> SPL and u-boot proper.
>
> Signed-off-by: Nikhil M Jain <n-jain1 at ti.com>
> Reviewed-by: Devarsh Thakkar <devarsht at ti.com>
> ---
> V6:
> - Fix CONFIG_$(SPL_TPL)CONSOLE_NORMAL to CONFIG_$(SPL_TPL_)CONSOLE_NORMAL
> - Add rule to compile simple_panel at SPL and u-boot proper.
>
> V5:
> - Use $(SPL_TPL_) to check for stage specific configs and compile at
>   specific stages.
> - Removed ifdef CONFIG_SPL_BUILD
>
> V4:
> - No change
>
> V3:
> - Rule to compile backlight, console and panel files
> - Not added Reiewed-by tag due to changes
>
> V2:
> - No change
>
>  drivers/video/Makefile | 14 +++++++-------
>  1 file changed, 7 insertions(+), 7 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