summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2017-02-02 04:36:53 +0000
committerDenys Dmytriyenko <denys@ti.com>2017-02-02 18:34:47 -0500
commite866980b744e99c9254ebd529b26a0e461c81b84 (patch)
tree4f99c8b5efe5c3fa892e48ca38a19380cfe06b2e /conf
parentff8c2019ac1f1f7646ee5c2a6eb4327217be6779 (diff)
downloadmeta-ti-e866980b744e99c9254ebd529b26a0e461c81b84.tar.gz
conf/machine: set KERNEL_DEVICETREE dtb list per machine
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'conf')
-rw-r--r--conf/machine/am3517-evm.conf2
-rw-r--r--conf/machine/am37x-evm.conf2
-rw-r--r--conf/machine/am57xx-evm.conf5
-rw-r--r--conf/machine/beagleboard.conf2
-rw-r--r--conf/machine/beaglebone.conf2
-rw-r--r--conf/machine/dra7xx-evm.conf5
-rw-r--r--conf/machine/include/omap3.inc2
-rw-r--r--conf/machine/include/ti33x.inc2
-rw-r--r--conf/machine/include/ti43x.inc2
-rw-r--r--conf/machine/k2e-evm.conf2
-rw-r--r--conf/machine/k2g-evm.conf2
-rw-r--r--conf/machine/k2hk-evm.conf2
-rw-r--r--conf/machine/k2l-evm.conf2
-rw-r--r--conf/machine/omap5-evm.conf2
-rw-r--r--conf/machine/pandaboard.conf2
15 files changed, 36 insertions, 0 deletions
diff --git a/conf/machine/am3517-evm.conf b/conf/machine/am3517-evm.conf
index 4fef6343..883e9a44 100644
--- a/conf/machine/am3517-evm.conf
+++ b/conf/machine/am3517-evm.conf
@@ -15,6 +15,8 @@ EXTRA_IMAGECMD_jffs2 = "-lnp -e 0x20000 -s 2048"
15SERIAL_CONSOLE = "115200 ttyO2" 15SERIAL_CONSOLE = "115200 ttyO2"
16USE_VT = "2" 16USE_VT = "2"
17 17
18KERNEL_DEVICETREE = "am3517-evm.dtb"
19
18UBOOT_MACHINE = "am3517_evm_config" 20UBOOT_MACHINE = "am3517_evm_config"
19XLOAD_MACHINE = "am3517evm_config" 21XLOAD_MACHINE = "am3517evm_config"
20 22
diff --git a/conf/machine/am37x-evm.conf b/conf/machine/am37x-evm.conf
index 99adb086..c1776df6 100644
--- a/conf/machine/am37x-evm.conf
+++ b/conf/machine/am37x-evm.conf
@@ -12,6 +12,8 @@ MACHINE_FEATURES += "touchscreen ethernet"
12IMAGE_FSTYPES += "ubi tar.gz" 12IMAGE_FSTYPES += "ubi tar.gz"
13EXTRA_IMAGECMD_jffs2 = "-lnp -e 0x20000 -s 2048" 13EXTRA_IMAGECMD_jffs2 = "-lnp -e 0x20000 -s 2048"
14 14
15KERNEL_DEVICETREE = "omap3-evm-37xx.dtb"
16
15SERIAL_CONSOLE = "115200 ttyO0" 17SERIAL_CONSOLE = "115200 ttyO0"
16 18
17# NOTE: there are NAND and OneNAND versions of this board... 19# NOTE: there are NAND and OneNAND versions of this board...
diff --git a/conf/machine/am57xx-evm.conf b/conf/machine/am57xx-evm.conf
index 98698e6d..ec634187 100644
--- a/conf/machine/am57xx-evm.conf
+++ b/conf/machine/am57xx-evm.conf
@@ -12,6 +12,11 @@ SERIAL_CONSOLE = ""
12SERIAL_CONSOLES = "115200;ttyS2 115200;ttyO2" 12SERIAL_CONSOLES = "115200;ttyS2 115200;ttyO2"
13SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}" 13SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}"
14 14
15KERNEL_DEVICETREE = "am57xx-beagle-x15.dtb am57xx-beagle-x15-revb1.dtb \
16 am57xx-evm.dtb am57xx-evm-reva3.dtb \
17 am571x-idk.dtb \
18 am572x-idk.dtb"
19
15UBOOT_MACHINE = "am57xx_evm_config" 20UBOOT_MACHINE = "am57xx_evm_config"
16 21
17# UBI information. Note that this is board and kernel specific. Changes 22# UBI information. Note that this is board and kernel specific. Changes
diff --git a/conf/machine/beagleboard.conf b/conf/machine/beagleboard.conf
index 955961f7..4f05a0e3 100644
--- a/conf/machine/beagleboard.conf
+++ b/conf/machine/beagleboard.conf
@@ -10,6 +10,8 @@ MACHINE_GUI_CLASS = "bigscreen"
10IMAGE_FSTYPES += "tar.gz ubi" 10IMAGE_FSTYPES += "tar.gz ubi"
11EXTRA_IMAGECMD_jffs2 = "-lnp" 11EXTRA_IMAGECMD_jffs2 = "-lnp"
12 12
13KERNEL_DEVICETREE = "omap3-beagle.dtb omap3-beagle-xm.dtb omap3-beagle-xm-ab.dtb"
14
13SERIAL_CONSOLE = "115200 ttyO2" 15SERIAL_CONSOLE = "115200 ttyO2"
14 16
15UBOOT_MACHINE = "omap3_beagle_config" 17UBOOT_MACHINE = "omap3_beagle_config"
diff --git a/conf/machine/beaglebone.conf b/conf/machine/beaglebone.conf
index e1685601..72f3ba53 100644
--- a/conf/machine/beaglebone.conf
+++ b/conf/machine/beaglebone.conf
@@ -5,6 +5,8 @@
5require conf/machine/include/ti33x.inc 5require conf/machine/include/ti33x.inc
6require conf/machine/include/beaglebone.inc 6require conf/machine/include/beaglebone.inc
7 7
8KERNEL_DEVICETREE = "am335x-bone.dtb am335x-boneblack.dtb am335x-bonegreen.dtb"
9
8# Only has DVI connector for external screen 10# Only has DVI connector for external screen
9MACHINE_GUI_CLASS = "bigscreen" 11MACHINE_GUI_CLASS = "bigscreen"
10 12
diff --git a/conf/machine/dra7xx-evm.conf b/conf/machine/dra7xx-evm.conf
index 09f758d5..6049914a 100644
--- a/conf/machine/dra7xx-evm.conf
+++ b/conf/machine/dra7xx-evm.conf
@@ -12,6 +12,11 @@ SERIAL_CONSOLE = ""
12SERIAL_CONSOLES = "115200;ttyS0 115200;ttyO0" 12SERIAL_CONSOLES = "115200;ttyS0 115200;ttyO0"
13SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}" 13SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}"
14 14
15KERNEL_DEVICETREE = "dra7-evm.dtb \
16 dra72-evm.dtb \
17 dra72-evm-revc.dtb \
18 dra71-evm.dtb"
19
15UBOOT_MACHINE = "dra7xx_evm_config" 20UBOOT_MACHINE = "dra7xx_evm_config"
16 21
17# UBI information. Note that this is board and kernel specific. Changes 22# UBI information. Note that this is board and kernel specific. Changes
diff --git a/conf/machine/include/omap3.inc b/conf/machine/include/omap3.inc
index 4fe4cb3a..8c6423da 100644
--- a/conf/machine/include/omap3.inc
+++ b/conf/machine/include/omap3.inc
@@ -26,6 +26,8 @@ PREFERRED_PROVIDER_virtual/kernel = "linux-ti-staging"
26PREFERRED_PROVIDER_virtual/bootloader = "u-boot-ti-staging" 26PREFERRED_PROVIDER_virtual/bootloader = "u-boot-ti-staging"
27PREFERRED_PROVIDER_u-boot = "u-boot-ti-staging" 27PREFERRED_PROVIDER_u-boot = "u-boot-ti-staging"
28 28
29KERNEL_DEVICETREE = "omap3-beagle.dtb omap3-beagle-xm.dtb omap3-beagle-xm-ab.dtb omap3-evm.dtb omap3-evm-37xx.dtb am3517-evm.dtb"
30
29UBOOT_ARCH = "arm" 31UBOOT_ARCH = "arm"
30UBOOT_MACHINE = "omap3_evm_config" 32UBOOT_MACHINE = "omap3_evm_config"
31XLOAD_MACHINE = "omap3evm_config" 33XLOAD_MACHINE = "omap3evm_config"
diff --git a/conf/machine/include/ti33x.inc b/conf/machine/include/ti33x.inc
index 6d1a45bb..73d9aa49 100644
--- a/conf/machine/include/ti33x.inc
+++ b/conf/machine/include/ti33x.inc
@@ -26,6 +26,8 @@ PREFERRED_PROVIDER_u-boot = "u-boot-ti-staging"
26 26
27KERNEL_IMAGETYPE = "zImage" 27KERNEL_IMAGETYPE = "zImage"
28 28
29KERNEL_DEVICETREE = "am335x-evm.dtb am335x-evmsk.dtb am335x-bone.dtb am335x-boneblack.dtb am335x-bonegreen.dtb am335x-icev2.dtb"
30
29UBOOT_ARCH = "arm" 31UBOOT_ARCH = "arm"
30UBOOT_MACHINE = "am335x_evm_config" 32UBOOT_MACHINE = "am335x_evm_config"
31 33
diff --git a/conf/machine/include/ti43x.inc b/conf/machine/include/ti43x.inc
index 807a42e5..8f2e11f1 100644
--- a/conf/machine/include/ti43x.inc
+++ b/conf/machine/include/ti43x.inc
@@ -26,6 +26,8 @@ PREFERRED_PROVIDER_u-boot = "u-boot-ti-staging"
26 26
27KERNEL_IMAGETYPE = "zImage" 27KERNEL_IMAGETYPE = "zImage"
28 28
29KERNEL_DEVICETREE = "am43x-epos-evm.dtb am437x-gp-evm.dtb am437x-sk-evm.dtb am437x-idk-evm.dtb"
30
29UBOOT_ARCH = "arm" 31UBOOT_ARCH = "arm"
30UBOOT_MACHINE = "am43xx_evm_config" 32UBOOT_MACHINE = "am43xx_evm_config"
31 33
diff --git a/conf/machine/k2e-evm.conf b/conf/machine/k2e-evm.conf
index 43362dd5..530e6dcb 100644
--- a/conf/machine/k2e-evm.conf
+++ b/conf/machine/k2e-evm.conf
@@ -6,6 +6,8 @@ require conf/machine/include/k2e.inc
6 6
7MACHINE_FEATURES += "opencl" 7MACHINE_FEATURES += "opencl"
8 8
9KERNEL_DEVICETREE = "keystone-k2e-evm.dtb"
10
9UBOOT_MACHINE = "k2e_evm_config" 11UBOOT_MACHINE = "k2e_evm_config"
10 12
11BOOT_MONITOR_MAKE_TARGET = "k2e" 13BOOT_MONITOR_MAKE_TARGET = "k2e"
diff --git a/conf/machine/k2g-evm.conf b/conf/machine/k2g-evm.conf
index 4d03f870..b8e55e40 100644
--- a/conf/machine/k2g-evm.conf
+++ b/conf/machine/k2g-evm.conf
@@ -6,6 +6,8 @@ require conf/machine/include/k2g.inc
6 6
7MACHINE_FEATURES += "alsa opencl" 7MACHINE_FEATURES += "alsa opencl"
8 8
9KERNEL_DEVICETREE = "keystone-k2g-evm.dtb keystone-k2g-ice.dtb"
10
9UBOOT_MACHINE = "k2g_evm_config" 11UBOOT_MACHINE = "k2g_evm_config"
10 12
11BOOT_MONITOR_MAKE_TARGET = "k2g" 13BOOT_MONITOR_MAKE_TARGET = "k2g"
diff --git a/conf/machine/k2hk-evm.conf b/conf/machine/k2hk-evm.conf
index 220f7fc5..c753e688 100644
--- a/conf/machine/k2hk-evm.conf
+++ b/conf/machine/k2hk-evm.conf
@@ -6,6 +6,8 @@ require conf/machine/include/keystone.inc
6 6
7MACHINE_FEATURES += "opencl" 7MACHINE_FEATURES += "opencl"
8 8
9KERNEL_DEVICETREE = "keystone-k2hk-evm.dtb"
10
9UBOOT_MACHINE = "k2hk_evm_config" 11UBOOT_MACHINE = "k2hk_evm_config"
10 12
11BOOT_MONITOR_MAKE_TARGET = "k2hk" 13BOOT_MONITOR_MAKE_TARGET = "k2hk"
diff --git a/conf/machine/k2l-evm.conf b/conf/machine/k2l-evm.conf
index 54931e2b..7a544923 100644
--- a/conf/machine/k2l-evm.conf
+++ b/conf/machine/k2l-evm.conf
@@ -6,6 +6,8 @@ require conf/machine/include/keystone.inc
6 6
7MACHINE_FEATURES += "opencl" 7MACHINE_FEATURES += "opencl"
8 8
9KERNEL_DEVICETREE = "keystone-k2l-evm.dtb"
10
9UBOOT_MACHINE = "k2l_evm_config" 11UBOOT_MACHINE = "k2l_evm_config"
10 12
11BOOT_MONITOR_MAKE_TARGET = "k2l" 13BOOT_MONITOR_MAKE_TARGET = "k2l"
diff --git a/conf/machine/omap5-evm.conf b/conf/machine/omap5-evm.conf
index 2a19e775..7a71accd 100644
--- a/conf/machine/omap5-evm.conf
+++ b/conf/machine/omap5-evm.conf
@@ -6,6 +6,8 @@ require conf/machine/include/omap-a15.inc
6 6
7IMAGE_FSTYPES += "ubi tar.gz" 7IMAGE_FSTYPES += "ubi tar.gz"
8 8
9KERNEL_DEVICETREE = "omap5-uevm.dtb"
10
9SERIAL_CONSOLE = "115200 ttyO2" 11SERIAL_CONSOLE = "115200 ttyO2"
10 12
11# UBI information. Note that this is board and kernel specific. Changes 13# UBI information. Note that this is board and kernel specific. Changes
diff --git a/conf/machine/pandaboard.conf b/conf/machine/pandaboard.conf
index 99497c13..920cd1e6 100644
--- a/conf/machine/pandaboard.conf
+++ b/conf/machine/pandaboard.conf
@@ -8,6 +8,8 @@ MACHINE_GUI_CLASS = "bigscreen"
8 8
9IMAGE_FSTYPES += "tar.gz" 9IMAGE_FSTYPES += "tar.gz"
10 10
11KERNEL_DEVICETREE = "omap4-panda.dtb omap4-panda-a4.dtb omap4-panda-es.dtb"
12
11SERIAL_CONSOLE = "115200 ttyO2" 13SERIAL_CONSOLE = "115200 ttyO2"
12 14
13MACHINE_EXTRA_RRECOMMENDS = " kernel-modules" 15MACHINE_EXTRA_RRECOMMENDS = " kernel-modules"