diff options
author | Joakim Bech <joakim.bech@linaro.org> | 2014-11-25 10:55:26 +0100 |
---|---|---|
committer | Joakim Bech <joakim.bech@linaro.org> | 2015-01-07 15:01:07 +0100 |
commit | 14a5b346de344ec156a2230f287c879247e8ec9f (patch) | |
tree | 65715048e996a479940cf77aec865043a1998ea0 /docs/firmware-design.md | |
parent | 29e32cba4ad243071c643c839dfd4f46a0b19655 (diff) |
Create Table of Content links in markdown files
Fixes arm-software/tf-issues#276
Diffstat (limited to 'docs/firmware-design.md')
-rw-r--r-- | docs/firmware-design.md | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/docs/firmware-design.md b/docs/firmware-design.md index bc075da3..5b7d70a2 100644 --- a/docs/firmware-design.md +++ b/docs/firmware-design.md @@ -3,17 +3,17 @@ ARM Trusted Firmware Design Contents : -1. Introduction -2. Cold boot -3. EL3 runtime services framework -4. Power State Coordination Interface -5. Secure-EL1 Payloads and Dispatchers -6. Crash Reporting in BL3-1 -7. CPU specific operations framework -8. Memory layout of BL images -9. Firmware Image Package (FIP) -10. Code Structure -11. References +1. [Introduction](#1--introduction) +2. [Cold boot](#2--cold-boot) +3. [EL3 runtime services framework](#3--el3-runtime-services-framework) +4. [Power State Coordination Interface](#4--power-state-coordination-interface) +5. [Secure-EL1 Payloads and Dispatchers](#5--secure-el1-payloads-and-dispatchers) +6. [Crash Reporting in BL3-1](#6--crash-reporting-in-bl3-1) +7. [CPU specific operations framework](#7--cpu-specific-operations-framework) +8. [Memory layout of BL images](#8-memory-layout-of-bl-images) +9. [Firmware Image Package (FIP)](#9--firmware-image-package-fip) +10. [Code Structure](#10--code-structure) +11. [References](#11--references) 1. Introduction |