Move PSCI to runtime services directory
This patch creates a 'services' directory and moves the PSCI under
it. Other runtime services e.g. the Secure Payload Dispatcher service
will be placed under the same directory in the future.

Also fixes issue ARM-software/tf-issues#12

Change-Id: I187f83dcb660b728f82155d91882e961d2255068
1 parent 8aa0cd4 commit 0a9f747379d81aef77e2ee8523dbb7eca22487c6
@Achin Gupta Achin Gupta authored on 9 Feb 2014
Dan Handley committed on 20 Feb 2014
Showing 18 changed files
View
Makefile
View
bl31/bl31.mk
View
common/psci/psci_afflvl_off.c 100644 → 0
View
common/psci/psci_afflvl_on.c 100644 → 0
View
common/psci/psci_afflvl_suspend.c 100644 → 0
View
common/psci/psci_common.c 100644 → 0
View
common/psci/psci_entry.S 100644 → 0
View
common/psci/psci_main.c 100644 → 0
View
common/psci/psci_private.h 100644 → 0
View
common/psci/psci_setup.c 100644 → 0
View
services/psci/psci_afflvl_off.c 0 → 100644
View
services/psci/psci_afflvl_on.c 0 → 100644
View
services/psci/psci_afflvl_suspend.c 0 → 100644
View
services/psci/psci_common.c 0 → 100644
View
services/psci/psci_entry.S 0 → 100644
View
services/psci/psci_main.c 0 → 100644
View
services/psci/psci_private.h 0 → 100644
View
services/psci/psci_setup.c 0 → 100644