diff options
author | Soby Mathew <soby.mathew@arm.com> | 2016-04-07 17:40:04 +0100 |
---|---|---|
committer | Soby Mathew <soby.mathew@arm.com> | 2016-04-28 11:12:36 +0100 |
commit | a8af6a4d2a80b19f42493a33b86e97bae4fdeb6e (patch) | |
tree | d7475438aa8756a519cb1270a51e2d102dbeeb95 /docs | |
parent | 21a3973de044a640861cee92265be9191a76a462 (diff) |
Change the default driver to GICv3 in FVP
This patch changes the default driver for FVP platform from the deprecated
GICv3 legacy to the GICv3 only driver. This means that the default build of
Trusted Firmware will not be able boot Linux kernel with GICv2 FDT blob. The
user guide is also updated to reflect this change of default GIC driver for
FVP.
Change-Id: Id6fc8c1ac16ad633dabb3cd189b690415a047764
Diffstat (limited to 'docs')
-rw-r--r-- | docs/user-guide.md | 12 |
1 files changed, 6 insertions, 6 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 |