summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnshul Dalal <anshuld@ti.com>2025-06-26 15:21:40 +0530
committerRyan Eatmon <reatmon@ti.com>2025-06-26 09:05:46 -0500
commitad64c54238f89cd2386f41a9cb01363d722aee6c (patch)
tree265eb94a878e5842c7e529bb4635ae09abdd624b
parentc23ccb153e19ebb972f13acc7e62da2f2c8e893e (diff)
downloadmeta-ti-ad64c54238f89cd2386f41a9cb01363d722aee6c.tar.gz
conf: machine: am62xxsip: update u-boot defconfig to am6254xxl
As of 35df864a0c26 ("configs: add defconfigs for am6254xxl") in ti-u-boot, new SiP sepcific defconfigs have been added with updated memory maps and OP-TEE load address. This requires changing the UBOOT_MACHINE variables inside machine configs for am62xxsip-evm. Note that AM6254xxl is the OPN for am62x SiP and expands as follows: AM6254XXL |||| |||+-- Feature Lookup (L indicates 512MiB of integrated LPDDR4) ||+--- Clock Speed |+---- Silicon PG Revision +----- Core configuration (4 indicates A53's in Quad core config) Signed-off-by: Anshul Dalal <anshuld@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.conf4
2 files changed, 5 insertions, 3 deletions
diff --git a/meta-ti-bsp/conf/machine/am62xxsip-evm-k3r5.conf b/meta-ti-bsp/conf/machine/am62xxsip-evm-k3r5.conf
index 55bc530b..2fd0cb54 100644
--- a/meta-ti-bsp/conf/machine/am62xxsip-evm-k3r5.conf
+++ b/meta-ti-bsp/conf/machine/am62xxsip-evm-k3r5.conf
@@ -8,7 +8,9 @@ SYSFW_SOC = "am62x"
8SYSFW_CONFIG = "evm" 8SYSFW_CONFIG = "evm"
9SYSFW_SUFFIX = "hs-fs" 9SYSFW_SUFFIX = "hs-fs"
10 10
11UBOOT_MACHINE = "am62xsip_evm_r5_defconfig" 11UBOOT_MACHINE = "am6254xxl_evm_r5_defconfig"
12
13UBOOT_MACHINE:bsp-ti-6_6 = "am62xsip_evm_r5_defconfig"
12 14
13UBOOT_MACHINE:bsp-ti-6_1 = "am62x_evm_r5_defconfig" 15UBOOT_MACHINE:bsp-ti-6_1 = "am62x_evm_r5_defconfig"
14 16
diff --git a/meta-ti-bsp/conf/machine/am62xxsip-evm.conf b/meta-ti-bsp/conf/machine/am62xxsip-evm.conf
index 2ca2cbdb..38bd4407 100644
--- a/meta-ti-bsp/conf/machine/am62xxsip-evm.conf
+++ b/meta-ti-bsp/conf/machine/am62xxsip-evm.conf
@@ -15,6 +15,6 @@ KERNEL_DEVICETREE = " \
15 15
16FIT_CONF_DEFAULT_DTB = "ti/k3-am625-sk.dtb" 16FIT_CONF_DEFAULT_DTB = "ti/k3-am625-sk.dtb"
17 17
18UBOOT_MACHINE = "am62xsip_evm_a53_defconfig" 18UBOOT_MACHINE = "am6254xxl_evm_a53_defconfig"
19 19UBOOT_MACHINE:bsp-ti-6_6 = "am62xsip_evm_a53_defconfig"
20UBOOT_MACHINE:bsp-ti-6_1 = "am62x_evm_a53_defconfig" 20UBOOT_MACHINE:bsp-ti-6_1 = "am62x_evm_a53_defconfig"