mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-01-12 01:20:20 +00:00
Extra sub-layers will be created next and relevant content moved across them. Signed-off-by: Denys Dmytriyenko <denys@konsulko.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
15 lines
329 B
Plaintext
15 lines
329 B
Plaintext
#@TYPE: Machine
|
|
#@NAME: AM64xx HS EVM (R5F)
|
|
#@DESCRIPTION: Machine configuration for the TI AM64xx HS EVM (R5F core)
|
|
|
|
require conf/machine/include/k3r5.inc
|
|
|
|
SYSFW_SOC = "am64x"
|
|
SYSFW_CONFIG = "evm"
|
|
SYSFW_SUFFIX = "hs"
|
|
SYSFW_SYMLINK = ""
|
|
|
|
UBOOT_MACHINE = "am64x_hs_evm_r5_defconfig"
|
|
|
|
TI_SECURE_DEV_PKG = "${TI_SECURE_DEV_PKG_K3}"
|