diff options
Diffstat (limited to 'docs/components')
-rw-r--r-- | docs/components/exception-handling.rst | 3 | ||||
-rw-r--r-- | docs/components/firmware-update.rst | 4 | ||||
-rw-r--r-- | docs/components/platform-interrupt-controller-API.rst | 2 | ||||
-rw-r--r-- | docs/components/ras.rst | 3 | ||||
-rw-r--r-- | docs/components/romlib-design.rst | 2 | ||||
-rw-r--r-- | docs/components/sdei.rst | 3 | ||||
-rw-r--r-- | docs/components/secure-partition-manager-design.rst | 2 | ||||
-rw-r--r-- | docs/components/xlat-tables-lib-v2-design.rst | 3 |
8 files changed, 0 insertions, 22 deletions
diff --git a/docs/components/exception-handling.rst b/docs/components/exception-handling.rst index b370c02fd..2452e06a5 100644 --- a/docs/components/exception-handling.rst +++ b/docs/components/exception-handling.rst @@ -1,9 +1,6 @@ Exception Handling Framework ============================ -.. contents:: - :depth: 2 - .. |EHF| replace:: Exception Handling Framework .. |TF-A| replace:: Trusted Firmware-A diff --git a/docs/components/firmware-update.rst b/docs/components/firmware-update.rst index 8124097a9..608803d57 100644 --- a/docs/components/firmware-update.rst +++ b/docs/components/firmware-update.rst @@ -1,10 +1,6 @@ Firmware Update (FWU) ===================== -.. contents:: - --------------- - Introduction ------------ diff --git a/docs/components/platform-interrupt-controller-API.rst b/docs/components/platform-interrupt-controller-API.rst index 5c2293f09..7890cd38f 100644 --- a/docs/components/platform-interrupt-controller-API.rst +++ b/docs/components/platform-interrupt-controller-API.rst @@ -1,8 +1,6 @@ Platform Interrupt Controller API ================================= -.. contents:: - This document lists the optional platform interrupt controller API that abstracts the runtime configuration and control of interrupt controller from the generic code. The mandatory APIs are described in the `porting guide`__. diff --git a/docs/components/ras.rst b/docs/components/ras.rst index 4c16009c4..9d56e63a5 100644 --- a/docs/components/ras.rst +++ b/docs/components/ras.rst @@ -1,9 +1,6 @@ Reliability, Availability, and Serviceability (RAS) Extensions ============================================================== -.. contents:: - :depth: 2 - .. |EHF| replace:: Exception Handling Framework .. |TF-A| replace:: Trusted Firmware-A diff --git a/docs/components/romlib-design.rst b/docs/components/romlib-design.rst index 00dbf67c8..9f62b7c45 100644 --- a/docs/components/romlib-design.rst +++ b/docs/components/romlib-design.rst @@ -1,8 +1,6 @@ Library at ROM ============== -.. contents:: - This document provides an overview of the "library at ROM" implementation in Trusted Firmware-A (TF-A). diff --git a/docs/components/sdei.rst b/docs/components/sdei.rst index aca1ccb06..8c0878976 100644 --- a/docs/components/sdei.rst +++ b/docs/components/sdei.rst @@ -1,9 +1,6 @@ SDEI: Software Delegated Exception Interface ============================================ -.. contents:: - :depth: 2 - This document provides an overview of the SDEI dispatcher implementation in Trusted Firmware-A (TF-A). diff --git a/docs/components/secure-partition-manager-design.rst b/docs/components/secure-partition-manager-design.rst index 91a135b98..31276cd76 100644 --- a/docs/components/secure-partition-manager-design.rst +++ b/docs/components/secure-partition-manager-design.rst @@ -1,8 +1,6 @@ Secure Partition Manager ************************ -.. contents:: - Background ========== diff --git a/docs/components/xlat-tables-lib-v2-design.rst b/docs/components/xlat-tables-lib-v2-design.rst index 26e4f2b9b..a78d35116 100644 --- a/docs/components/xlat-tables-lib-v2-design.rst +++ b/docs/components/xlat-tables-lib-v2-design.rst @@ -1,9 +1,6 @@ Translation (XLAT) Tables Library ================================= -.. contents:: - - This document describes the design of the translation tables library (version 2) used by Trusted Firmware-A (TF-A). This library provides APIs to create page tables based on a description of the memory layout, as well as setting up system |