commit | 891e1c77519402f0cb2a3c4249be3eff9b3ec084 | [log] [tgz] |
---|---|---|
author | Olivier Deprez <olivier.deprez@arm.com> | Tue May 25 11:56:01 2021 +0200 |
committer | Olivier Deprez <olivier.deprez@arm.com> | Wed Mar 09 10:40:32 2022 +0100 |
tree | d85ca224a37584d089d93c75c72ae1f73fac0929 | |
parent | d7605cd9444ec839e0a6ec372a0306d31b69fefe [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
diff --git a/plat/arm/board/fvp/fdts/optee_sp_manifest.dts b/plat/arm/board/fvp/fdts/optee_sp_manifest.dts index 551efe6..b803340 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 */ - }; }; };