diff options
author | Denys Dmytriyenko <denys@ti.com> | 2017-02-02 04:36:53 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2017-02-02 18:34:47 -0500 |
commit | e866980b744e99c9254ebd529b26a0e461c81b84 (patch) | |
tree | 4f99c8b5efe5c3fa892e48ca38a19380cfe06b2e /conf | |
parent | ff8c2019ac1f1f7646ee5c2a6eb4327217be6779 (diff) | |
download | meta-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.conf | 2 | ||||
-rw-r--r-- | conf/machine/am37x-evm.conf | 2 | ||||
-rw-r--r-- | conf/machine/am57xx-evm.conf | 5 | ||||
-rw-r--r-- | conf/machine/beagleboard.conf | 2 | ||||
-rw-r--r-- | conf/machine/beaglebone.conf | 2 | ||||
-rw-r--r-- | conf/machine/dra7xx-evm.conf | 5 | ||||
-rw-r--r-- | conf/machine/include/omap3.inc | 2 | ||||
-rw-r--r-- | conf/machine/include/ti33x.inc | 2 | ||||
-rw-r--r-- | conf/machine/include/ti43x.inc | 2 | ||||
-rw-r--r-- | conf/machine/k2e-evm.conf | 2 | ||||
-rw-r--r-- | conf/machine/k2g-evm.conf | 2 | ||||
-rw-r--r-- | conf/machine/k2hk-evm.conf | 2 | ||||
-rw-r--r-- | conf/machine/k2l-evm.conf | 2 | ||||
-rw-r--r-- | conf/machine/omap5-evm.conf | 2 | ||||
-rw-r--r-- | conf/machine/pandaboard.conf | 2 |
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" | |||
15 | SERIAL_CONSOLE = "115200 ttyO2" | 15 | SERIAL_CONSOLE = "115200 ttyO2" |
16 | USE_VT = "2" | 16 | USE_VT = "2" |
17 | 17 | ||
18 | KERNEL_DEVICETREE = "am3517-evm.dtb" | ||
19 | |||
18 | UBOOT_MACHINE = "am3517_evm_config" | 20 | UBOOT_MACHINE = "am3517_evm_config" |
19 | XLOAD_MACHINE = "am3517evm_config" | 21 | XLOAD_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" | |||
12 | IMAGE_FSTYPES += "ubi tar.gz" | 12 | IMAGE_FSTYPES += "ubi tar.gz" |
13 | EXTRA_IMAGECMD_jffs2 = "-lnp -e 0x20000 -s 2048" | 13 | EXTRA_IMAGECMD_jffs2 = "-lnp -e 0x20000 -s 2048" |
14 | 14 | ||
15 | KERNEL_DEVICETREE = "omap3-evm-37xx.dtb" | ||
16 | |||
15 | SERIAL_CONSOLE = "115200 ttyO0" | 17 | SERIAL_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 = "" | |||
12 | SERIAL_CONSOLES = "115200;ttyS2 115200;ttyO2" | 12 | SERIAL_CONSOLES = "115200;ttyS2 115200;ttyO2" |
13 | SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}" | 13 | SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}" |
14 | 14 | ||
15 | KERNEL_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 | |||
15 | UBOOT_MACHINE = "am57xx_evm_config" | 20 | UBOOT_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" | |||
10 | IMAGE_FSTYPES += "tar.gz ubi" | 10 | IMAGE_FSTYPES += "tar.gz ubi" |
11 | EXTRA_IMAGECMD_jffs2 = "-lnp" | 11 | EXTRA_IMAGECMD_jffs2 = "-lnp" |
12 | 12 | ||
13 | KERNEL_DEVICETREE = "omap3-beagle.dtb omap3-beagle-xm.dtb omap3-beagle-xm-ab.dtb" | ||
14 | |||
13 | SERIAL_CONSOLE = "115200 ttyO2" | 15 | SERIAL_CONSOLE = "115200 ttyO2" |
14 | 16 | ||
15 | UBOOT_MACHINE = "omap3_beagle_config" | 17 | UBOOT_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 @@ | |||
5 | require conf/machine/include/ti33x.inc | 5 | require conf/machine/include/ti33x.inc |
6 | require conf/machine/include/beaglebone.inc | 6 | require conf/machine/include/beaglebone.inc |
7 | 7 | ||
8 | KERNEL_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 |
9 | MACHINE_GUI_CLASS = "bigscreen" | 11 | MACHINE_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 = "" | |||
12 | SERIAL_CONSOLES = "115200;ttyS0 115200;ttyO0" | 12 | SERIAL_CONSOLES = "115200;ttyS0 115200;ttyO0" |
13 | SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}" | 13 | SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}" |
14 | 14 | ||
15 | KERNEL_DEVICETREE = "dra7-evm.dtb \ | ||
16 | dra72-evm.dtb \ | ||
17 | dra72-evm-revc.dtb \ | ||
18 | dra71-evm.dtb" | ||
19 | |||
15 | UBOOT_MACHINE = "dra7xx_evm_config" | 20 | UBOOT_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" | |||
26 | PREFERRED_PROVIDER_virtual/bootloader = "u-boot-ti-staging" | 26 | PREFERRED_PROVIDER_virtual/bootloader = "u-boot-ti-staging" |
27 | PREFERRED_PROVIDER_u-boot = "u-boot-ti-staging" | 27 | PREFERRED_PROVIDER_u-boot = "u-boot-ti-staging" |
28 | 28 | ||
29 | KERNEL_DEVICETREE = "omap3-beagle.dtb omap3-beagle-xm.dtb omap3-beagle-xm-ab.dtb omap3-evm.dtb omap3-evm-37xx.dtb am3517-evm.dtb" | ||
30 | |||
29 | UBOOT_ARCH = "arm" | 31 | UBOOT_ARCH = "arm" |
30 | UBOOT_MACHINE = "omap3_evm_config" | 32 | UBOOT_MACHINE = "omap3_evm_config" |
31 | XLOAD_MACHINE = "omap3evm_config" | 33 | XLOAD_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 | ||
27 | KERNEL_IMAGETYPE = "zImage" | 27 | KERNEL_IMAGETYPE = "zImage" |
28 | 28 | ||
29 | KERNEL_DEVICETREE = "am335x-evm.dtb am335x-evmsk.dtb am335x-bone.dtb am335x-boneblack.dtb am335x-bonegreen.dtb am335x-icev2.dtb" | ||
30 | |||
29 | UBOOT_ARCH = "arm" | 31 | UBOOT_ARCH = "arm" |
30 | UBOOT_MACHINE = "am335x_evm_config" | 32 | UBOOT_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 | ||
27 | KERNEL_IMAGETYPE = "zImage" | 27 | KERNEL_IMAGETYPE = "zImage" |
28 | 28 | ||
29 | KERNEL_DEVICETREE = "am43x-epos-evm.dtb am437x-gp-evm.dtb am437x-sk-evm.dtb am437x-idk-evm.dtb" | ||
30 | |||
29 | UBOOT_ARCH = "arm" | 31 | UBOOT_ARCH = "arm" |
30 | UBOOT_MACHINE = "am43xx_evm_config" | 32 | UBOOT_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 | ||
7 | MACHINE_FEATURES += "opencl" | 7 | MACHINE_FEATURES += "opencl" |
8 | 8 | ||
9 | KERNEL_DEVICETREE = "keystone-k2e-evm.dtb" | ||
10 | |||
9 | UBOOT_MACHINE = "k2e_evm_config" | 11 | UBOOT_MACHINE = "k2e_evm_config" |
10 | 12 | ||
11 | BOOT_MONITOR_MAKE_TARGET = "k2e" | 13 | BOOT_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 | ||
7 | MACHINE_FEATURES += "alsa opencl" | 7 | MACHINE_FEATURES += "alsa opencl" |
8 | 8 | ||
9 | KERNEL_DEVICETREE = "keystone-k2g-evm.dtb keystone-k2g-ice.dtb" | ||
10 | |||
9 | UBOOT_MACHINE = "k2g_evm_config" | 11 | UBOOT_MACHINE = "k2g_evm_config" |
10 | 12 | ||
11 | BOOT_MONITOR_MAKE_TARGET = "k2g" | 13 | BOOT_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 | ||
7 | MACHINE_FEATURES += "opencl" | 7 | MACHINE_FEATURES += "opencl" |
8 | 8 | ||
9 | KERNEL_DEVICETREE = "keystone-k2hk-evm.dtb" | ||
10 | |||
9 | UBOOT_MACHINE = "k2hk_evm_config" | 11 | UBOOT_MACHINE = "k2hk_evm_config" |
10 | 12 | ||
11 | BOOT_MONITOR_MAKE_TARGET = "k2hk" | 13 | BOOT_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 | ||
7 | MACHINE_FEATURES += "opencl" | 7 | MACHINE_FEATURES += "opencl" |
8 | 8 | ||
9 | KERNEL_DEVICETREE = "keystone-k2l-evm.dtb" | ||
10 | |||
9 | UBOOT_MACHINE = "k2l_evm_config" | 11 | UBOOT_MACHINE = "k2l_evm_config" |
10 | 12 | ||
11 | BOOT_MONITOR_MAKE_TARGET = "k2l" | 13 | BOOT_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 | ||
7 | IMAGE_FSTYPES += "ubi tar.gz" | 7 | IMAGE_FSTYPES += "ubi tar.gz" |
8 | 8 | ||
9 | KERNEL_DEVICETREE = "omap5-uevm.dtb" | ||
10 | |||
9 | SERIAL_CONSOLE = "115200 ttyO2" | 11 | SERIAL_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 | ||
9 | IMAGE_FSTYPES += "tar.gz" | 9 | IMAGE_FSTYPES += "tar.gz" |
10 | 10 | ||
11 | KERNEL_DEVICETREE = "omap4-panda.dtb omap4-panda-a4.dtb omap4-panda-es.dtb" | ||
12 | |||
11 | SERIAL_CONSOLE = "115200 ttyO2" | 13 | SERIAL_CONSOLE = "115200 ttyO2" |
12 | 14 | ||
13 | MACHINE_EXTRA_RRECOMMENDS = " kernel-modules" | 15 | MACHINE_EXTRA_RRECOMMENDS = " kernel-modules" |