summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChirag Shilwant <c-shilwant@ti.com>2024-06-17 21:17:37 +0530
committerRyan Eatmon <reatmon@ti.com>2024-06-17 13:44:25 -0500
commita325230cfefeaba00d34f20102cd7f3868b960ba (patch)
treed3cc31a1ca40a01861061cff2e1e837009061c1c
parentbbb2029f8461bb8b9a592aefad52743c076332c1 (diff)
downloadmeta-ti-a325230cfefeaba00d34f20102cd7f3868b960ba.tar.gz
conf: machine: Update am62xxsip-evm for multi-BSP support
Update am62xxsip-evm machine configuration to support TI kernel 6.1 & ti-u-boot-2023.04 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/am62xxsip-evm-k3r5.conf4
-rw-r--r--meta-ti-bsp/conf/machine/am62xxsip-evm.conf2
2 files changed, 6 insertions, 0 deletions
diff --git a/meta-ti-bsp/conf/machine/am62xxsip-evm-k3r5.conf b/meta-ti-bsp/conf/machine/am62xxsip-evm-k3r5.conf
index c35edc6e..55bc530b 100644
--- a/meta-ti-bsp/conf/machine/am62xxsip-evm-k3r5.conf
+++ b/meta-ti-bsp/conf/machine/am62xxsip-evm-k3r5.conf
@@ -9,3 +9,7 @@ SYSFW_CONFIG = "evm"
9SYSFW_SUFFIX = "hs-fs" 9SYSFW_SUFFIX = "hs-fs"
10 10
11UBOOT_MACHINE = "am62xsip_evm_r5_defconfig" 11UBOOT_MACHINE = "am62xsip_evm_r5_defconfig"
12
13UBOOT_MACHINE:bsp-ti-6_1 = "am62x_evm_r5_defconfig"
14
15UBOOT_CONFIG_FRAGMENTS:bsp-ti-6_1 = "am62xsip_sk_r5.config"
diff --git a/meta-ti-bsp/conf/machine/am62xxsip-evm.conf b/meta-ti-bsp/conf/machine/am62xxsip-evm.conf
index 38fe04c9..8104329e 100644
--- a/meta-ti-bsp/conf/machine/am62xxsip-evm.conf
+++ b/meta-ti-bsp/conf/machine/am62xxsip-evm.conf
@@ -14,3 +14,5 @@ KERNEL_DEVICETREE = " \
14" 14"
15 15
16UBOOT_MACHINE = "am62xsip_evm_a53_defconfig" 16UBOOT_MACHINE = "am62xsip_evm_a53_defconfig"
17
18UBOOT_MACHINE:bsp-ti-6_1 = "am62x_evm_a53_defconfig"