From b635d11bcdcabdb76df92ca6a8913cd489b3c6f7 Mon Sep 17 00:00:00 2001 From: Olivier Deprez Date: Tue, 10 Nov 2020 17:50:43 +0100 Subject: [PATCH] spm: remove device-memory node from SPMC manifests The PVM concept is removed from the SPMC so the device-memory node which is specifying the device memory range for the PVM is no longer applicable. Signed-off-by: Olivier Deprez Change-Id: If0cb956e0197028b24ecb78952c66ec454904516 --- plat/arm/board/fvp/fdts/fvp_spmc_manifest.dts | 5 ----- plat/arm/board/fvp/fdts/fvp_spmc_optee_sp_manifest.dts | 5 ----- 2 files changed, 10 deletions(-) diff --git a/plat/arm/board/fvp/fdts/fvp_spmc_manifest.dts b/plat/arm/board/fvp/fdts/fvp_spmc_manifest.dts index 8b9c281e2..32549a0e1 100644 --- a/plat/arm/board/fvp/fdts/fvp_spmc_manifest.dts +++ b/plat/arm/board/fvp/fdts/fvp_spmc_manifest.dts @@ -74,11 +74,6 @@ CPU_1 }; - device-memory@0 { - device_type = "device-memory"; - reg = <0x0 0x0 0x6000000 0x0 0x8000000 0x78000000>; - }; - memory@6000000 { device_type = "memory"; reg = <0x0 0x6000000 0x2000000>; /* Trusted DRAM */ diff --git a/plat/arm/board/fvp/fdts/fvp_spmc_optee_sp_manifest.dts b/plat/arm/board/fvp/fdts/fvp_spmc_optee_sp_manifest.dts index 266adfc2b..e59acb3ba 100644 --- a/plat/arm/board/fvp/fdts/fvp_spmc_optee_sp_manifest.dts +++ b/plat/arm/board/fvp/fdts/fvp_spmc_optee_sp_manifest.dts @@ -61,11 +61,6 @@ CPU_1 }; - device-memory@0 { - device_type = "device-memory"; - reg = <0x0 0x0 0x6000000 0x0 0x8000000 0x78000000>; - }; - memory@6000000 { device_type = "memory"; reg = <0x0 0x6000000 0x2000000>; /* Trusted DRAM */ -- 2.39.5