doc: Move content to new About chapter
This new chapter is created to hold project-related info
such as methods of contact, supported platforms, and so on.
Change-Id: Ifece3a8d9ba7f7862416a0c81a8707833da4aec7
Signed-off-by: Paul Beesley <paul.beesley@arm.com>
Signed-off-by: Jimmy Brisson <jimmy.brisson@arm.com>
diff --git a/docs/about/contact.rst b/docs/about/contact.rst
new file mode 100644
index 0000000..b45fd4f
--- /dev/null
+++ b/docs/about/contact.rst
@@ -0,0 +1,12 @@
+Support & Contact
+=================
+
+Contact us
+----------
+
+We welcome any feedback on TF-A Tests. You can use either the `issue tracker`_
+or our `mailing list`_.
+
+--------------
+
+*Copyright (c) 2019, Arm Limited. All rights reserved.*
diff --git a/docs/about/features.rst b/docs/about/features.rst
new file mode 100644
index 0000000..16055fc
--- /dev/null
+++ b/docs/about/features.rst
@@ -0,0 +1,16 @@
+Feature Overview
+================
+
+Still to come
+`````````````
+
+- More tests.
+- Support for new platforms.
+- Design improvements.
+- Stability improvements.
+- Enhance test framework to make it easier to implement tests.
+- Fixing known issues (see the `change log`_ for more details).
+
+--------------
+
+*Copyright (c) 2019, Arm Limited. All rights reserved.*
diff --git a/docs/about/index.rst b/docs/about/index.rst
new file mode 100644
index 0000000..21a9ac5
--- /dev/null
+++ b/docs/about/index.rst
@@ -0,0 +1,14 @@
+About
+=====
+
+.. toctree::
+ :maxdepth: 1
+
+ features
+ platforms
+ maintainers
+ contact
+
+--------------
+
+*Copyright (c) 2019, Arm Limited. All rights reserved.*
diff --git a/docs/about/maintainers.rst b/docs/about/maintainers.rst
new file mode 100644
index 0000000..7635383
--- /dev/null
+++ b/docs/about/maintainers.rst
@@ -0,0 +1,19 @@
+Maintainers
+===========
+
+Trusted Firmware-A Tests (TF-A Tests) is a community maintained project. All
+contributions are ultimately merged by the maintainers listed below.
+
+Please note the maintainers' bandwidth is limited and contributions to this
+project will be reviewed and handled on a best-effort basis.
+
+Maintainers
+-----------
+
+- Joanna Farley <joanna.farley@arm.com>
+- Sandrine Bailleux <sandrine.bailleux@arm.com>
+- Soby Mathew <soby.mathew@arm.com>
+
+--------------
+
+*Copyright (c) 2018-2019, Arm Limited. All rights reserved.*
diff --git a/docs/about/platforms.rst b/docs/about/platforms.rst
new file mode 100644
index 0000000..32d6da7
--- /dev/null
+++ b/docs/about/platforms.rst
@@ -0,0 +1,46 @@
+Platforms
+=========
+
+Juno Arm Development Platform
+-----------------------------
+
+The AArch64 build of this release has been tested on variants r0, r1 and r2 of
+the `Juno Arm Development Platform`_. The AArch32 build has only been tested on
+variant r0.
+
+Armv8 Architecture Fixed Virtual Platforms
+------------------------------------------
+
+The AArch64 build has been tested on the following Armv8 Architecture Fixed
+Virtual Platforms (`FVP`_):
+
+- ``FVP_Base_AEMv8A-AEMv8A``
+- ``FVP_Base_Cortex-A35x4``
+- ``FVP_Base_Cortex-A57x4-A53x4``
+- ``FVP_Base_RevC-2xAEMv8A``
+- ``Foundation_Platform``
+
+The AArch32 build has been tested on the following `FVP`_\ s:
+
+- ``FVP_Base_Cortex-A32x4``
+- ``FVP_Base_RevC-2xAEMv8A``
+
+NOTE: Unless otherwise stated, the model version is version 11.6, build 45.
+
+System Guidance for Infrastructure Fixed Virtual Platforms
+----------------------------------------------------------
+
+The AArch64 build has been tested on the following Fixed Virtual Platforms
+(`FVP`_):
+
+- ``FVP_CSS_SGI-575``
+- ``FVP_RD_N1Edge``
+
+NOTE:
+
+- For ``FVP_CSS_SGI-575`` and ``FVP_RD_N1Edge``, internal version of the
+ models were used.
+
+--------------
+
+*Copyright (c) 2019, Arm Limited. All rights reserved.*