summaryrefslogtreecommitdiffstats
path: root/conf/machine
diff options
context:
space:
mode:
Diffstat (limited to 'conf/machine')
-rw-r--r--conf/machine/c665x-evm.conf9
-rw-r--r--conf/machine/c667x-evm.conf9
-rw-r--r--conf/machine/include/c66x.inc9
3 files changed, 27 insertions, 0 deletions
diff --git a/conf/machine/c665x-evm.conf b/conf/machine/c665x-evm.conf
new file mode 100644
index 00000000..d0af7543
--- /dev/null
+++ b/conf/machine/c665x-evm.conf
@@ -0,0 +1,9 @@
1#@TYPE: Machine
2#@NAME: Keystone 1 c665x machine
3#@DESCRIPTION: Machine configuration for the TI Keystone 1 c665x EVM
4
5require conf/machine/include/c66x.inc
6
7# Set the list of device targets for ti-pdk class recipes
8TI_PDK_LIMIT_SOCS = "c6657"
9TI_PDK_LIMIT_BOARDS = "evmC6657"
diff --git a/conf/machine/c667x-evm.conf b/conf/machine/c667x-evm.conf
new file mode 100644
index 00000000..11a90e46
--- /dev/null
+++ b/conf/machine/c667x-evm.conf
@@ -0,0 +1,9 @@
1#@TYPE: Machine
2#@NAME: Keystone 1 c667x machine
3#@DESCRIPTION: Machine configuration for the TI Keystone 1 c667x EVM
4
5require conf/machine/include/c66x.inc
6
7# Set the list of device targets for ti-pdk class recipes
8TI_PDK_LIMIT_SOCS = "c6678"
9TI_PDK_LIMIT_BOARDS = "evmC6678"
diff --git a/conf/machine/include/c66x.inc b/conf/machine/include/c66x.inc
new file mode 100644
index 00000000..e35f2eda
--- /dev/null
+++ b/conf/machine/include/c66x.inc
@@ -0,0 +1,9 @@
1require conf/machine/include/keystone.inc
2SOC_FAMILY_append = ":c66x"
3
4# HACK: The c66x family is composed of devices with only DSP cores, and no ARM
5# cores. The Linux kernel is not supported on these machines.
6PREFERRED_PROVIDER_virtual/kernel ?= "linux-dummy"
7EXTRA_IMAGEDEPENDS = ""
8
9IMAGE_FSTYPES = "tar.xz"