From 58523c076a4bd766fccd207c493cf1b918fda9db Mon Sep 17 00:00:00 2001 From: Soby Mathew Date: Mon, 8 Jun 2015 12:32:50 +0100 Subject: 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 | Bin 0 -> 427800 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 docs/diagrams/psci-suspend-sequence.png (limited to 'docs/diagrams') diff --git a/docs/diagrams/psci-suspend-sequence.png b/docs/diagrams/psci-suspend-sequence.png new file mode 100644 index 00000000..1703ea68 Binary files /dev/null and b/docs/diagrams/psci-suspend-sequence.png differ -- cgit