summaryrefslogtreecommitdiffstats
path: root/conf/machine
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2016-10-25 08:31:47 +0000
committerDenys Dmytriyenko <denys@ti.com>2016-10-25 18:53:25 -0400
commitfd78bce5bad884974db369d8b156ea210ed6006b (patch)
tree95b847628a9a90566bcdc77a54ff9eeb2326cd6d /conf/machine
parenta5ff1c0717ba7c3c53bd72fbf2bcc18cf2798633 (diff)
downloadmeta-ti-fd78bce5bad884974db369d8b156ea210ed6006b.tar.gz
conf/recipes: add k2g-ice machine and k2g SOC family
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'conf/machine')
-rw-r--r--conf/machine/include/k2g.inc2
-rw-r--r--conf/machine/k2g-evm.conf2
-rw-r--r--conf/machine/k2g-ice.conf7
3 files changed, 10 insertions, 1 deletions
diff --git a/conf/machine/include/k2g.inc b/conf/machine/include/k2g.inc
new file mode 100644
index 00000000..3cd540d5
--- /dev/null
+++ b/conf/machine/include/k2g.inc
@@ -0,0 +1,2 @@
1require conf/machine/include/keystone.inc
2SOC_FAMILY_append = ":k2g"
diff --git a/conf/machine/k2g-evm.conf b/conf/machine/k2g-evm.conf
index cc4f2100..fa1edfa9 100644
--- a/conf/machine/k2g-evm.conf
+++ b/conf/machine/k2g-evm.conf
@@ -2,7 +2,7 @@
2#@NAME: Keystone 2 K2G machine 2#@NAME: Keystone 2 K2G machine
3#@DESCRIPTION: Machine configuration for the TI Keystone 2 K2G EVM 3#@DESCRIPTION: Machine configuration for the TI Keystone 2 K2G EVM
4 4
5require conf/machine/include/keystone.inc 5require conf/machine/include/k2g.inc
6 6
7MACHINE_FEATURES += "alsa opencl" 7MACHINE_FEATURES += "alsa opencl"
8 8
diff --git a/conf/machine/k2g-ice.conf b/conf/machine/k2g-ice.conf
new file mode 100644
index 00000000..6998b3f8
--- /dev/null
+++ b/conf/machine/k2g-ice.conf
@@ -0,0 +1,7 @@
1#@TYPE: Machine
2#@NAME: Keystone 2 K2G ICE machine
3#@DESCRIPTION: Machine configuration for the TI Keystone 2 K2G ICE
4
5require conf/machine/k2g-evm.conf
6
7UBOOT_MACHINE = "k2g_ice_config"