summaryrefslogtreecommitdiff
path: root/plat/arm/board/fvp/fdts
diff options
context:
space:
mode:
authorOlivier Deprez <olivier.deprez@arm.com>2021-05-25 11:56:01 +0200
committerOlivier Deprez <olivier.deprez@arm.com>2022-03-09 10:40:32 +0100
commit69cde5cd9563f0c665862f1e405ae8e8d2818c6e (patch)
treed85ca224a37584d089d93c75c72ae1f73fac0929 /plat/arm/board/fvp/fdts
parentfee7b2d3b4dc4fcf225c5191a7aad8427489ef64 (diff)
fix(fvp): op-tee sp manifest doesn't map gicd
Following I2d274fa897171807e39b0ce9c8a28824ff424534: Remove GICD registers S2 mapping from OP-TEE partition when it runs in a secure partition on top of Hafnium. The partition is not meant to access the GIC directly but use the Hafnium provided interfaces. Signed-off-by: Olivier Deprez <olivier.deprez@arm.com> Change-Id: I1a38101f6ae9911662828734a3c9572642123f32
Diffstat (limited to 'plat/arm/board/fvp/fdts')
-rw-r--r--plat/arm/board/fvp/fdts/optee_sp_manifest.dts6
1 files changed, 0 insertions, 6 deletions
diff --git a/plat/arm/board/fvp/fdts/optee_sp_manifest.dts b/plat/arm/board/fvp/fdts/optee_sp_manifest.dts
index 551efe69d..b8033404f 100644
--- a/plat/arm/board/fvp/fdts/optee_sp_manifest.dts
+++ b/plat/arm/board/fvp/fdts/optee_sp_manifest.dts
@@ -40,11 +40,5 @@
pages-count = <1>;
attributes = <0x3>; /* read-write */
};
-
- gicd {
- base-address = <0x00000000 0x2f000000>;
- pages-count = <16>;
- attributes = <0x3>; /* read-write */
- };
};
};