diff options
| author | Denys Dmytriyenko <denys@konsulko.com> | 2022-02-22 04:13:45 +0000 |
|---|---|---|
| committer | Ryan Eatmon <reatmon@ti.com> | 2022-02-22 12:01:38 -0600 |
| commit | 20f3191aeb592dd889eeaf96a31526297de95306 (patch) | |
| tree | aec879b9855ff8a54df171ee808e30ac26f1c80b /conf/machine/dra7xx-hs-evm.conf | |
| parent | bea4fd2c401af05b866bd6af1c4e501d31b7b420 (diff) | |
| download | meta-ti-20f3191aeb592dd889eeaf96a31526297de95306.tar.gz | |
meta-ti: create a sub-layer meta-ti-bsp from existing content
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>
Diffstat (limited to 'conf/machine/dra7xx-hs-evm.conf')
| -rw-r--r-- | conf/machine/dra7xx-hs-evm.conf | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/conf/machine/dra7xx-hs-evm.conf b/conf/machine/dra7xx-hs-evm.conf deleted file mode 100644 index 49630081..00000000 --- a/conf/machine/dra7xx-hs-evm.conf +++ /dev/null | |||
| @@ -1,21 +0,0 @@ | |||
| 1 | #@TYPE: Machine | ||
| 2 | #@NAME: DRA7xx HS EVM | ||
| 3 | #@DESCRIPTION: Machine configuration for the TI DRA7xx HS EVM | ||
| 4 | |||
| 5 | require conf/machine/dra7xx-evm.conf | ||
| 6 | |||
| 7 | UBOOT_MACHINE = "dra7xx_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}/dra7" | ||
| 15 | |||
| 16 | OPTEEMACHINE = "ti-dra7xx" | ||
| 17 | OPTEEFLAVOR = "dra7xx" | ||
| 18 | OPTEEOUTPUTMACHINE = "ti" | ||
| 19 | OPTEEPAGER = "y" | ||
| 20 | |||
| 21 | EXTRA_IMAGEDEPENDS += "optee-os" | ||
