diff mbox series

[meta-ti,master/scarthgap,v1,3/4] meta-ti-bsp: optee: add build flags for am62xxsip-evm

Message ID 20250625171626.2863841-4-anshuld@ti.com
State Under Review
Delegated to: Ryan Eatmon
Headers show
Series Add support for AM62x SIP | expand

Commit Message

Anshul Dalal June 25, 2025, 5:16 p.m. UTC
Due to 512MiB DDR limitation of am62x SiP, the memory map has
beenmodified with OP-TEE moved to bottom of DDR after atf to
0x80080000,this requires modifications to OPTEE's CFG_TZDRAM_START.

Signed-off-by: Anshul Dalal <anshuld@ti.com>
---
 meta-ti-bsp/recipes-security/optee/optee-os-ti-overrides.inc | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/meta-ti-bsp/recipes-security/optee/optee-os-ti-overrides.inc b/meta-ti-bsp/recipes-security/optee/optee-os-ti-overrides.inc
index d1de4368..e5c3af63 100644
--- a/meta-ti-bsp/recipes-security/optee/optee-os-ti-overrides.inc
+++ b/meta-ti-bsp/recipes-security/optee/optee-os-ti-overrides.inc
@@ -11,6 +11,7 @@  EXTRA_OEMAKE:append:am62pxx = " CFG_TEE_CORE_LOG_LEVEL=1"
 EXTRA_OEMAKE:append:am62axx = " CFG_TEE_CORE_LOG_LEVEL=1"
 EXTRA_OEMAKE:append:am62dxx = " CFG_TEE_CORE_LOG_LEVEL=1"
 EXTRA_OEMAKE:append:j722s = " CFG_TEE_CORE_LOG_LEVEL=1"
+EXTRA_OEMAKE:append:am62xxsip-evm:bsp-ti-6_12 = " CFG_TZDRAM_START=0x80080000"
 
 do_compile:append:k3() {
     cp ${B}/core/tee-pager_v2.bin ${B}/bl32.bin