summaryrefslogtreecommitdiffstats
path: root/meta-ti-bsp/conf/machine/include/am64xx.inc
diff options
context:
space:
mode:
authorRyan Eatmon <reatmon@ti.com>2023-03-17 10:20:53 -0500
committerRyan Eatmon <reatmon@ti.com>2023-03-31 09:25:37 -0500
commit4baa0cbd9b2dfa54dba4461926d8d3e6d033c405 (patch)
tree1b5fa7fb9b0559ab4ce9314d38863b3ecef6ca8d /meta-ti-bsp/conf/machine/include/am64xx.inc
parent2d5d741f9b30639ae3ab1f75a6ae547c007cb3f5 (diff)
downloadmeta-ti-4baa0cbd9b2dfa54dba4461926d8d3e6d033c405.tar.gz
linux-ti-*: Add filtering for which dtb/dtbo to include
We often carry more dtbs/dtbos in our kernel than we have upstreamed. The inclusion of all of the dtb/dtbo in the KERNEL_DEVICETREE has become problematic as we start testing the linux-next and 6.1 as part of our LTS migration. To address this issue we are adding in two step method for managing the KERNEL_DEVICETREE. Going forward we will only accept dtb/dtbo in KERNEL_DEVICETREE if it is available in upstream. This way we ensure that the variable is more accurate for whichever kernel you might be looking at. We have also added a new variable KERNEL_DEVICETREE_PREFIX which our kernel recipes will use to auto set KERNEL_DEVICETREE based on what files are in the kernel and not a fixed list in the conf files. Signed-off-by: Ryan Eatmon <reatmon@ti.com> Signed-off-by: Andrew Davis <afd@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Diffstat (limited to 'meta-ti-bsp/conf/machine/include/am64xx.inc')
-rw-r--r--meta-ti-bsp/conf/machine/include/am64xx.inc5
1 files changed, 2 insertions, 3 deletions
diff --git a/meta-ti-bsp/conf/machine/include/am64xx.inc b/meta-ti-bsp/conf/machine/include/am64xx.inc
index a2e5d673..157bf5d5 100644
--- a/meta-ti-bsp/conf/machine/include/am64xx.inc
+++ b/meta-ti-bsp/conf/machine/include/am64xx.inc
@@ -4,12 +4,11 @@ SOC_FAMILY:append = ":am64xx"
4SERIAL_CONSOLES = "115200;ttyS2 115200;ttyS1" 4SERIAL_CONSOLES = "115200;ttyS2 115200;ttyS1"
5SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}" 5SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}"
6 6
7KERNEL_DEVICETREE_PREFIX = "ti/k3-am642"
8
7KERNEL_DEVICETREE = " \ 9KERNEL_DEVICETREE = " \
8 ti/k3-am642-evm.dtb \ 10 ti/k3-am642-evm.dtb \
9 ti/k3-am642-sk.dtb \ 11 ti/k3-am642-sk.dtb \
10 ti/k3-am642-evm-icssg1-dualemac.dtbo \
11 ti/k3-am642-evm-icssg1-dualemac-mii.dtbo \
12 ti/k3-am642-evm-nand.dtbo \
13" 12"
14 13
15# Default tiboot3.bin on AM64x is for SR2.0 HS-FS 14# Default tiboot3.bin on AM64x is for SR2.0 HS-FS