1From 15dab90c3cb8e7677c4f953c2269e8ee1afa01b0 Mon Oct 2 13:45:43 2023 2From: Mariam Elshakfy <mariam.elshakfy@arm.com> 3Date: Mon, 2 Oct 2023 13:45:43 +0000 4Subject: [PATCH] Modify BL32 Location to DDR4 5 6Since OP-TEE start address is changed to run 7from DDR4, this patch changes BL32 entrypoint 8to the correct one. 9 10Upstream-Status: Pending (not yet submitted to upstream) 11Signed-off-by: Mariam Elshakfy <mariam.elshakfy@arm.com> 12--- 13 plat/arm/board/n1sdp/fdts/n1sdp_optee_spmc_manifest.dts | 4 ++-- 14 1 file changed, 2 insertions(+), 2 deletions(-) 15 16diff --git a/plat/arm/board/n1sdp/fdts/n1sdp_optee_spmc_manifest.dts b/plat/arm/board/n1sdp/fdts/n1sdp_optee_spmc_manifest.dts 17index ed870803c..797dfe3a4 100644 18--- a/plat/arm/board/n1sdp/fdts/n1sdp_optee_spmc_manifest.dts 19+++ b/plat/arm/board/n1sdp/fdts/n1sdp_optee_spmc_manifest.dts 20@@ -22,8 +22,8 @@ 21 maj_ver = <0x1>; 22 min_ver = <0x0>; 23 exec_state = <0x0>; 24- load_address = <0x0 0x08000000>; 25- entrypoint = <0x0 0x08000000>; 26+ load_address = <0x0 0xDE000000>; 27+ entrypoint = <0x0 0xDE000000>; 28 binary_size = <0x2000000>; 29 }; 30 31