PSCI: Add documentation and fix plat_is_my_cpu_primary()
authorSoby Mathew <soby.mathew@arm.com>
Mon, 8 Jun 2015 11:32:50 +0000 (12:32 +0100)
committerAchin Gupta <achin.gupta@arm.com>
Thu, 13 Aug 2015 22:48:07 +0000 (23:48 +0100)
commit58523c076a4bd766fccd207c493cf1b918fda9db
tree1b929799f1a48c5bd5415b78a765bfe77c719cfd
parentf9e858b1f7b27d8e0b89cc7e12e7a90755d0dd00
PSCI: Add documentation and fix plat_is_my_cpu_primary()

This patch adds the necessary documentation updates to porting_guide.md
for the changes in the platform interface mandated as a result of the new
PSCI Topology and power state management frameworks. It also adds a
new document `platform-migration-guide.md` to aid the migration of existing
platform ports to the new API.

The patch fixes the implementation and callers of
plat_is_my_cpu_primary() to use w0 as the return parameter as implied by
the function signature rather than x0 which was used previously.

Change-Id: Ic11e73019188c8ba2bd64c47e1729ff5acdcdd5b
docs/diagrams/psci-suspend-sequence.png [new file with mode: 0644]
docs/platform-migration-guide.md [new file with mode: 0644]
docs/porting-guide.md
docs/user-guide.md
include/common/el3_common_macros.S
plat/arm/board/fvp/aarch64/fvp_helpers.S
plat/arm/css/common/aarch64/css_helpers.S