diff options
Diffstat (limited to 'meta-ti-bsp/conf/machine/am57xx-hs-evm.conf')
-rw-r--r-- | meta-ti-bsp/conf/machine/am57xx-hs-evm.conf | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/meta-ti-bsp/conf/machine/am57xx-hs-evm.conf b/meta-ti-bsp/conf/machine/am57xx-hs-evm.conf new file mode 100644 index 00000000..5232cbd9 --- /dev/null +++ b/meta-ti-bsp/conf/machine/am57xx-hs-evm.conf | |||
@@ -0,0 +1,21 @@ | |||
1 | #@TYPE: Machine | ||
2 | #@NAME: AM57xx HS EVM | ||
3 | #@DESCRIPTION: Machine configuration for the TI AM57xx HS EVM | ||
4 | |||
5 | require conf/machine/am57xx-evm.conf | ||
6 | |||
7 | UBOOT_MACHINE = "am57xx_hs_evm_config" | ||
8 | |||
9 | UBOOT_ENTRYPOINT = "0x82000000" | ||
10 | UBOOT_LOADADDRESS = "0x82000000" | ||
11 | UBOOT_RD_LOADADDRESS = "0x84000000" | ||
12 | UBOOT_RD_ENTRYPOINT = "0x84000000" | ||
13 | |||
14 | TI_SECURE_DEV_PKG = "${TI_SECURE_DEV_PKG_AUTO}/am5x" | ||
15 | |||
16 | OPTEEMACHINE = "ti-am57xx" | ||
17 | OPTEEFLAVOR = "am57xx" | ||
18 | OPTEEOUTPUTMACHINE = "ti" | ||
19 | OPTEEPAGER = "y" | ||
20 | |||
21 | EXTRA_IMAGEDEPENDS += "optee-os" | ||