summaryrefslogtreecommitdiffstats
path: root/conf/machine
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2018-03-01 06:02:04 +0000
committerDenys Dmytriyenko <denys@ti.com>2018-03-01 13:51:32 -0500
commit2499f8265cc4fdcd2c051e44417b06a735ad0400 (patch)
treea02b4d9a5ae9f96f2b2be3606694d058c5122c42 /conf/machine
parentaf51e167fd1057459cbd0605dfc38cd2630e9cef (diff)
downloadmeta-ti-2499f8265cc4fdcd2c051e44417b06a735ad0400.tar.gz
machines: update DTBs and other cleanups
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'conf/machine')
-rw-r--r--conf/machine/am57xx-evm.conf5
-rw-r--r--conf/machine/beagle-x15.conf12
-rw-r--r--conf/machine/beaglebone.conf12
-rw-r--r--conf/machine/dra7xx-evm.conf2
-rw-r--r--conf/machine/include/ti33x.inc7
-rw-r--r--conf/machine/include/ti43x.inc6
6 files changed, 30 insertions, 14 deletions
diff --git a/conf/machine/am57xx-evm.conf b/conf/machine/am57xx-evm.conf
index e763abad..172b515a 100644
--- a/conf/machine/am57xx-evm.conf
+++ b/conf/machine/am57xx-evm.conf
@@ -14,8 +14,9 @@ KERNEL_DEVICETREE = "am57xx-beagle-x15.dtb am57xx-beagle-x15-revb1.dtb am57xx-be
14 ti/am57xx-evm.dtbo ti/mt9t111.dtbo ti/ov10635.dtbo ti/am57xx-evm.itb \ 14 ti/am57xx-evm.dtbo ti/mt9t111.dtbo ti/ov10635.dtbo ti/am57xx-evm.itb \
15 am571x-idk.dtb am571x-idk-lcd-osd101t2045.dtb am571x-idk-lcd-osd101t2587.dtb \ 15 am571x-idk.dtb am571x-idk-lcd-osd101t2045.dtb am571x-idk-lcd-osd101t2587.dtb \
16 am572x-idk.dtb am572x-idk-lcd-osd101t2045.dtb am572x-idk-lcd-osd101t2587.dtb \ 16 am572x-idk.dtb am572x-idk-lcd-osd101t2045.dtb am572x-idk-lcd-osd101t2587.dtb \
17 am574x-idk.dtb am574x-idk-lcd-osd101t2587.dtb \ 17 am574x-idk.dtb am574x-idk-lcd-osd101t2587.dtb"
18 ${@oe.utils.conditional('ENABLE_TI_UIO_DEVICES', '1', 'am574x-idk-pru-excl-uio.dtb am572x-idk-pru-excl-uio.dtb am571x-idk-pru-excl-uio.dtb', '', d)}" 18
19KERNEL_DEVICETREE += "${@oe.utils.conditional('ENABLE_TI_UIO_DEVICES', '1', 'am574x-idk-pru-excl-uio.dtb am572x-idk-pru-excl-uio.dtb am571x-idk-pru-excl-uio.dtb', '', d)}"
19 20
20UBOOT_MACHINE = "am57xx_evm_config" 21UBOOT_MACHINE = "am57xx_evm_config"
21 22
diff --git a/conf/machine/beagle-x15.conf b/conf/machine/beagle-x15.conf
index e4552cd7..da275ad6 100644
--- a/conf/machine/beagle-x15.conf
+++ b/conf/machine/beagle-x15.conf
@@ -4,16 +4,20 @@
4 4
5require conf/machine/include/dra7xx.inc 5require conf/machine/include/dra7xx.inc
6 6
7MACHINE_GUI_CLASS = "bigscreen" 7KERNEL_DEVICETREE = "am57xx-beagle-x15.dtb am57xx-beagle-x15-revb1.dtb am57xx-beagle-x15-revc.dtb"
8 8
9IMAGE_FSTYPES += "tar.xz" 9MACHINE_GUI_CLASS = "bigscreen"
10 10
11SERIAL_CONSOLE = "115200 ttyS2" 11SERIAL_CONSOLE = "115200 ttyS2"
12 12
13KERNEL_DEVICETREE = "am57xx-beagle-x15.dtb am57xx-beagle-x15-revb1.dtb"
14
15UBOOT_MACHINE = "am57xx_evm_config" 13UBOOT_MACHINE = "am57xx_evm_config"
16 14
15WKS_FILE = "sdimage-bootpart.wks"
16IMAGE_BOOT_FILES = "MLO u-boot.img"
17IMAGE_FSTYPES += "tar.xz wic.xz"
18
19do_image_wic[depends] += "mtools-native:do_populate_sysroot dosfstools-native:do_populate_sysroot"
20
17# UBI information. Note that this is board and kernel specific. Changes 21# UBI information. Note that this is board and kernel specific. Changes
18# in your kernel port may require changes in these variables. For more 22# in your kernel port may require changes in these variables. For more
19# details about this board please see 23# details about this board please see
diff --git a/conf/machine/beaglebone.conf b/conf/machine/beaglebone.conf
index a73bf224..49edfd61 100644
--- a/conf/machine/beaglebone.conf
+++ b/conf/machine/beaglebone.conf
@@ -4,19 +4,21 @@
4 4
5require conf/machine/include/ti33x.inc 5require conf/machine/include/ti33x.inc
6 6
7KERNEL_DEVICETREE = "am335x-bone.dtb am335x-boneblack.dtb am335x-bonegreen.dtb" 7KERNEL_DEVICETREE = "am335x-bone.dtb am335x-boneblue.dtb \
8 am335x-boneblack.dtb am335x-boneblack-wireless.dtb \
9 am335x-bonegreen.dtb am335x-bonegreen-wireless.dtb"
8 10
9# Only has DVI connector for external screen 11# Only has DVI connector for external screen
10MACHINE_GUI_CLASS = "bigscreen" 12MACHINE_GUI_CLASS = "bigscreen"
11 13
12WKS_FILE = "sdimage-bootpart.wks"
13IMAGE_BOOT_FILES = "MLO u-boot.img"
14IMAGE_FSTYPES += "tar.xz wic.xz"
15
16SERIAL_CONSOLE = "115200 ttyS0" 14SERIAL_CONSOLE = "115200 ttyS0"
17 15
18UBOOT_MACHINE = "am335x_boneblack_config" 16UBOOT_MACHINE = "am335x_boneblack_config"
19 17
18WKS_FILE = "sdimage-bootpart.wks"
19IMAGE_BOOT_FILES = "MLO u-boot.img"
20IMAGE_FSTYPES += "tar.xz wic.xz"
21
20do_image_wic[depends] += "mtools-native:do_populate_sysroot dosfstools-native:do_populate_sysroot" 22do_image_wic[depends] += "mtools-native:do_populate_sysroot dosfstools-native:do_populate_sysroot"
21 23
22# Refine the list of device targets for ti-pdk class recipes 24# Refine the list of device targets for ti-pdk class recipes
diff --git a/conf/machine/dra7xx-evm.conf b/conf/machine/dra7xx-evm.conf
index e0717c5f..9a65a271 100644
--- a/conf/machine/dra7xx-evm.conf
+++ b/conf/machine/dra7xx-evm.conf
@@ -13,7 +13,7 @@ SERIAL_CONSOLE = "115200 ttyS0"
13KERNEL_DEVICETREE = "dra7-evm.dtb dra7-evm-lcd-osd101t2045.dtb dra7-evm-lcd-osd101t2587.dtb \ 13KERNEL_DEVICETREE = "dra7-evm.dtb dra7-evm-lcd-osd101t2045.dtb dra7-evm-lcd-osd101t2587.dtb \
14 dra72-evm.dtb dra72-evm-lcd-osd101t2045.dtb dra72-evm-lcd-osd101t2587.dtb \ 14 dra72-evm.dtb dra72-evm-lcd-osd101t2045.dtb dra72-evm-lcd-osd101t2587.dtb \
15 dra72-evm-revc.dtb dra72-evm-revc-lcd-osd101t2045.dtb dra72-evm-revc-lcd-osd101t2587.dtb \ 15 dra72-evm-revc.dtb dra72-evm-revc-lcd-osd101t2045.dtb dra72-evm-revc-lcd-osd101t2587.dtb \
16 dra71-evm.dtb dra71-evm-lcd-auo-g101evn01.0.dtb \ 16 dra71-evm.dtb dra71-evm-lcd-auo-g101evn01.0.dtb dra71-lcard.dtb \
17 dra76-evm.dtb dra76-evm-tfp410.dtb" 17 dra76-evm.dtb dra76-evm-tfp410.dtb"
18 18
19UBOOT_MACHINE = "dra7xx_evm_config" 19UBOOT_MACHINE = "dra7xx_evm_config"
diff --git a/conf/machine/include/ti33x.inc b/conf/machine/include/ti33x.inc
index 4c62fb9d..570953b9 100644
--- a/conf/machine/include/ti33x.inc
+++ b/conf/machine/include/ti33x.inc
@@ -26,7 +26,12 @@ 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 ${@oe.utils.conditional('ENABLE_TI_UIO_DEVICES', '1', 'am335x-icev2-pru-excl-uio.dtb', '', d)}" 29KERNEL_DEVICETREE = "am335x-evm.dtb am335x-evmsk.dtb am335x-icev2.dtb \
30 am335x-bone.dtb am335x-boneblue.dtb \
31 am335x-boneblack.dtb am335x-boneblack-wireless.dtb \
32 am335x-bonegreen.dtb am335x-bonegreen-wireless.dtb"
33
34KERNEL_DEVICETREE += "${@oe.utils.conditional('ENABLE_TI_UIO_DEVICES', '1', 'am335x-icev2-pru-excl-uio.dtb', '', d)}"
30 35
31UBOOT_ARCH = "arm" 36UBOOT_ARCH = "arm"
32UBOOT_MACHINE = "am335x_evm_config" 37UBOOT_MACHINE = "am335x_evm_config"
diff --git a/conf/machine/include/ti43x.inc b/conf/machine/include/ti43x.inc
index 87dcf55a..ddc270ae 100644
--- a/conf/machine/include/ti43x.inc
+++ b/conf/machine/include/ti43x.inc
@@ -26,7 +26,11 @@ 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-gp-evm-hdmi.dtb am437x-sk-evm.dtb am437x-idk-evm.dtb ${@oe.utils.conditional('ENABLE_TI_UIO_DEVICES', '1', 'am437x-idk-pru-excl-uio.dtb', '', d)}" 29KERNEL_DEVICETREE = "am437x-gp-evm.dtb am437x-gp-evm-hdmi.dtb \
30 am437x-sk-evm.dtb am437x-idk-evm.dtb \
31 am43x-epos-evm.dtb am43x-epos-evm-hdmi.dtb"
32
33KERNEL_DEVICETREE += "${@oe.utils.conditional('ENABLE_TI_UIO_DEVICES', '1', 'am437x-idk-pru-excl-uio.dtb', '', d)}"
30 34
31UBOOT_ARCH = "arm" 35UBOOT_ARCH = "arm"
32UBOOT_MACHINE = "am43xx_evm_config" 36UBOOT_MACHINE = "am43xx_evm_config"