mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-07-21 11:26:59 +00:00
f449d8bb25
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
19 lines
439 B
Plaintext
19 lines
439 B
Plaintext
#@TYPE: Machine
|
|
#@NAME: AM57xx HS EVM
|
|
#@DESCRIPTION: Machine configuration for the TI AM57xx HS EVM
|
|
|
|
require conf/machine/am57xx-evm.conf
|
|
|
|
UBOOT_MACHINE = "am57xx_hs_evm_config"
|
|
|
|
UBOOT_ENTRYPOINT = "0x82000000"
|
|
UBOOT_LOADADDRESS = "0x82000000"
|
|
UBOOT_RD_LOADADDRESS = "0x84000000"
|
|
UBOOT_RD_ENTRYPOINT = "0x84000000"
|
|
|
|
TI_SECURE_DEV_PKG = "${TI_SECURE_DEV_PKG_AUTO}/am5x"
|
|
|
|
OPTEEMACHINE = "ti"
|
|
OPTEEFLAVOR = "am57xx"
|
|
OPTEEOUTPUTMACHINE = "ti"
|