summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChirag Shilwant <c-shilwant@ti.com>2024-02-17 13:22:49 +0530
committerRyan Eatmon <reatmon@ti.com>2024-02-20 09:28:28 -0600
commit713ef2619a7a0db73ceccda655d3df087e0c0d15 (patch)
treef873301c9dadda03567ff064df860a1ddd3cde0a
parent8f66109af823445ffa49db397af0ef63171a50f4 (diff)
downloadmeta-ti-713ef2619a7a0db73ceccda655d3df087e0c0d15.tar.gz
conf: beaglebone-ai64: Apply U-boot defconfig fragments
- Apply j721e_beagleboneai64_a72.config which is maintained in U-boot tree & is intended to be applied on top of j721e_evm_a72_defconfig [1]. - Apply j721e_beagleboneai64_r5.config which is maintained in U-boot tree & is intended to be applied on top of j721e_evm_r5_defconfig [2]. References ---------- [1] https://github.com/beagleboard/u-boot/blob/v2023.04-ti-09.01.00.008-BeaglePlay/configs/j721e_beagleboneai64_a72.config [2] https://github.com/beagleboard/u-boot/blob/v2023.04-ti-09.01.00.008-BeaglePlay/configs/j721e_beagleboneai64_r5.config Signed-off-by: Chirag Shilwant <c-shilwant@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
-rw-r--r--meta-ti-bsp/conf/machine/beaglebone-ai64-k3r5.conf6
-rw-r--r--meta-ti-bsp/conf/machine/beaglebone-ai64.conf6
2 files changed, 12 insertions, 0 deletions
diff --git a/meta-ti-bsp/conf/machine/beaglebone-ai64-k3r5.conf b/meta-ti-bsp/conf/machine/beaglebone-ai64-k3r5.conf
index b893f380..f57ae065 100644
--- a/meta-ti-bsp/conf/machine/beaglebone-ai64-k3r5.conf
+++ b/meta-ti-bsp/conf/machine/beaglebone-ai64-k3r5.conf
@@ -15,3 +15,9 @@ UBOOT_IMAGE = "tiboot3-${MAINMACHINE}-${PV}-${PR}.${UBOOT_SUFFIX}"
15UBOOT_SYMLINK = "tiboot3-${MAINMACHINE}.${UBOOT_SUFFIX}" 15UBOOT_SYMLINK = "tiboot3-${MAINMACHINE}.${UBOOT_SUFFIX}"
16 16
17UBOOT_MACHINE = "j721e_evm_r5_defconfig" 17UBOOT_MACHINE = "j721e_evm_r5_defconfig"
18
19
20# UBOOT_CONFIG_FRAGMENTS holds the list of u-boot config fragments which has to be build
21# along with the base defconfig mentioned in UBOOT_MACHINE. Refer u-boot-mergeconfig.inc
22# under meta-ti-bsp/recipes-bsp/u-boot/ for more details.
23UBOOT_CONFIG_FRAGMENTS = "j721e_beagleboneai64_r5.config"
diff --git a/meta-ti-bsp/conf/machine/beaglebone-ai64.conf b/meta-ti-bsp/conf/machine/beaglebone-ai64.conf
index 31fb4ac4..a19a3e29 100644
--- a/meta-ti-bsp/conf/machine/beaglebone-ai64.conf
+++ b/meta-ti-bsp/conf/machine/beaglebone-ai64.conf
@@ -6,6 +6,12 @@ require conf/machine/include/j721e.inc
6 6
7UBOOT_MACHINE = "j721e_evm_a72_config" 7UBOOT_MACHINE = "j721e_evm_a72_config"
8 8
9
10# UBOOT_CONFIG_FRAGMENTS holds the list of u-boot config fragments which has to be build
11# along with the base defconfig mentioned in UBOOT_MACHINE. Refer u-boot-mergeconfig.inc
12# under meta-ti-bsp/recipes-bsp/u-boot/ for more details.
13UBOOT_CONFIG_FRAGMENTS = "j721e_beagleboneai64_a72.config"
14
9PREFERRED_PROVIDER_virtual/kernel = "linux-bb.org" 15PREFERRED_PROVIDER_virtual/kernel = "linux-bb.org"
10 16
11KERNEL_DEVICETREE = " \ 17KERNEL_DEVICETREE = " \