diff options
author | Antonio Nino Diaz <antonio.ninodiaz@arm.com> | 2016-05-17 09:48:10 +0100 |
---|---|---|
committer | Antonio Nino Diaz <antonio.ninodiaz@arm.com> | 2016-05-20 15:29:30 +0100 |
commit | 32cd95f094eaa17631a08dca214ea61b06937f6c (patch) | |
tree | 0de466b73e415594651b44e68245263158ec8a7f /docs | |
parent | 0bcedb2212bd2436834117cd956d7b6e16b11673 (diff) |
Replace SP804 timer by generic delay timer on FVP
Added a build flag to select the generic delay timer on FVP instead
of the SP804 timer. By default, the generic one will be selected. The
user guide has been updated.
Change-Id: Ica34425c6d4ed95a187b529c612f6d3b26b78bc6
Diffstat (limited to 'docs')
-rw-r--r-- | docs/user-guide.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/user-guide.md b/docs/user-guide.md index 2bb9eac4..cd9c8c33 100644 --- a/docs/user-guide.md +++ b/docs/user-guide.md @@ -492,6 +492,9 @@ map is explained in the [Firmware Design]. Trusted Firmware is configured for dual cluster topology and this option can be used to override the default value. +* `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. ### Debugging options |