summaryrefslogtreecommitdiff
path: root/docs/firmware-update.md
diff options
context:
space:
mode:
authorSandrine Bailleux <sandrine.bailleux@arm.com>2016-01-08 14:12:55 +0000
committerSandrine Bailleux <sandrine.bailleux@arm.com>2016-01-12 11:19:39 +0000
commitfcb22cf0f46a75f7c1a50035f5215b7caa1ed4c7 (patch)
tree7a0f2213db4d6f51c45f8b3226555e4293d2022e /docs/firmware-update.md
parentde849c8c4ff36f24cc563a85e6c3121b9842c50b (diff)
Documentation: Fix broken links in ToCs
Change-Id: I4fcdb8e813e0392c2cd3d0623698e8319b3b0593
Diffstat (limited to 'docs/firmware-update.md')
-rw-r--r--docs/firmware-update.md20
1 files changed, 10 insertions, 10 deletions
diff --git a/docs/firmware-update.md b/docs/firmware-update.md
index 419ac85c..97df8cf4 100644
--- a/docs/firmware-update.md
+++ b/docs/firmware-update.md
@@ -3,11 +3,11 @@ ARM Trusted Firmware - Firmware Update Design Guide
Contents :
-1. [Introduction](#1-introduction)
-2. [FWU Overview](#2-fwu-overview)
-3. [Image Identification](#3-image-identification)
-4. [FWU State Machine](#4-fwu-state-machine)
-5. [SMC Interface](#5-smc-interface)
+1. [Introduction](#1--introduction)
+2. [FWU Overview](#2--fwu-overview)
+3. [Image Identification](#3--image-identification)
+4. [FWU State Machine](#4--fwu-state-machine)
+5. [BL1 SMC Interface](#5--bl1-smc-interface)
- - - - - - - - - - - - - - - - - -
@@ -35,8 +35,8 @@ FWU images, please refer to the "Non-Trusted Firmware Updater" requirements in
the TBBR.
-2. FWU Overview
----------------
+2. FWU Overview
+----------------
The FWU boot flow is primarily mediated by BL1. Since BL1 executes in ROM, and
it is usually desirable to minimize the amount of ROM code, the design allows
@@ -73,8 +73,8 @@ use all defined FWU images. Other platforms may use a subset of these.
![Flow Diagram](diagrams/fwu_flow.png?raw=true)
-3. Image Identification
------------------------
+3. Image Identification
+------------------------
Each FWU image and certificate is identified by a unique ID, defined by the
platform, which BL1 uses to fetch an image descriptor (`image_desc_t`) via a
@@ -135,7 +135,7 @@ The following is a brief description of the supported states:
5. BL1 SMC Interface
------------------
+---------------------
### BL1_SMC_CALL_COUNT