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.md14
1 files changed, 7 insertions, 7 deletions
diff --git a/docs/user-guide.md b/docs/user-guide.md
index ae569aab..435a903b 100644
--- a/docs/user-guide.md
+++ b/docs/user-guide.md
@@ -132,7 +132,7 @@ Trusted Firmware source tree and follow these steps:
* `build/<platform>/<build-type>/bl31.bin`
where `<platform>` is the name of the chosen platform and `<build-type>` is
- either `debug` or `release`. A Firmare Image Package (FIP) will be created
+ either `debug` or `release`. A Firmware Image Package (FIP) will be created
as part of the build. It contains all boot loader images except for
`bl1.bin`.
@@ -167,8 +167,8 @@ Trusted Firmware source tree and follow these steps:
the specified binary in the final FIP image. Please note that BL32 will be
included in the build, only if the `SPD` build option is specified.
- For example, specifying BL2=<path-to>/<bl2_image> in the build option, will
- skip compilation of BL2 source in trusted firmware, but include the BL2
+ For example, specifying `BL2=<path-to>/<bl2_image>` in the build option,
+ will skip compilation of BL2 source in trusted firmware, but include the BL2
binary specified in the final FIP image.
### Summary of build options
@@ -399,8 +399,8 @@ performed.
* `SPIN_ON_BL1_EXIT`: This option introduces an infinite loop in BL1. It can
take either 0 (no loop) or 1 (add a loop). 0 is the default. This loop stops
execution in BL1 just before handing over to BL31. At this point, all
- firmware images have been loaded in memory and the MMU as well as the caches
- are turned off. Refer to the "Debugging options" section for more details.
+ firmware images have been loaded in memory, and the MMU and caches are
+ turned off. Refer to the "Debugging options" section for more details.
* `EL3_PAYLOAD_BASE`: This option enables booting an EL3 payload instead of
the normal boot flow. It must specify the entry point address of the EL3
@@ -516,7 +516,7 @@ View the contents of an existing Firmware package:
- EL3 Runtime Firmware BL31: offset=0x8270, size=0xC218
---------------------------
-Existing package entries can be individially updated:
+Existing package entries can be individually updated:
# Change the BL2 from Debug to Release version
./tools/fip_create/fip_create fip.bin --dump \
@@ -599,7 +599,7 @@ An additional boot loader binary file is created in the `build` directory:
The FIP will now contain the additional BL32 image. Here is an example
output from an FVP build in release mode including BL32 and using
-FVP_AARCH64_EFI.fd as BL33 image:
+`FVP_AARCH64_EFI.fd` as BL33 image:
Firmware Image Package ToC:
---------------------------