From b7491c77d7ad2991b8c7c01f0311ebb3b0eca397 Mon Sep 17 00:00:00 2001 From: J-Alves Date: Thu, 9 May 2024 14:14:18 +0100 Subject: [PATCH] fix(fvp): added ranges for linux This extends the SPM's NS ranges for linux to do the RXTX map. Signed-off-by: J-Alves Change-Id: I99b4f2c0355edb88be2484b445b97701e166cbfd --- plat/arm/board/fvp/fdts/fvp_spmc_manifest.dts | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/plat/arm/board/fvp/fdts/fvp_spmc_manifest.dts b/plat/arm/board/fvp/fdts/fvp_spmc_manifest.dts index 30f1760a0..9fba4af38 100644 --- a/plat/arm/board/fvp/fdts/fvp_spmc_manifest.dts +++ b/plat/arm/board/fvp/fdts/fvp_spmc_manifest.dts @@ -92,8 +92,9 @@ memory@1 { device_type = "ns-memory"; - reg = <0x00008800 0x80000000 0x0 0x7f000000>, - <0x0 0x88000000 0x0 0x10000000>; + reg = <0x0 0x80000000 0x0 0x7c000000>, + <0x8 0x80000000 0x1 0x80000000>, + <0x00008800 0x80000000 0x0 0x7f000000>; }; memory@2 {