diff options
author | Soby Mathew <soby.mathew@arm.com> | 2016-08-03 14:26:51 +0100 |
---|---|---|
committer | Soby Mathew <soby.mathew@arm.com> | 2016-09-28 16:56:10 +0100 |
commit | 9e534b20152145d0b9ca85c8983dfb9e9e664a5a (patch) | |
tree | 38b85664b6971eae48cc6266d28000ccf7a6779a /docs/firmware-design.md | |
parent | bfd925139fdbc2e87979849907b34843aa326994 (diff) |
Docs: Add the PSCI library integration guide
This patch adds the PSCI library integration guide for AArch32 ARMv8-A
systems `psci-lib-integration-guide.md` to the documentation. The
patch also adds appropriate reference to the new document in
the `firmware-design.md` document.
Change-Id: I2d5b5c6b612452371713399702e318e3c73a8ee0
Diffstat (limited to 'docs/firmware-design.md')
-rw-r--r-- | docs/firmware-design.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/firmware-design.md b/docs/firmware-design.md index 90ce4b1b..52667e2e 100644 --- a/docs/firmware-design.md +++ b/docs/firmware-design.md @@ -728,6 +728,11 @@ registered with the generic PSCI code to be supported. **Note : These PSCI APIs require appropriate Secure Payload Dispatcher hooks to be registered with the generic PSCI code to be supported. +The PSCI implementation in ARM Trusted Firmware is a library which can be +integrated with AArch64 or AArch32 EL3 Runtime Software for ARMv8-A systems. +A guide to integrating PSCI library with AArch32 EL3 Runtime Software +can be found [here][PSCI Lib guide]. + 5. Secure-EL1 Payloads and Dispatchers --------------------------------------- @@ -1923,3 +1928,4 @@ _Copyright (c) 2013-2016, ARM Limited and Contributors. All rights reserved._ [INTRG]: ./interrupt-framework-design.md [CPUBM]: ./cpu-specific-build-macros.md [Firmware Update]: ./firmware-update.md +[PSCI Lib guide]: ./psci-lib-integration-guide.md |