From 15dab90c3cb8e7677c4f953c2269e8ee1afa01b0 Mon Oct 2 13:45:43 2023 From: Mariam Elshakfy Date: Mon, 2 Oct 2023 13:45:43 +0000 Subject: [PATCH] Modify BL32 Location to DDR4 Since OP-TEE start address is changed to run from DDR4, this patch changes BL32 entrypoint to the correct one. Upstream-Status: Pending (not yet submitted to upstream) Signed-off-by: Mariam Elshakfy --- plat/arm/board/n1sdp/fdts/n1sdp_optee_spmc_manifest.dts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plat/arm/board/n1sdp/fdts/n1sdp_optee_spmc_manifest.dts b/plat/arm/board/n1sdp/fdts/n1sdp_optee_spmc_manifest.dts index ed870803c..797dfe3a4 100644 --- a/plat/arm/board/n1sdp/fdts/n1sdp_optee_spmc_manifest.dts +++ b/plat/arm/board/n1sdp/fdts/n1sdp_optee_spmc_manifest.dts @@ -22,8 +22,8 @@ maj_ver = <0x1>; min_ver = <0x0>; exec_state = <0x0>; - load_address = <0x0 0x08000000>; - entrypoint = <0x0 0x08000000>; + load_address = <0x0 0xDE000000>; + entrypoint = <0x0 0xDE000000>; binary_size = <0x2000000>; };