mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-04-21 20:19:08 +00:00
Recipe in meta-arm doesn't use OPTEEFLAVOR, but optee-os Makefile can extract it from OPTEEMACHINE. Keep OPTEEFLAVOR for legacy platforms - used for HS signing in the output name. Signed-off-by: Denys Dmytriyenko <denys@ti.com> Signed-off-by: Dan Murphy <dmurphy@ti.com>
19 lines
445 B
Plaintext
19 lines
445 B
Plaintext
#@TYPE: Machine
|
|
#@NAME: AM437x HS EVM
|
|
#@DESCRIPTION: Machine configuration for the TI AM437x HS EVM
|
|
|
|
require conf/machine/am437x-evm.conf
|
|
|
|
UBOOT_MACHINE = "am43xx_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_CAT}/am4x"
|
|
|
|
OPTEEMACHINE = "ti-am43xx"
|
|
OPTEEFLAVOR = "am43xx"
|
|
OPTEEOUTPUTMACHINE = "ti"
|