Message ID | 20250626095144.952261-2-anshuld@ti.com |
---|---|
State | New |
Headers | show |
Series | Add support for AM62x SIP | expand |
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" SYSFW_CONFIG = "evm" SYSFW_SUFFIX = "hs-fs" -UBOOT_MACHINE = "am62xsip_evm_r5_defconfig" +UBOOT_MACHINE = "am6254xxl_evm_r5_defconfig" + +UBOOT_MACHINE:bsp-ti-6_6 = "am62xsip_evm_r5_defconfig" UBOOT_MACHINE:bsp-ti-6_1 = "am62x_evm_r5_defconfig" 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 = " \ FIT_CONF_DEFAULT_DTB = "ti/k3-am625-sk.dtb" -UBOOT_MACHINE = "am62xsip_evm_a53_defconfig" - +UBOOT_MACHINE = "am6254xxl_evm_a53_defconfig" +UBOOT_MACHINE:bsp-ti-6_6 = "am62xsip_evm_a53_defconfig" UBOOT_MACHINE:bsp-ti-6_1 = "am62x_evm_a53_defconfig"
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> --- meta-ti-bsp/conf/machine/am62xxsip-evm-k3r5.conf | 4 +++- meta-ti-bsp/conf/machine/am62xxsip-evm.conf | 4 ++-- 2 files changed, 5 insertions(+), 3 deletions(-)