diff options
author | Anshul Dalal <anshuld@ti.com> | 2025-06-26 15:21:40 +0530 |
---|---|---|
committer | Ryan Eatmon <reatmon@ti.com> | 2025-06-26 09:05:46 -0500 |
commit | ad64c54238f89cd2386f41a9cb01363d722aee6c (patch) | |
tree | 265eb94a878e5842c7e529bb4635ae09abdd624b | |
parent | c23ccb153e19ebb972f13acc7e62da2f2c8e893e (diff) | |
download | meta-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.conf | 4 | ||||
-rw-r--r-- | meta-ti-bsp/conf/machine/am62xxsip-evm.conf | 4 |
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" | |||
8 | SYSFW_CONFIG = "evm" | 8 | SYSFW_CONFIG = "evm" |
9 | SYSFW_SUFFIX = "hs-fs" | 9 | SYSFW_SUFFIX = "hs-fs" |
10 | 10 | ||
11 | UBOOT_MACHINE = "am62xsip_evm_r5_defconfig" | 11 | UBOOT_MACHINE = "am6254xxl_evm_r5_defconfig" |
12 | |||
13 | UBOOT_MACHINE:bsp-ti-6_6 = "am62xsip_evm_r5_defconfig" | ||
12 | 14 | ||
13 | UBOOT_MACHINE:bsp-ti-6_1 = "am62x_evm_r5_defconfig" | 15 | UBOOT_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 | ||
16 | FIT_CONF_DEFAULT_DTB = "ti/k3-am625-sk.dtb" | 16 | FIT_CONF_DEFAULT_DTB = "ti/k3-am625-sk.dtb" |
17 | 17 | ||
18 | UBOOT_MACHINE = "am62xsip_evm_a53_defconfig" | 18 | UBOOT_MACHINE = "am6254xxl_evm_a53_defconfig" |
19 | 19 | UBOOT_MACHINE:bsp-ti-6_6 = "am62xsip_evm_a53_defconfig" | |
20 | UBOOT_MACHINE:bsp-ti-6_1 = "am62x_evm_a53_defconfig" | 20 | UBOOT_MACHINE:bsp-ti-6_1 = "am62x_evm_a53_defconfig" |