summaryrefslogtreecommitdiff
path: root/docs/porting-guide.md
diff options
context:
space:
mode:
authorJoakim Bech <joakim.bech@linaro.org>2014-11-25 10:55:26 +0100
committerJoakim Bech <joakim.bech@linaro.org>2015-01-07 15:01:07 +0100
commit14a5b346de344ec156a2230f287c879247e8ec9f (patch)
tree65715048e996a479940cf77aec865043a1998ea0 /docs/porting-guide.md
parent29e32cba4ad243071c643c839dfd4f46a0b19655 (diff)
Create Table of Content links in markdown files
Fixes arm-software/tf-issues#276
Diffstat (limited to 'docs/porting-guide.md')
-rw-r--r--docs/porting-guide.md30
1 files changed, 15 insertions, 15 deletions
diff --git a/docs/porting-guide.md b/docs/porting-guide.md
index 7831a278..3855ca7b 100644
--- a/docs/porting-guide.md
+++ b/docs/porting-guide.md
@@ -4,21 +4,21 @@ ARM Trusted Firmware Porting Guide
Contents
--------
-1. Introduction
-2. Common Modifications
- * Common mandatory modifications
- * Handling reset
- * Common optional modifications
-3. Boot Loader stage specific modifications
- * Boot Loader stage 1 (BL1)
- * Boot Loader stage 2 (BL2)
- * Boot Loader stage 3-1 (BL3-1)
- * PSCI implementation (in BL3-1)
- * Interrupt Management framework (in BL3-1)
- * Crash Reporting mechanism (in BL3-1)
-4. Build flags
-5. C Library
-6. Storage abstraction layer
+1. [Introduction](#1--introduction)
+2. [Common Modifications](#2--common-modifications)
+ * [Common mandatory modifications](#21-common-mandatory-modifications)
+ * [Handling reset](#22-handling-reset)
+ * [Common optional modifications](#23-common-optional-modifications)
+3. [Boot Loader stage specific modifications](#3--modifications-specific-to-a-boot-loader-stage)
+ * [Boot Loader stage 1 (BL1)](#31-boot-loader-stage-1-bl1)
+ * [Boot Loader stage 2 (BL2)](#32-boot-loader-stage-2-bl2)
+ * [Boot Loader stage 3-1 (BL3-1)](#32-boot-loader-stage-3-1-bl3-1)
+ * [PSCI implementation (in BL3-1)](#33-power-state-coordination-interface-in-bl3-1)
+ * [Interrupt Management framework (in BL3-1)](#34--interrupt-management-framework-in-bl3-1)
+ * [Crash Reporting mechanism (in BL3-1)](#35--crash-reporting-mechanism-in-bl3-1)
+4. [Build flags](#4--build-flags)
+5. [C Library](#5--c-library)
+6. [Storage abstraction layer](#6--storage-abstraction-layer)
- - - - - - - - - - - - - - - - - -