mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-05-06 11:32:38 +00:00
Lets add the basic AM62A configuration - Add machine conf for AM62A. - The wic images will boot on AM62A HS-FS devices by default. The sysfw image for GP and HS-SE will be packaged in the wic image as tiboot3-am62ax-gp-evm.bin and tiboot3-am62ax-hs-evm.bin respectively. - Add ti-sci-firmware overrides. - Sign ATF, OPTEE and RTOS Firmware. Signed-off-by: Chirag Shilwant <c-shilwant@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
20 lines
493 B
Plaintext
20 lines
493 B
Plaintext
#@TYPE: Machine
|
|
#@NAME: AM62A GP EVM (R5F)
|
|
#@DESCRIPTION: Machine configuration for the TI AM62A GP EVM (R5F core)
|
|
|
|
require conf/machine/include/k3r5.inc
|
|
|
|
SYSFW_SOC = "am62ax"
|
|
SYSFW_CONFIG = "evm"
|
|
SYSFW_SUFFIX = "gp"
|
|
|
|
SYSFW_TIBOOT3_SYMLINK = ""
|
|
SYSFW_SYMLINK = ""
|
|
|
|
UBOOT_MACHINE = "am62ax_evm_r5_defconfig"
|
|
|
|
SPL_BINARY = ""
|
|
UBOOT_BINARY = "u-boot-spl.${UBOOT_SUFFIX}"
|
|
UBOOT_IMAGE = "u-boot-r5spl-gp-${MAINMACHINE}-${PV}-${PR}.${UBOOT_SUFFIX}"
|
|
UBOOT_SYMLINK = "u-boot-r5spl-gp.${UBOOT_SUFFIX}"
|