Doc: add AEM FVP platform page

Add a page describing the "Armv-A Base RevC AEM FVP". Update existing
download links to FVP binaries.

Change-Id: I965b1fe849a04d51dbb746e7f45e760dcbc4a995
Signed-off-by: Gyorgy Szing <Gyorgy.Szing@arm.com>
diff --git a/docs/developer/software-requirements.rst b/docs/developer/software-requirements.rst
index 700c32d..f664553 100644
--- a/docs/developer/software-requirements.rst
+++ b/docs/developer/software-requirements.rst
@@ -23,6 +23,8 @@
          (Note: the compiler part of the OP-TEE build environment works too.)
        * For `linux-pc` environment use the native version of GCC available in your Linux distribution.
 
+   * The `AEM FVP`_ binaries if targeting the FVP platform.
+
 To build the documentation, please refer to :ref:`Documentation Build Instructions`.
 
 .. todo:: Add info on commit validation dependencies (checkpatch, uncrustify, etc...)
@@ -32,7 +34,8 @@
 .. _OP-TEE documentation: https://optee.readthedocs.io/en/latest/building/gits/build.html#step-4-get-the-toolchains
 .. _arm Developer: https://developer.arm.com/tools-and-software/open-source-software/developer-tools/gnu-toolchain/gnu-a/downloads
 .. _CMake download page: https://cmake.org/files/v3.18/
+.. _`AEM FVP`: https://developer.arm.com/-/media/Files/downloads/ecosystem-models/FVP_Base_RevC-2xAEMvA_11.18_16_Linux64.tgz
 
-*Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved.*
+*Copyright (c) 2020-2022, Arm Limited and Contributors. All rights reserved.*
 
 SPDX-License-Identifier: BSD-3-Clause
diff --git a/docs/target-platforms/aem-fvp.rst b/docs/target-platforms/aem-fvp.rst
new file mode 100644
index 0000000..a2d4ad6
--- /dev/null
+++ b/docs/target-platforms/aem-fvp.rst
@@ -0,0 +1,20 @@
+AEM FVP
+=======
+
+Arm `Fixed Virtual Platforms`_ are hardware emulators "running at speeds comparable to the real hardware".
+FVP packages are released in various different configurations. This platform supports the
+`Armv-A Base RevC AEM FVP`_
+
+Please see the following chapters of using the AEM FVP:
+
+  - :ref:`Running User-space Programs on FVP`
+
+--------------
+
+.. _`Fixed Virtual Platforms`: https://developer.arm.com/Tools%20and%20Software/Fixed%20Virtual%20Platforms
+.. _`Armv-A Base RevC AEM FVP`: https://developer.arm.com/-/media/Files/downloads/ecosystem-models/FVP_Base_RevC-2xAEMvA_11.18_16_Linux64.tgz
+
+*Copyright (c) 2022, Arm Limited and Contributors. All rights reserved.*
+
+SPDX-License-Identifier: BSD-3-Clause
+
diff --git a/docs/target-platforms/index.rst b/docs/target-platforms/index.rst
index 2462e09..49bffb1 100644
--- a/docs/target-platforms/index.rst
+++ b/docs/target-platforms/index.rst
@@ -23,9 +23,13 @@
 in the sub-chapters below.
 
 
+Reference platforms
+-------------------
 
+.. toctree::
+    :maxdepth: 1
 
-
+    ./aem-fvp
 
 
 --------------