diff options
author | Denys Dmytriyenko <denys@ti.com> | 2018-03-01 06:02:04 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2018-03-01 13:46:20 -0500 |
commit | 1eac2f1034679088b865229871cf64620a67c94d (patch) | |
tree | e0693c35010688aefc96e909b0bee90ba0a4e20b /conf | |
parent | 848c1e752ff02e561ef2e719a8f38496cc065b38 (diff) | |
download | meta-ti-1eac2f1034679088b865229871cf64620a67c94d.tar.gz |
machines: update DTBs and other cleanups
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'conf')
-rw-r--r-- | conf/machine/am57xx-evm.conf | 5 | ||||
-rw-r--r-- | conf/machine/beagle-x15.conf | 12 | ||||
-rw-r--r-- | conf/machine/beaglebone.conf | 12 | ||||
-rw-r--r-- | conf/machine/dra7xx-evm.conf | 2 | ||||
-rw-r--r-- | conf/machine/include/ti33x.inc | 7 | ||||
-rw-r--r-- | conf/machine/include/ti43x.inc | 6 |
6 files changed, 30 insertions, 14 deletions
diff --git a/conf/machine/am57xx-evm.conf b/conf/machine/am57xx-evm.conf index 3419b398..b00460a9 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 | ${@base_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 | |
19 | KERNEL_DEVICETREE += "${@base_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 | ||
20 | UBOOT_MACHINE = "am57xx_evm_config" | 21 | UBOOT_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 | ||
5 | require conf/machine/include/dra7xx.inc | 5 | require conf/machine/include/dra7xx.inc |
6 | 6 | ||
7 | MACHINE_GUI_CLASS = "bigscreen" | 7 | KERNEL_DEVICETREE = "am57xx-beagle-x15.dtb am57xx-beagle-x15-revb1.dtb am57xx-beagle-x15-revc.dtb" |
8 | 8 | ||
9 | IMAGE_FSTYPES += "tar.xz" | 9 | MACHINE_GUI_CLASS = "bigscreen" |
10 | 10 | ||
11 | SERIAL_CONSOLE = "115200 ttyS2" | 11 | SERIAL_CONSOLE = "115200 ttyS2" |
12 | 12 | ||
13 | KERNEL_DEVICETREE = "am57xx-beagle-x15.dtb am57xx-beagle-x15-revb1.dtb" | ||
14 | |||
15 | UBOOT_MACHINE = "am57xx_evm_config" | 13 | UBOOT_MACHINE = "am57xx_evm_config" |
16 | 14 | ||
15 | WKS_FILE = "sdimage-bootpart.wks" | ||
16 | IMAGE_BOOT_FILES = "MLO u-boot.img" | ||
17 | IMAGE_FSTYPES += "tar.xz wic.xz" | ||
18 | |||
19 | do_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 715d2f21..06f43861 100644 --- a/conf/machine/beaglebone.conf +++ b/conf/machine/beaglebone.conf | |||
@@ -5,19 +5,21 @@ | |||
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" | 8 | KERNEL_DEVICETREE = "am335x-bone.dtb am335x-boneblue.dtb \ |
9 | am335x-boneblack.dtb am335x-boneblack-wireless.dtb \ | ||
10 | am335x-bonegreen.dtb am335x-bonegreen-wireless.dtb" | ||
9 | 11 | ||
10 | # Only has DVI connector for external screen | 12 | # Only has DVI connector for external screen |
11 | MACHINE_GUI_CLASS = "bigscreen" | 13 | MACHINE_GUI_CLASS = "bigscreen" |
12 | 14 | ||
13 | WKS_FILE = "sdimage-bootpart.wks" | ||
14 | IMAGE_BOOT_FILES = "MLO u-boot.img" | ||
15 | IMAGE_FSTYPES += "tar.xz wic.xz" | ||
16 | |||
17 | SERIAL_CONSOLE = "115200 ttyS0" | 15 | SERIAL_CONSOLE = "115200 ttyS0" |
18 | 16 | ||
19 | UBOOT_MACHINE = "am335x_boneblack_config" | 17 | UBOOT_MACHINE = "am335x_boneblack_config" |
20 | 18 | ||
19 | WKS_FILE = "sdimage-bootpart.wks" | ||
20 | IMAGE_BOOT_FILES = "MLO u-boot.img" | ||
21 | IMAGE_FSTYPES += "tar.xz wic.xz" | ||
22 | |||
21 | do_image_wic[depends] += "mtools-native:do_populate_sysroot dosfstools-native:do_populate_sysroot" | 23 | do_image_wic[depends] += "mtools-native:do_populate_sysroot dosfstools-native:do_populate_sysroot" |
22 | 24 | ||
23 | # Refine the list of device targets for ti-pdk class recipes | 25 | # 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" | |||
13 | KERNEL_DEVICETREE = "dra7-evm.dtb dra7-evm-lcd-osd101t2045.dtb dra7-evm-lcd-osd101t2587.dtb \ | 13 | KERNEL_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 | ||
19 | UBOOT_MACHINE = "dra7xx_evm_config" | 19 | UBOOT_MACHINE = "dra7xx_evm_config" |
diff --git a/conf/machine/include/ti33x.inc b/conf/machine/include/ti33x.inc index 4014f79f..412bbace 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 | ||
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 ${@base_conditional('ENABLE_TI_UIO_DEVICES', '1', 'am335x-icev2-pru-excl-uio.dtb', '', d)}" | 29 | KERNEL_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 | |||
34 | KERNEL_DEVICETREE += "${@base_conditional('ENABLE_TI_UIO_DEVICES', '1', 'am335x-icev2-pru-excl-uio.dtb', '', d)}" | ||
30 | 35 | ||
31 | UBOOT_ARCH = "arm" | 36 | UBOOT_ARCH = "arm" |
32 | UBOOT_MACHINE = "am335x_evm_config" | 37 | UBOOT_MACHINE = "am335x_evm_config" |
diff --git a/conf/machine/include/ti43x.inc b/conf/machine/include/ti43x.inc index 243bc5a6..85bc0760 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 | ||
27 | KERNEL_IMAGETYPE = "zImage" | 27 | KERNEL_IMAGETYPE = "zImage" |
28 | 28 | ||
29 | KERNEL_DEVICETREE = "am43x-epos-evm.dtb am437x-gp-evm.dtb am437x-gp-evm-hdmi.dtb am437x-sk-evm.dtb am437x-idk-evm.dtb ${@base_conditional('ENABLE_TI_UIO_DEVICES', '1', 'am437x-idk-pru-excl-uio.dtb', '', d)}" | 29 | KERNEL_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 | |||
33 | KERNEL_DEVICETREE += "${@base_conditional('ENABLE_TI_UIO_DEVICES', '1', 'am437x-idk-pru-excl-uio.dtb', '', d)}" | ||
30 | 34 | ||
31 | UBOOT_ARCH = "arm" | 35 | UBOOT_ARCH = "arm" |
32 | UBOOT_MACHINE = "am43xx_evm_config" | 36 | UBOOT_MACHINE = "am43xx_evm_config" |