mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-04-20 19:53:43 +00:00
Add TI logo image as bootsplash image file for AM62P and install it in boot directory from where u-boot can read from and display during boot-up time. Signed-off-by: Devarsh Thakkar <devarsht@ti.com> Acked-by: Chirag Shilwant <c-shilwant@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
23 lines
563 B
PHP
23 lines
563 B
PHP
require conf/machine/include/k3.inc
|
|
SOC_FAMILY:append = ":am62pxx"
|
|
|
|
MACHINE_FEATURES += "screen gpu"
|
|
|
|
require conf/machine/include/mesa-pvr.inc
|
|
PREFERRED_PROVIDER_virtual/gpudriver ?= "ti-img-rogue-driver"
|
|
|
|
# Default tiboot3.bin on AM62Px is for HS-FS
|
|
IMAGE_BOOT_FILES += "tiboot3-am62px-hs-fs-evm.bin"
|
|
|
|
TFA_BOARD = "lite"
|
|
TFA_K3_SYSTEM_SUSPEND = "1"
|
|
|
|
OPTEEMACHINE = "k3-am62x"
|
|
|
|
MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS += "cnm-wave-fw"
|
|
|
|
SERIAL_CONSOLES = "115200;ttyS2"
|
|
|
|
# Bitmap image tarball for early splashscreen
|
|
IMAGE_BOOT_FILES += "ti_logo_414x97_32bpp.bmp.gz"
|