summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/user-guide.md12
-rw-r--r--plat/arm/board/fvp/platform.mk4
2 files changed, 8 insertions, 8 deletions
diff --git a/docs/user-guide.md b/docs/user-guide.md
index eb977112..2bb9eac4 100644
--- a/docs/user-guide.md
+++ b/docs/user-guide.md
@@ -1013,22 +1013,22 @@ all FDTs are available from there.
* `fvp-base-gicv2-psci.dtb`
- (Default) For use with both AEMv8 and Cortex-A57-A53 Base FVPs with
+ For use with both AEMv8 and Cortex-A57-A53 Base FVPs with
Base memory map configuration.
* `fvp-base-gicv3-psci.dtb`
- For use with both AEMv8 and Cortex-A57-A53 Base FVPs with Base memory map
- configuration and Linux GICv3 support.
+ (Default) For use with both AEMv8 and Cortex-A57-A53 Base FVPs with Base
+ memory map configuration and Linux GICv3 support.
* `fvp-foundation-gicv2-psci.dtb`
- (Default) For use with Foundation FVP with Base memory map configuration.
+ For use with Foundation FVP with Base memory map configuration.
* `fvp-foundation-gicv3-psci.dtb`
- For use with Foundation FVP with Base memory map configuration and Linux
- GICv3 support.
+ (Default) For use with Foundation FVP with Base memory map configuration
+ and Linux GICv3 support.
### Running on the Foundation FVP with reset to BL1 entrypoint
diff --git a/plat/arm/board/fvp/platform.mk b/plat/arm/board/fvp/platform.mk
index 60ebe65b..eecb5977 100644
--- a/plat/arm/board/fvp/platform.mk
+++ b/plat/arm/board/fvp/platform.mk
@@ -28,8 +28,8 @@
# POSSIBILITY OF SUCH DAMAGE.
#
-# Use the Legacy GICv3 driver on the FVP by default to maintain compatibility.
-FVP_USE_GIC_DRIVER := FVP_GICV3_LEGACY
+# Use the GICv3 driver on the FVP by default
+FVP_USE_GIC_DRIVER := FVP_GICV3
# The FVP platform depends on this macro to build with correct GIC driver.
$(eval $(call add_define,FVP_USE_GIC_DRIVER))