aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorMark Dykes <mardyk01@review.trustedfirmware.org>2020-08-17 21:08:44 +0000
committerTrustedFirmware Code Review <review@review.trustedfirmware.org>2020-08-17 21:08:44 +0000
commit0d4ad1fe03a42342699b9c41969ba5729b19ae9a (patch)
treefcf720be0957999136100670e460e4d35451aa9d /docs
parentc84539f2bd3ff890586b3be86857d9821e7c754f (diff)
parentfddfb3baf7c9e6e5e6d3462e71df6ba9d292f142 (diff)
downloadplatform_external_arm-trusted-firmware-0d4ad1fe03a42342699b9c41969ba5729b19ae9a.tar.gz
platform_external_arm-trusted-firmware-0d4ad1fe03a42342699b9c41969ba5729b19ae9a.tar.bz2
platform_external_arm-trusted-firmware-0d4ad1fe03a42342699b9c41969ba5729b19ae9a.zip
Merge "plat/arm: Use common build flag for using generic sp804 driver" into integration
Diffstat (limited to 'docs')
-rw-r--r--docs/getting_started/build-options.rst4
-rw-r--r--docs/plat/arm/fvp/index.rst4
2 files changed, 4 insertions, 4 deletions
diff --git a/docs/getting_started/build-options.rst b/docs/getting_started/build-options.rst
index 0acc8867b..ae328c779 100644
--- a/docs/getting_started/build-options.rst
+++ b/docs/getting_started/build-options.rst
@@ -725,6 +725,10 @@ Common build options
path on the host machine which is used to build certificate generation and
firmware encryption tool.
+- ``USE_SP804_TIMER``: Use the SP804 timer instead of the Generic Timer for
+ functions that wait for an arbitrary time length (udelay and mdelay). The
+ default value is 0.
+
GICv3 driver options
--------------------
diff --git a/docs/plat/arm/fvp/index.rst b/docs/plat/arm/fvp/index.rst
index 745e31f9e..e3bf42ad9 100644
--- a/docs/plat/arm/fvp/index.rst
+++ b/docs/plat/arm/fvp/index.rst
@@ -123,10 +123,6 @@ Arm FVP Platform Specific Build Options
- ``FVP_GICV2`` : The GICv2 only driver is selected
- ``FVP_GICV3`` : The GICv3 only driver is selected (default option)
-- ``FVP_USE_SP804_TIMER`` : Use the SP804 timer instead of the Generic Timer
- for functions that wait for an arbitrary time length (udelay and mdelay).
- The default value is 0.
-
- ``FVP_HW_CONFIG_DTS`` : Specify the path to the DTS file to be compiled
to DTB and packaged in FIP as the HW_CONFIG. See :ref:`Firmware Design` for
details on HW_CONFIG. By default, this is initialized to a sensible DTS