diff options
author | Denys Dmytriyenko <denys@konsulko.com> | 2024-06-14 17:57:20 -0400 |
---|---|---|
committer | Ryan Eatmon <reatmon@ti.com> | 2024-06-15 08:05:34 -0500 |
commit | 16092e065bb03cfe29952d4ec792a0de3142879a (patch) | |
tree | f45a8c7b8663c571660d633783db8ef2a39f3b66 /meta-ti-bsp/conf/machine/beaglebone-ai64.conf | |
parent | 83b30e950e6434014073acbe82d9a91e7f853784 (diff) | |
download | meta-ti-16092e065bb03cfe29952d4ec792a0de3142879a.tar.gz |
conf/machine/beagle*, linux-bb.org: update for multi-BSP support
Update all Beagle platform configurations to support multiple BSPs.
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 | 23 |
1 files changed, 19 insertions, 4 deletions
diff --git a/meta-ti-bsp/conf/machine/beaglebone-ai64.conf b/meta-ti-bsp/conf/machine/beaglebone-ai64.conf index aaf94fa5..618e27d7 100644 --- a/meta-ti-bsp/conf/machine/beaglebone-ai64.conf +++ b/meta-ti-bsp/conf/machine/beaglebone-ai64.conf | |||
@@ -6,11 +6,13 @@ require conf/machine/include/beagle.inc | |||
6 | require conf/machine/include/j721e.inc | 6 | require conf/machine/include/j721e.inc |
7 | 7 | ||
8 | UBOOT_MACHINE = "j721e_evm_a72_config" | 8 | UBOOT_MACHINE = "j721e_evm_a72_config" |
9 | UBOOT_MACHINE:bsp-ti-6_6 = "j721e_beagleboneai64_a72_defconfig" | ||
9 | 10 | ||
10 | # UBOOT_CONFIG_FRAGMENTS holds the list of u-boot config fragments which has to be build | 11 | UBOOT_CONFIG_FRAGMENTS:bsp-ti-6_1 = "j721e_beagleboneai64_a72.config" |
11 | # along with the base defconfig mentioned in UBOOT_MACHINE. Refer u-boot-mergeconfig.inc | 12 | UBOOT_CONFIG_FRAGMENTS:bsp-bb_org = "j721e_beagleboneai64_a72.config" |
12 | # under meta-ti-bsp/recipes-bsp/u-boot/ for more details. | 13 | |
13 | UBOOT_CONFIG_FRAGMENTS = "j721e_beagleboneai64_a72.config" | 14 | SPL_BINARY:bsp-ti-6_6 = "tispl.bin_unsigned" |
15 | SPL_BINARYNAME:bsp-ti-6_6 = "tispl.bin" | ||
14 | 16 | ||
15 | KERNEL_DEVICETREE_PREFIX = " \ | 17 | KERNEL_DEVICETREE_PREFIX = " \ |
16 | ti/k3-j721e \ | 18 | ti/k3-j721e \ |
@@ -24,4 +26,17 @@ ti/k3-j721e-evm-quad-port-eth-exp.dtbo \ | |||
24 | ti/k3-j721e-sk.dtb \ | 26 | ti/k3-j721e-sk.dtb \ |
25 | " | 27 | " |
26 | 28 | ||
29 | KERNEL_DEVICETREE:append:bsp-bb_org = " \ | ||
30 | ti/k3-j721e-beagleboneai64-dsi-rpi-7inch-panel.dtbo \ | ||
31 | ti/k3-j721e-common-proc-board-infotainment.dtbo \ | ||
32 | ti/k3-j721e-evm-csi2-ov5640.dtbo \ | ||
33 | ti/k3-j721e-evm-fusion.dtbo \ | ||
34 | ti/k3-j721e-evm-pcie0-ep.dtbo \ | ||
35 | ti/k3-j721e-evm-virt-mac-client.dtbo \ | ||
36 | ti/k3-j721e-sk-csi2-ov5640.dtbo \ | ||
37 | ti/k3-j721e-sk-csi2-rpi-imx219.dtbo \ | ||
38 | ti/k3-j721e-sk-fusion.dtbo \ | ||
39 | ti/k3-j721e-sk-rpi-hdr-ehrpwm.dtbo \ | ||
40 | " | ||
41 | |||
27 | MACHINE_GUI_CLASS = "bigscreen" | 42 | MACHINE_GUI_CLASS = "bigscreen" |