summaryrefslogtreecommitdiff
path: root/docs/psci-pd-tree.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/psci-pd-tree.md')
-rw-r--r--docs/psci-pd-tree.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/docs/psci-pd-tree.md b/docs/psci-pd-tree.md
index c253905c..a847f06b 100644
--- a/docs/psci-pd-tree.md
+++ b/docs/psci-pd-tree.md
@@ -1,3 +1,12 @@
+PSCI Library Integration guide for ARMv8-A AArch32 systems
+==========================================================
+
+Contents
+--------
+
+1. [Requirements](#requirements)
+2. [Design](#design)
+
------------
Requirements
------------
@@ -293,3 +302,7 @@ Each core can find its node in the `psci_cpu_pd_nodes` array using the
provides an MPIDR. The `plat_core_pos_by_mpidr()` function is used to validate
the MPIDR before using it to find the corresponding core node. The non-core power
domain nodes do not need to be identified.
+
+- - - - - - - - - - - - - - - - - - - - - - - - - -
+
+_Copyright (c) 2017, ARM Limited and Contributors. All rights reserved._