diff options
author | Sandrine Bailleux <sandrine.bailleux@arm.com> | 2019-05-23 13:14:00 +0000 |
---|---|---|
committer | TrustedFirmware Code Review <review@review.trustedfirmware.org> | 2019-05-23 13:14:00 +0000 |
commit | ced1711297347f24fee45e75e73c7767507a0982 (patch) | |
tree | 56fa3ad15c1f5b8a6d2b2953cb7c0c2a4eb4ba1e /docs/getting_started/psci-lib-integration-guide.rst | |
parent | 1665bcd0cf75efc862684418480be0076eb8c920 (diff) | |
parent | e1c5026ac7e9da1b74047bf8cb9be2a5c9564532 (diff) | |
download | platform_external_arm-trusted-firmware-ced1711297347f24fee45e75e73c7767507a0982.tar.gz platform_external_arm-trusted-firmware-ced1711297347f24fee45e75e73c7767507a0982.tar.bz2 platform_external_arm-trusted-firmware-ced1711297347f24fee45e75e73c7767507a0982.zip |
Merge changes from topic "pb/sphinx-doc" into integration
* changes:
doc: Use proper note and warning annotations
doc: Refactor contributor acknowledgements
doc: Reorganise images and update links
doc: Set correct syntax highlighting style
doc: Add minimal glossary
doc: Remove per-page contents lists
doc: Make checkpatch ignore rst files
doc: Format security advisory titles and headings
doc: Reformat platform port documents
doc: Normalise section numbering and headings
doc: Reword document titles
Diffstat (limited to 'docs/getting_started/psci-lib-integration-guide.rst')
-rw-r--r-- | docs/getting_started/psci-lib-integration-guide.rst | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/docs/getting_started/psci-lib-integration-guide.rst b/docs/getting_started/psci-lib-integration-guide.rst index c8cf3f393..f5ea0d78b 100644 --- a/docs/getting_started/psci-lib-integration-guide.rst +++ b/docs/getting_started/psci-lib-integration-guide.rst @@ -1,10 +1,6 @@ PSCI Library Integration guide for Armv8-A AArch32 systems ========================================================== - - -.. contents:: - This document describes the PSCI library interface with a focus on how to integrate with a suitable Trusted OS for an Armv8-A AArch32 system. The PSCI Library implements the PSCI Standard as described in `PSCI spec`_ and is meant |