summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf')
-rw-r--r--conf/machine/include/k2l.inc6
-rw-r--r--conf/machine/k2l-evm.conf6
-rw-r--r--conf/machine/k2l-hs-evm.conf14
3 files changed, 21 insertions, 5 deletions
diff --git a/conf/machine/include/k2l.inc b/conf/machine/include/k2l.inc
new file mode 100644
index 00000000..997bcbe2
--- /dev/null
+++ b/conf/machine/include/k2l.inc
@@ -0,0 +1,6 @@
1require conf/machine/include/keystone.inc
2SOC_FAMILY_append = ":k2l"
3
4# Set the list of device targets for ti-pdk class recipes
5TI_PDK_LIMIT_SOCS = "k2l"
6TI_PDK_LIMIT_BOARDS = "evmK2L"
diff --git a/conf/machine/k2l-evm.conf b/conf/machine/k2l-evm.conf
index 3cf1dab3..c021161c 100644
--- a/conf/machine/k2l-evm.conf
+++ b/conf/machine/k2l-evm.conf
@@ -2,7 +2,7 @@
2#@NAME: Keystone 2 K2L machine 2#@NAME: Keystone 2 K2L machine
3#@DESCRIPTION: Machine configuration for the TI Keystone 2 K2L EVM 3#@DESCRIPTION: Machine configuration for the TI Keystone 2 K2L EVM
4 4
5require conf/machine/include/keystone.inc 5require conf/machine/include/k2l.inc
6 6
7KERNEL_DEVICETREE = "keystone-k2l-evm.dtb" 7KERNEL_DEVICETREE = "keystone-k2l-evm.dtb"
8 8
@@ -30,7 +30,3 @@ MKUBIFS_ARGS = "-F -m 4096 -e 253952 -c 2000"
30# UBI: physical eraseblock size: 256 KiB 30# UBI: physical eraseblock size: 256 KiB
31# UBI: sub-page size: 4096 31# UBI: sub-page size: 4096
32UBINIZE_ARGS = "-m 4096 -p 256KiB -s 4096 -O 4096" 32UBINIZE_ARGS = "-m 4096 -p 256KiB -s 4096 -O 4096"
33
34# Set the list of device targets for ti-pdk class recipes
35TI_PDK_LIMIT_SOCS = "k2l"
36TI_PDK_LIMIT_BOARDS = "evmK2L"
diff --git a/conf/machine/k2l-hs-evm.conf b/conf/machine/k2l-hs-evm.conf
new file mode 100644
index 00000000..fe58b1d2
--- /dev/null
+++ b/conf/machine/k2l-hs-evm.conf
@@ -0,0 +1,14 @@
1#@TYPE: Machine
2#@NAME: Keystone 2 K2L HS EVM
3#@DESCRIPTION: Machine configuration for the TI Keystone 2 K2L HS EVM
4
5require conf/machine/k2l-evm.conf
6
7UBOOT_MACHINE = "k2l_hs_evm_config"
8
9UBOOT_ENTRYPOINT = "0x82000000"
10UBOOT_LOADADDRESS = "0x82000000"
11UBOOT_RD_LOADADDRESS = "0x84000000"
12UBOOT_RD_ENTRYPOINT = "0x84000000"
13
14TI_SECURE_DEV_PKG = "${TI_SECURE_DEV_PKG_CAT}/k2l"