summaryrefslogtreecommitdiffstats
path: root/meta-ti-bsp/conf/machine/beaglebone-ai64.conf
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@konsulko.com>2024-06-14 17:57:20 -0400
committerRyan Eatmon <reatmon@ti.com>2024-06-15 08:05:34 -0500
commit16092e065bb03cfe29952d4ec792a0de3142879a (patch)
treef45a8c7b8663c571660d633783db8ef2a39f3b66 /meta-ti-bsp/conf/machine/beaglebone-ai64.conf
parent83b30e950e6434014073acbe82d9a91e7f853784 (diff)
downloadmeta-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.conf23
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
6require conf/machine/include/j721e.inc 6require conf/machine/include/j721e.inc
7 7
8UBOOT_MACHINE = "j721e_evm_a72_config" 8UBOOT_MACHINE = "j721e_evm_a72_config"
9UBOOT_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 11UBOOT_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 12UBOOT_CONFIG_FRAGMENTS:bsp-bb_org = "j721e_beagleboneai64_a72.config"
12# under meta-ti-bsp/recipes-bsp/u-boot/ for more details. 13
13UBOOT_CONFIG_FRAGMENTS = "j721e_beagleboneai64_a72.config" 14SPL_BINARY:bsp-ti-6_6 = "tispl.bin_unsigned"
15SPL_BINARYNAME:bsp-ti-6_6 = "tispl.bin"
14 16
15KERNEL_DEVICETREE_PREFIX = " \ 17KERNEL_DEVICETREE_PREFIX = " \
16 ti/k3-j721e \ 18 ti/k3-j721e \
@@ -24,4 +26,17 @@ ti/k3-j721e-evm-quad-port-eth-exp.dtbo \
24ti/k3-j721e-sk.dtb \ 26ti/k3-j721e-sk.dtb \
25" 27"
26 28
29KERNEL_DEVICETREE:append:bsp-bb_org = " \
30ti/k3-j721e-beagleboneai64-dsi-rpi-7inch-panel.dtbo \
31ti/k3-j721e-common-proc-board-infotainment.dtbo \
32ti/k3-j721e-evm-csi2-ov5640.dtbo \
33ti/k3-j721e-evm-fusion.dtbo \
34ti/k3-j721e-evm-pcie0-ep.dtbo \
35ti/k3-j721e-evm-virt-mac-client.dtbo \
36ti/k3-j721e-sk-csi2-ov5640.dtbo \
37ti/k3-j721e-sk-csi2-rpi-imx219.dtbo \
38ti/k3-j721e-sk-fusion.dtbo \
39ti/k3-j721e-sk-rpi-hdr-ehrpwm.dtbo \
40"
41
27MACHINE_GUI_CLASS = "bigscreen" 42MACHINE_GUI_CLASS = "bigscreen"