summaryrefslogtreecommitdiff
path: root/docs/user-guide.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/user-guide.md')
-rw-r--r--docs/user-guide.md22
1 files changed, 16 insertions, 6 deletions
diff --git a/docs/user-guide.md b/docs/user-guide.md
index 0acab573..a6959b14 100644
--- a/docs/user-guide.md
+++ b/docs/user-guide.md
@@ -208,11 +208,21 @@ performed.
platform name must be subdirectory of any depth under `plat/`, and must
contain a platform makefile named `platform.mk`.
+* `ARCH` : Choose the target build architecture for ARM Trusted Firmware.
+ It can take either `aarch64` or `aarch32` as values. By default, it is
+ defined to `aarch64`.
+
* `SPD`: Choose a Secure Payload Dispatcher component to be built into the
- Trusted Firmware. The value should be the path to the directory containing
- the SPD source, relative to `services/spd/`; the directory is expected to
+ Trusted Firmware. This build option is only valid if `ARCH=aarch64`. The
+ value should be the path to the directory containing the SPD source,
+ relative to `services/spd/`; the directory is expected to
contain a makefile called `<spd-value>.mk`.
+* `AARCH32_SP` : Choose the AArch32 Secure Payload component to be built as
+ as the BL32 image when `ARCH=aarch32`. The value should be the path to the
+ directory containing the SP source, relative to the `bl32/`; the directory
+ is expected to contain a makefile called `<aarch32_sp-value>.mk`.
+
* `V`: Verbose build. If assigned anything other than 0, the build commands
are printed. Default is 0.
@@ -1032,10 +1042,10 @@ This version of the ARM Trusted Firmware has been tested on the following ARM
FVPs (64-bit versions only).
* `Foundation_Platform` (Version 9.5, Build 9.5.40)
-* `FVP_Base_AEMv8A-AEMv8A` (Version 7.2, Build 0.8.7202)
-* `FVP_Base_Cortex-A57x4-A53x4` (Version 7.2, Build 0.8.7202)
-* `FVP_Base_Cortex-A57x1-A53x1` (Version 7.2, Build 0.8.7202)
-* `FVP_Base_Cortex-A57x2-A53x4` (Version 7.2, Build 0.8.7202)
+* `FVP_Base_AEMv8A-AEMv8A` (Version 7.6, Build 0.8.7605)
+* `FVP_Base_Cortex-A57x4-A53x4` (Version 7.6, Build 0.8.7605)
+* `FVP_Base_Cortex-A57x1-A53x1` (Version 7.6, Build 0.8.7605)
+* `FVP_Base_Cortex-A57x2-A53x4` (Version 7.6, Build 0.8.7605)
NOTE: The build numbers quoted above are those reported by launching the FVP
with the `--version` parameter. `Foundation_Platform` tarball for `--version`