mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-05-01 00:49:08 +00:00
K3 Multicore SoC architecture defines different functional domains, each containing specific processing cores and peripherals. Early boot is normally handled by running bootloader and loading SYSFW on MCU Cortex-R5F core: https://git.ti.com/cgit/ti-u-boot/ti-u-boot/tree/board/ti/am65x/README https://git.ti.com/cgit/ti-u-boot/ti-u-boot/tree/board/ti/j721e/README This change adds support for building bootloader and SYSFW ITB image for K3 Cortex-R5F cores via multiconfig. Signed-off-by: Denys Dmytriyenko <denys@ti.com>
14 lines
302 B
Plaintext
14 lines
302 B
Plaintext
#@TYPE: Machine
|
|
#@NAME: J7 HS EVM (R5F)
|
|
#@DESCRIPTION: Machine configuration for the TI J7 HS EVM (R5F core)
|
|
|
|
require conf/machine/include/k3r5.inc
|
|
|
|
SYSFW_SOC = "j721e"
|
|
SYSFW_CONFIG = "evm"
|
|
SYSFW_SUFFIX = "hs"
|
|
|
|
UBOOT_MACHINE = "j721e_hs_evm_r5_defconfig"
|
|
|
|
TI_SECURE_DEV_PKG = "${TI_SECURE_DEV_PKG_K3}"
|