diff options
| author | Telukula Jeevan Kumar Sahu <j-sahu@ti.com> | 2025-08-25 12:04:49 +0530 |
|---|---|---|
| committer | Ryan Eatmon <reatmon@ti.com> | 2025-08-26 19:02:04 -0500 |
| commit | 17b6b9d666bd1dbf852a939fbf33a462abfc8d86 (patch) | |
| tree | 438392cd0e3be15c0c8ab3245a1cee50b32693bd /meta-ti-bsp/conf/machine/include | |
| parent | ff72a4400632837fde021a156f519b7ccfaf16b9 (diff) | |
| download | meta-ti-17b6b9d666bd1dbf852a939fbf33a462abfc8d86.tar.gz | |
conf: machine: Include merged device trees in the list of generated dtbs
Add support for dtbs that are generated by merging multiple .dtb and .dtbo
files in the /boot directory of the root filesystem.These merged device trees
are defined in ti-linux-kernel Makefile[1]. Include them using the
KERNEL_DEVICETREE_DTBMERGE variable.
[1]: https://git.ti.com/cgit/ti-linux-kernel/ti-linux-kernel/tree/arch/arm64/boot/dts/ti/Makefile?h=ti-linux-6.12.y
Signed-off-by: Telukula Jeevan Kumar Sahu <j-sahu@ti.com>
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Diffstat (limited to 'meta-ti-bsp/conf/machine/include')
| -rw-r--r-- | meta-ti-bsp/conf/machine/include/am64xx.inc | 4 | ||||
| -rw-r--r-- | meta-ti-bsp/conf/machine/include/am65xx.inc | 8 |
2 files changed, 12 insertions, 0 deletions
diff --git a/meta-ti-bsp/conf/machine/include/am64xx.inc b/meta-ti-bsp/conf/machine/include/am64xx.inc index e79e6e61..33fc6240 100644 --- a/meta-ti-bsp/conf/machine/include/am64xx.inc +++ b/meta-ti-bsp/conf/machine/include/am64xx.inc | |||
| @@ -5,6 +5,10 @@ SOC_FAMILY:append = ":am64xx" | |||
| 5 | 5 | ||
| 6 | KERNEL_DEVICETREE_PREFIX = "ti/k3-am642" | 6 | KERNEL_DEVICETREE_PREFIX = "ti/k3-am642" |
| 7 | 7 | ||
| 8 | KERNEL_DEVICETREE_DTBMERGE = " \ | ||
| 9 | ti/k3-am642-evm-nand.dtb \ | ||
| 10 | " | ||
| 11 | |||
| 8 | KERNEL_DEVICETREE = " \ | 12 | KERNEL_DEVICETREE = " \ |
| 9 | ti/k3-am642-evm-icssg1-dualemac-mii.dtbo \ | 13 | ti/k3-am642-evm-icssg1-dualemac-mii.dtbo \ |
| 10 | ti/k3-am642-evm-icssg1-dualemac.dtbo \ | 14 | ti/k3-am642-evm-icssg1-dualemac.dtbo \ |
diff --git a/meta-ti-bsp/conf/machine/include/am65xx.inc b/meta-ti-bsp/conf/machine/include/am65xx.inc index 7255bb30..d70bb22d 100644 --- a/meta-ti-bsp/conf/machine/include/am65xx.inc +++ b/meta-ti-bsp/conf/machine/include/am65xx.inc | |||
| @@ -10,6 +10,14 @@ PREFERRED_PROVIDER_virtual/gpudriver ?= "${BSP_SGX_DRIVER_PROVIDER}" | |||
| 10 | 10 | ||
| 11 | KERNEL_DEVICETREE_PREFIX = "ti/k3-am654" | 11 | KERNEL_DEVICETREE_PREFIX = "ti/k3-am654" |
| 12 | 12 | ||
| 13 | KERNEL_DEVICETREE_DTBMERGE = " \ | ||
| 14 | ti/k3-am654-gp-evm.dtb \ | ||
| 15 | ti/k3-am654-evm.dtb \ | ||
| 16 | ti/k3-am654-idk.dtb \ | ||
| 17 | ti/k3-am6548-iot2050-advanced-m2-bkey-ekey-pcie.dtb \ | ||
| 18 | ti/k3-am6548-iot2050-advanced-m2-bkey-usb3.dtb \ | ||
| 19 | " | ||
| 20 | |||
| 13 | KERNEL_DEVICETREE = " \ | 21 | KERNEL_DEVICETREE = " \ |
| 14 | ti/k3-am654-base-board-rocktech-rk101-panel.dtbo \ | 22 | ti/k3-am654-base-board-rocktech-rk101-panel.dtbo \ |
| 15 | ti/k3-am654-base-board.dtb \ | 23 | ti/k3-am654-base-board.dtb \ |
