[EXTERNAL] [PATCH v3 15/43] video: Allow building video drivers for SPL

Nikhil M Jain n-jain1 at ti.com
Mon May 8 07:42:43 CEST 2023


Hi Simon,

On 05/05/23 04:28, Simon Glass wrote:
> Update the Makefile rules to allow video drivers in SPL. This is useful
> for 64-bit QEMU on x86, since the video BIOS can only be run from 32-bit
> mode (i.e. in SPL).
> 
> Signed-off-by: Simon Glass<sjg at chromium.org>
> ---
> 
> (no changes since v1)
> 
>   drivers/Makefile | 3 ++-
>   1 file changed, 2 insertions(+), 1 deletion(-)

Please rebase on this patch.
https://lore.kernel.org/u-boot/20230420121112.311922-4-n-jain1@ti.com/

I had added obj-$(CONFIG_SPL_VIDEO) +=video/ to build video driver when 
TPL and VPL are not defined and only SPL is defined. You may have to 
remove this and add it for all stages.

Thanks,
Nikhil


More information about the U-Boot mailing list