diff options
author | Devarsh Thakkar <devarsht@ti.com> | 2023-06-14 20:03:06 +0530 |
---|---|---|
committer | Ryan Eatmon <reatmon@ti.com> | 2023-06-19 10:29:17 -0500 |
commit | a28d68d406eca1eacb95ebe6ebce6e685a014e5f (patch) | |
tree | 8af01dab600438da8d584432d7ac278640ccc091 | |
parent | 7849649defcf9037f5f6c2da5a9464f2fc5dfc49 (diff) | |
download | meta-ti-a28d68d406eca1eacb95ebe6ebce6e685a014e5f.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>
-rw-r--r-- | meta-ti-bsp/conf/machine/include/am62xx.inc | 3 |
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 |
16 | IMAGE_BOOT_FILES += "tiboot3-am62x-hs-evm.bin" | 16 | IMAGE_BOOT_FILES += "tiboot3-am62x-hs-evm.bin" |
17 | 17 | ||
18 | # Bitmap image tarball for early splashscreen | ||
19 | IMAGE_BOOT_FILES += "ti_logo_414x97_32bpp.bmp.gz" | ||
20 | |||
18 | TFA_BOARD = "lite" | 21 | TFA_BOARD = "lite" |
19 | TFA_K3_SYSTEM_SUSPEND = "1" | 22 | TFA_K3_SYSTEM_SUSPEND = "1" |
20 | 23 | ||