summaryrefslogtreecommitdiffstats
path: root/conf/machine/include
diff options
context:
space:
mode:
authorJacob Stiffler <j-stiffler@ti.com>2017-06-09 00:58:33 +0000
committerDenys Dmytriyenko <denys@ti.com>2017-06-11 18:36:27 -0400
commit2ced48ecf3215f9f10073c73f5a94156a0b586fc (patch)
treee72ae247674005d477f4fb60b2f49f14e5461866 /conf/machine/include
parent5375c16c9149554ce445b9029a2cc63269b82272 (diff)
downloadmeta-ti-2ced48ecf3215f9f10073c73f5a94156a0b586fc.tar.gz
machines: add ti-pdk class variables
* Set the ti-pdk class variables which sets the list of devices and boards supported. Signed-off-by: Jacob Stiffler <j-stiffler@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'conf/machine/include')
-rw-r--r--conf/machine/include/k2e.inc4
-rw-r--r--conf/machine/include/k2g.inc4
-rw-r--r--conf/machine/include/k2hk.inc4
-rw-r--r--conf/machine/include/omap-a15.inc3
-rw-r--r--conf/machine/include/ti33x.inc4
-rw-r--r--conf/machine/include/ti43x.inc4
6 files changed, 23 insertions, 0 deletions
diff --git a/conf/machine/include/k2e.inc b/conf/machine/include/k2e.inc
index ce3d9c8a..6797fb29 100644
--- a/conf/machine/include/k2e.inc
+++ b/conf/machine/include/k2e.inc
@@ -1,2 +1,6 @@
1require conf/machine/include/keystone.inc 1require conf/machine/include/keystone.inc
2SOC_FAMILY_append = ":k2e" 2SOC_FAMILY_append = ":k2e"
3
4# Set the list of device targets for ti-pdk class recipes
5TI_PDK_LIMIT_SOCS = "k2e"
6TI_PDK_LIMIT_BOARDS = "evmK2E"
diff --git a/conf/machine/include/k2g.inc b/conf/machine/include/k2g.inc
index 3cd540d5..7bcc412b 100644
--- a/conf/machine/include/k2g.inc
+++ b/conf/machine/include/k2g.inc
@@ -1,2 +1,6 @@
1require conf/machine/include/keystone.inc 1require conf/machine/include/keystone.inc
2SOC_FAMILY_append = ":k2g" 2SOC_FAMILY_append = ":k2g"
3
4# Set the list of device targets for ti-pdk class recipes
5TI_PDK_LIMIT_SOCS = "k2g"
6TI_PDK_LIMIT_BOARDS = "evmK2G iceK2G"
diff --git a/conf/machine/include/k2hk.inc b/conf/machine/include/k2hk.inc
index 4f308471..2d2dd6a0 100644
--- a/conf/machine/include/k2hk.inc
+++ b/conf/machine/include/k2hk.inc
@@ -1,2 +1,6 @@
1require conf/machine/include/keystone.inc 1require conf/machine/include/keystone.inc
2SOC_FAMILY_append = ":k2hk" 2SOC_FAMILY_append = ":k2hk"
3
4# Set the list of device targets for ti-pdk class recipes
5TI_PDK_LIMIT_SOCS = "k2h k2k"
6TI_PDK_LIMIT_BOARDS = "evmK2H evmK2K"
diff --git a/conf/machine/include/omap-a15.inc b/conf/machine/include/omap-a15.inc
index 0ea428f2..0c49753b 100644
--- a/conf/machine/include/omap-a15.inc
+++ b/conf/machine/include/omap-a15.inc
@@ -34,3 +34,6 @@ UBI_VOLNAME = "rootfs"
34 34
35# List common SoC features, may need to add touchscreen for specific machines 35# List common SoC features, may need to add touchscreen for specific machines
36MACHINE_FEATURES = "kernel26 apm usbgadget usbhost vfat ext2 screen alsa ethernet sgx mmip dsp" 36MACHINE_FEATURES = "kernel26 apm usbgadget usbhost vfat ext2 screen alsa ethernet sgx mmip dsp"
37
38# Set the list of device targets for ti-pdk class recipes
39TI_PDK_LIMIT_SOCS = "am571x am572x"
diff --git a/conf/machine/include/ti33x.inc b/conf/machine/include/ti33x.inc
index 73d9aa49..e1f5bbda 100644
--- a/conf/machine/include/ti33x.inc
+++ b/conf/machine/include/ti33x.inc
@@ -42,3 +42,7 @@ EXTRA_IMAGEDEPENDS += "u-boot"
42 42
43# List common SoC features, may need to add touchscreen for specific machines 43# List common SoC features, may need to add touchscreen for specific machines
44MACHINE_FEATURES = "kernel26 apm usbgadget usbhost vfat ext2 screen alsa ethernet sgx" 44MACHINE_FEATURES = "kernel26 apm usbgadget usbhost vfat ext2 screen alsa ethernet sgx"
45
46# Set the list of device targets for ti-pdk class recipes
47TI_PDK_LIMIT_SOCS = "am335x"
48TI_PDK_LIMIT_BOARDS = "evmAM335x icev2AM335x iceAMIC110 bbbAM335x skAM335x"
diff --git a/conf/machine/include/ti43x.inc b/conf/machine/include/ti43x.inc
index 2a2fd8dc..88308002 100644
--- a/conf/machine/include/ti43x.inc
+++ b/conf/machine/include/ti43x.inc
@@ -42,3 +42,7 @@ EXTRA_IMAGEDEPENDS += "u-boot"
42 42
43# List common SoC features, may need to add touchscreen for specific machines 43# List common SoC features, may need to add touchscreen for specific machines
44MACHINE_FEATURES = "kernel26 apm usbgadget usbhost vfat ext2 screen alsa ethernet sgx" 44MACHINE_FEATURES = "kernel26 apm usbgadget usbhost vfat ext2 screen alsa ethernet sgx"
45
46# Set the list of device targets for ti-pdk class recipes
47TI_PDK_LIMIT_SOCS = "am437x"
48TI_PDK_LIMIT_BOARDS = "evmAM437x idkAM437x skAM437x"