summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2019-08-20 04:18:18 +0000
committerDenys Dmytriyenko <denys@ti.com>2019-08-19 23:42:52 +0000
commit1cad885ee0b1b590cedd06bfa5a0445a4686bc5f (patch)
treee8c903e2e447321088ce158aa19b2bf649d7bfa2
parentaf99a1e80550f60c7ae13f5ab3797e9aa3a57206 (diff)
downloadmeta-ti-ti2019.03-rc3.tar.gz
conf/machine: update with new DTBs/DTBOsti2019.03-rc3
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
-rw-r--r--conf/machine/am65xx-evm.conf1
-rw-r--r--conf/machine/include/ti33x.inc3
-rw-r--r--conf/machine/j7-evm.conf4
3 files changed, 5 insertions, 3 deletions
diff --git a/conf/machine/am65xx-evm.conf b/conf/machine/am65xx-evm.conf
index 83eae598..27bb0b06 100644
--- a/conf/machine/am65xx-evm.conf
+++ b/conf/machine/am65xx-evm.conf
@@ -16,6 +16,7 @@ KERNEL_DEVICETREE = " \
16 ti/k3-am654-evm-csi2-ov490.dtbo ti/k3-am654-evm-csi2-ov5640.dtbo \ 16 ti/k3-am654-evm-csi2-ov490.dtbo ti/k3-am654-evm-csi2-ov5640.dtbo \
17 ti/k3-am654-evm-oldi-lcd1evm.dtbo ti/k3-am654-evm-tc358876.dtbo \ 17 ti/k3-am654-evm-oldi-lcd1evm.dtbo ti/k3-am654-evm-tc358876.dtbo \
18 ti/k3-am654-pcie-usb2.dtbo ti/k3-am654-pcie-usb3.dtbo \ 18 ti/k3-am654-pcie-usb2.dtbo ti/k3-am654-pcie-usb3.dtbo \
19 ti/k3-am654-base-board-jailhouse.dtbo \
19" 20"
20 21
21UBOOT_MACHINE = "am65x_evm_a53_defconfig" 22UBOOT_MACHINE = "am65x_evm_a53_defconfig"
diff --git a/conf/machine/include/ti33x.inc b/conf/machine/include/ti33x.inc
index 8ddae81c..5ff6efea 100644
--- a/conf/machine/include/ti33x.inc
+++ b/conf/machine/include/ti33x.inc
@@ -30,8 +30,9 @@ KERNEL_DEVICETREE = " \
30 am335x-evm.dtb am335x-evmsk.dtb \ 30 am335x-evm.dtb am335x-evmsk.dtb \
31 am335x-icev2.dtb am335x-icev2-prueth.dtb \ 31 am335x-icev2.dtb am335x-icev2-prueth.dtb \
32 am335x-pocketbeagle.dtb am335x-bone.dtb am335x-boneblue.dtb \ 32 am335x-pocketbeagle.dtb am335x-bone.dtb am335x-boneblue.dtb \
33 am335x-boneblack.dtb am335x-boneblack-wireless.dtb \
34 am335x-bonegreen.dtb am335x-bonegreen-wireless.dtb \ 33 am335x-bonegreen.dtb am335x-bonegreen-wireless.dtb \
34 am335x-boneblack.dtb am335x-boneblack-wireless.dtb \
35 am335x-boneblack-prusuart.dtb am335x-sancloud-bbe.dtb \
35" 36"
36 37
37KERNEL_DEVICETREE += "${@oe.utils.conditional('ENABLE_TI_UIO_DEVICES', '1', 'am335x-icev2-pru-excl-uio.dtb', '', d)}" 38KERNEL_DEVICETREE += "${@oe.utils.conditional('ENABLE_TI_UIO_DEVICES', '1', 'am335x-icev2-pru-excl-uio.dtb', '', d)}"
diff --git a/conf/machine/j7-evm.conf b/conf/machine/j7-evm.conf
index 1cb9aff5..ca594e81 100644
--- a/conf/machine/j7-evm.conf
+++ b/conf/machine/j7-evm.conf
@@ -28,9 +28,9 @@ OPTEEOUTPUTMACHINE = "k3"
28IMAGE_BOOT_FILES = "tispl.bin u-boot.img" 28IMAGE_BOOT_FILES = "tispl.bin u-boot.img"
29WKS_FILE = "sdimage-bootpart.wks" 29WKS_FILE = "sdimage-bootpart.wks"
30 30
31do_image_wic[depends] += "mtools-native:do_populate_sysroot dosfstools-native:do_populate_sysroot u-boot:do_deploy"
32
31# Set the list of device targets for ti-pdk class recipes 33# Set the list of device targets for ti-pdk class recipes
32TI_PDK_LIMIT_SOCS = "j721e" 34TI_PDK_LIMIT_SOCS = "j721e"
33TI_PDK_LIMIT_BOARDS = "j721e_evm" 35TI_PDK_LIMIT_BOARDS = "j721e_evm"
34TI_PDK_LIMIT_CORES = "mpu1_0 mcu1_0 mcu1_1 mcu2_0 mpu2_1 mpu3_0 mpu3_1 c66xdsp_1 c66xdsp_2 c7x_1" 36TI_PDK_LIMIT_CORES = "mpu1_0 mcu1_0 mcu1_1 mcu2_0 mpu2_1 mpu3_0 mpu3_1 c66xdsp_1 c66xdsp_2 c7x_1"
35
36do_image_wic[depends] += "mtools-native:do_populate_sysroot dosfstools-native:do_populate_sysroot u-boot:do_deploy"