diff options
-rw-r--r-- | conf/machine/am65xx-evm.conf | 7 | ||||
-rw-r--r-- | conf/machine/am65xx-hs-evm.conf | 23 | ||||
-rw-r--r-- | conf/machine/include/am65xx.inc | 7 |
3 files changed, 31 insertions, 6 deletions
diff --git a/conf/machine/am65xx-evm.conf b/conf/machine/am65xx-evm.conf index 877b1a65..1113dbc9 100644 --- a/conf/machine/am65xx-evm.conf +++ b/conf/machine/am65xx-evm.conf | |||
@@ -2,7 +2,7 @@ | |||
2 | #@NAME: AM65xx EVM | 2 | #@NAME: AM65xx EVM |
3 | #@DESCRIPTION: Machine configuration for the TI AM65xx EVM | 3 | #@DESCRIPTION: Machine configuration for the TI AM65xx EVM |
4 | 4 | ||
5 | require conf/machine/include/k3.inc | 5 | require conf/machine/include/am65xx.inc |
6 | 6 | ||
7 | MACHINE_FEATURES += "touchscreen" | 7 | MACHINE_FEATURES += "touchscreen" |
8 | 8 | ||
@@ -28,8 +28,3 @@ WKS_FILE = "sdimage-bootpart.wks" | |||
28 | IMAGE_BOOT_FILES = "u-boot.img" | 28 | IMAGE_BOOT_FILES = "u-boot.img" |
29 | 29 | ||
30 | do_image_wic[depends] += "mtools-native:do_populate_sysroot dosfstools-native:do_populate_sysroot u-boot:do_deploy" | 30 | do_image_wic[depends] += "mtools-native:do_populate_sysroot dosfstools-native:do_populate_sysroot u-boot:do_deploy" |
31 | |||
32 | # Set the list of device targets for ti-pdk class recipes | ||
33 | TI_PDK_LIMIT_SOCS = "am65xx" | ||
34 | TI_PDK_LIMIT_BOARDS = "am65xx_evm am65xx_idk" | ||
35 | TI_PDK_LIMIT_CORES = "mcu1_0 mpu1_0" | ||
diff --git a/conf/machine/am65xx-hs-evm.conf b/conf/machine/am65xx-hs-evm.conf new file mode 100644 index 00000000..1de37cf3 --- /dev/null +++ b/conf/machine/am65xx-hs-evm.conf | |||
@@ -0,0 +1,23 @@ | |||
1 | #@TYPE: Machine | ||
2 | #@NAME: AM65xx HS EVM | ||
3 | #@DESCRIPTION: Machine configuration for the TI AM65xx HS EVM | ||
4 | |||
5 | require conf/machine/am65xx-evm.conf | ||
6 | |||
7 | UBOOT_MACHINE = "am65x_hs_evm_a53_defconfig" | ||
8 | |||
9 | UBOOT_ENTRYPOINT = "0x82000000" | ||
10 | UBOOT_LOADADDRESS = "0x82000000" | ||
11 | UBOOT_RD_LOADADDRESS = "0x84000000" | ||
12 | UBOOT_RD_ENTRYPOINT = "0x84000000" | ||
13 | |||
14 | SPL_BINARY = "tispl.bin_HS" | ||
15 | SPL_BINARYNAME = "tispl.bin" | ||
16 | UBOOT_BINARY = "u-boot.img_HS" | ||
17 | IMAGE_BOOT_FILES = "${UBOOT_BINARY}" | ||
18 | |||
19 | TI_SECURE_DEV_PKG = "${TI_SECURE_DEV_PKG_K3}" | ||
20 | |||
21 | OPTEEMACHINE = "k3" | ||
22 | OPTEEFLAVOR = "am65x" | ||
23 | OPTEEOUTPUTMACHINE = "k3" | ||
diff --git a/conf/machine/include/am65xx.inc b/conf/machine/include/am65xx.inc new file mode 100644 index 00000000..d433ed10 --- /dev/null +++ b/conf/machine/include/am65xx.inc | |||
@@ -0,0 +1,7 @@ | |||
1 | require conf/machine/include/k3.inc | ||
2 | SOC_FAMILY_append = ":am65xx" | ||
3 | |||
4 | # Set the list of device targets for ti-pdk class recipes | ||
5 | TI_PDK_LIMIT_SOCS = "am65xx" | ||
6 | TI_PDK_LIMIT_BOARDS = "am65xx_evm am65xx_idk" | ||
7 | TI_PDK_LIMIT_CORES = "mcu1_0 mpu1_0" | ||