[PATCH 2/2] arm64: zynqmp: Enable seps and related video configs

Ashok Reddy Soma ashokred at xilinx.com
Mon Jan 11 13:42:47 CET 2021


Acked-by: Ashok Reddy Soma <ashok.reddy.soma at xilinx.com>

> -----Original Message-----
> From: Michal Simek <monstr at monstr.eu> On Behalf Of Michal Simek
> Sent: Thursday, January 7, 2021 6:56 PM
> To: u-boot at lists.denx.de; git <git at xilinx.com>; Simon Glass
> <sjg at chromium.org>
> Subject: [PATCH 2/2] arm64: zynqmp: Enable seps and related video configs
> 
> Enable this driver to get build and probe for our platform.
> 
> Signed-off-by: Michal Simek <michal.simek at xilinx.com>
> ---
> 
>  configs/xilinx_zynqmp_virt_defconfig | 10 ++++++++++
>  1 file changed, 10 insertions(+)
> 
> diff --git a/configs/xilinx_zynqmp_virt_defconfig
> b/configs/xilinx_zynqmp_virt_defconfig
> index e400cd4702ee..0bf4b7d692e9 100644
> --- a/configs/xilinx_zynqmp_virt_defconfig
> +++ b/configs/xilinx_zynqmp_virt_defconfig
> @@ -54,6 +54,7 @@ CONFIG_CMD_SPI=y
>  CONFIG_CMD_USB=y
>  CONFIG_CMD_USB_MASS_STORAGE=y
>  CONFIG_CMD_TFTPPUT=y
> +CONFIG_CMD_BMP=y
>  CONFIG_CMD_CACHE=y
>  CONFIG_CMD_TIME=y
>  CONFIG_CMD_TIMER=y
> @@ -155,6 +156,15 @@ CONFIG_USB_ETHER=y
>  CONFIG_USB_ETH_CDC=y
>  CONFIG_USB_HOST_ETHER=y
>  CONFIG_USB_ETHER_ASIX=y
> +CONFIG_DM_VIDEO=y
> +CONFIG_VIDEO_COPY=y
> +CONFIG_DISPLAY=y
> +CONFIG_VIDEO_SEPS525=y
> +CONFIG_LCD=y
> +CONFIG_SPLASH_SCREEN=y
> +CONFIG_BMP_16BPP=y
> +CONFIG_BMP_24BPP=y
> +CONFIG_BMP_32BPP=y
>  CONFIG_WDT=y
>  CONFIG_WDT_CDNS=y
>  CONFIG_PANIC_HANG=y
> --
> 2.30.0



More information about the U-Boot mailing list