From: Nikhil M Jain Date: Tue, 31 Jan 2023 10:05:18 +0000 (+0530) Subject: board: ti: am62x: am62x: Add splash screen env variables X-Git-Tag: v2025.01-rc5-pxa1908~1118^2~41 X-Git-Url: http://git.dujemihanovic.xyz/login.html?a=commitdiff_plain;h=0952aa81daf938ed7bad2ba21770a208cc0c9219;p=u-boot.git board: ti: am62x: am62x: Add splash screen env variables Set splash screen related env variables. Default splash source is set to mmc where user is expected to keep bmp in compressed format with name ti.gz on first partition of mmc. Splash file will be uncompressed to DDR at address 0x82000000 and splash position is set to middle of screen. Signed-off-by: Nikhil M Jain --- diff --git a/board/ti/am62x/am62x.env b/board/ti/am62x/am62x.env index e465d0010b..c9a3b3dfae 100644 --- a/board/ti/am62x/am62x.env +++ b/board/ti/am62x/am62x.env @@ -101,3 +101,8 @@ get_kern_mmc=load mmc ${bootpart} ${loadaddr} get_fit_mmc=load mmc ${bootpart} ${addr_fit} ${bootdir}/${name_fit} partitions=name=rootfs,start=0,size=-,uuid=${uuid_gpt_rootfs} + +splashfile=ti.gz +splashimage=0x82000000 +splashpos=m,m +splashsource=mmc