summaryrefslogtreecommitdiffstats
path: root/meta-ti-bsp/conf/machine
diff options
context:
space:
mode:
authorDevarsh Thakkar <devarsht@ti.com>2023-06-14 20:03:06 +0530
committerRyan Eatmon <reatmon@ti.com>2023-06-19 13:40:25 -0500
commit3f945cae722c8089813bc2733e59de6227cfec36 (patch)
treee725996b6d79bf45cf848c3b4e1fb3d1974bcf69 /meta-ti-bsp/conf/machine
parent1fed958bfe8a8825996134f62097ac02206f43b2 (diff)
downloadmeta-ti-3f945cae722c8089813bc2733e59de6227cfec36.tar.gz
conf: machine: am62xx: Add TI logo as image boot file
Add TI logo bitmap image as image boot file so that it gets copied to boot partition and A53 SPL or U-boot proper can load it and display during board bootup. Signed-off-by: Devarsh Thakkar <devarsht@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Diffstat (limited to 'meta-ti-bsp/conf/machine')
-rw-r--r--meta-ti-bsp/conf/machine/include/am62xx.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-ti-bsp/conf/machine/include/am62xx.inc b/meta-ti-bsp/conf/machine/include/am62xx.inc
index 0bd5279d..a0ec944f 100644
--- a/meta-ti-bsp/conf/machine/include/am62xx.inc
+++ b/meta-ti-bsp/conf/machine/include/am62xx.inc
@@ -15,6 +15,9 @@ IMAGE_BOOT_FILES += "tiboot3-am62x-gp-evm.bin"
15# Since default tiboot3.bin on AM62x is for HS-FS, add a version for HS-SE 15# Since default tiboot3.bin on AM62x is for HS-FS, add a version for HS-SE
16IMAGE_BOOT_FILES += "tiboot3-am62x-hs-evm.bin" 16IMAGE_BOOT_FILES += "tiboot3-am62x-hs-evm.bin"
17 17
18# Bitmap image tarball for early splashscreen
19IMAGE_BOOT_FILES += "ti_logo_414x97_32bpp.bmp.gz"
20
18TFA_BOARD = "lite" 21TFA_BOARD = "lite"
19TFA_K3_SYSTEM_SUSPEND = "1" 22TFA_K3_SYSTEM_SUSPEND = "1"
20 23