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
1 parent f9e858b commit 58523c076a4bd766fccd207c493cf1b918fda9db
@Soby Mathew Soby Mathew authored on 8 Jun 2015
Achin Gupta committed on 13 Aug 2015
Showing 7 changed files
View
docs/diagrams/psci-suspend-sequence.png 0 → 100644
View
docs/platform-migration-guide.md 0 → 100644
View
docs/porting-guide.md
View
docs/user-guide.md
View
include/common/el3_common_macros.S
View
plat/arm/board/fvp/aarch64/fvp_helpers.S
View
plat/arm/css/common/aarch64/css_helpers.S