diff options
author | Denys Dmytriyenko <denys@konsulko.com> | 2024-06-06 15:48:25 -0400 |
---|---|---|
committer | Ryan Eatmon <reatmon@ti.com> | 2024-06-15 08:05:34 -0500 |
commit | 12909d33292ba5e51e7383bbca9d1ae4383192b2 (patch) | |
tree | 15469ce223de48cf4b0a6ca482ea2137bb34aac2 /meta-ti-bsp/conf/machine/beaglebone-ai64.conf | |
parent | e62ac223bdab0f22f3ade613b1b8a9c3b7089bc9 (diff) | |
download | meta-ti-12909d33292ba5e51e7383bbca9d1ae4383192b2.tar.gz |
conf/machine, linux-bb.org: re-org DT lists for Beagle platforms
In order to be able to switch between different kernel providers, as well
as different versions of kernel LTS (e.g. 6.1 vs. 6.6), let's re-organize
Device Tree lists as follows:
* Move all Beagle-specific DTBs and overlays into corresponding linux-bb.org
recipe for now, to be used when building beagleboard.org baseline
* Update KERNEL_DEVICETREE in the machine configs to only list what already
exists in the upstream/mainline kernel
* Update KERNEL_DEVICETREE_PREFIX to match the list when building TI baseline
With this change it is now very easy to switch the kernel between providers
supported by meta-ti - linux-ti-mainline, linux-ti-staging and linux-bb.org
Please note that 6.6 LTS has moved to "vendored" device tree layout even for
32-bit platforms, while BB.org still uses 6.1 LTS and flat DT layout.
Signed-off-by: Denys Dmytriyenko <denys@konsulko.com>
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Diffstat (limited to 'meta-ti-bsp/conf/machine/beaglebone-ai64.conf')
-rw-r--r-- | meta-ti-bsp/conf/machine/beaglebone-ai64.conf | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/meta-ti-bsp/conf/machine/beaglebone-ai64.conf b/meta-ti-bsp/conf/machine/beaglebone-ai64.conf index 4ce7e11a..aaf94fa5 100644 --- a/meta-ti-bsp/conf/machine/beaglebone-ai64.conf +++ b/meta-ti-bsp/conf/machine/beaglebone-ai64.conf | |||
@@ -7,7 +7,6 @@ require conf/machine/include/j721e.inc | |||
7 | 7 | ||
8 | UBOOT_MACHINE = "j721e_evm_a72_config" | 8 | UBOOT_MACHINE = "j721e_evm_a72_config" |
9 | 9 | ||
10 | |||
11 | # UBOOT_CONFIG_FRAGMENTS holds the list of u-boot config fragments which has to be build | 10 | # UBOOT_CONFIG_FRAGMENTS holds the list of u-boot config fragments which has to be build |
12 | # along with the base defconfig mentioned in UBOOT_MACHINE. Refer u-boot-mergeconfig.inc | 11 | # along with the base defconfig mentioned in UBOOT_MACHINE. Refer u-boot-mergeconfig.inc |
13 | # under meta-ti-bsp/recipes-bsp/u-boot/ for more details. | 12 | # under meta-ti-bsp/recipes-bsp/u-boot/ for more details. |
@@ -20,19 +19,9 @@ KERNEL_DEVICETREE_PREFIX = " \ | |||
20 | KERNEL_DEVICETREE = " \ | 19 | KERNEL_DEVICETREE = " \ |
21 | ti/k3-j721e-beagleboneai64.dtb \ | 20 | ti/k3-j721e-beagleboneai64.dtb \ |
22 | ti/k3-j721e-common-proc-board.dtb \ | 21 | ti/k3-j721e-common-proc-board.dtb \ |
23 | ti/k3-j721e-beagleboneai64-dsi-rpi-7inch-panel.dtbo \ | ||
24 | ti/k3-j721e-common-proc-board-infotainment.dtbo \ | ||
25 | ti/k3-j721e-evm-csi2-ov5640.dtbo \ | ||
26 | ti/k3-j721e-evm-fusion.dtbo \ | ||
27 | ti/k3-j721e-evm-gesi-exp-board.dtbo \ | 22 | ti/k3-j721e-evm-gesi-exp-board.dtbo \ |
28 | ti/k3-j721e-evm-pcie0-ep.dtbo \ | ||
29 | ti/k3-j721e-evm-quad-port-eth-exp.dtbo \ | 23 | ti/k3-j721e-evm-quad-port-eth-exp.dtbo \ |
30 | ti/k3-j721e-evm-virt-mac-client.dtbo \ | ||
31 | ti/k3-j721e-sk.dtb \ | 24 | ti/k3-j721e-sk.dtb \ |
32 | ti/k3-j721e-sk-csi2-ov5640.dtbo \ | ||
33 | ti/k3-j721e-sk-csi2-rpi-imx219.dtbo \ | ||
34 | ti/k3-j721e-sk-fusion.dtbo \ | ||
35 | ti/k3-j721e-sk-rpi-hdr-ehrpwm.dtbo \ | ||
36 | " | 25 | " |
37 | 26 | ||
38 | MACHINE_GUI_CLASS = "bigscreen" | 27 | MACHINE_GUI_CLASS = "bigscreen" |