Move PSCI to runtime services directory
authorAchin Gupta <achin.gupta@arm.com>
Sun, 9 Feb 2014 17:48:12 +0000 (17:48 +0000)
committerDan Handley <dan.handley@arm.com>
Thu, 20 Feb 2014 19:06:34 +0000 (19:06 +0000)
commit0a9f747379d81aef77e2ee8523dbb7eca22487c6
tree7127521645437a8d8fdb5f1636c8642f12bce3b8
parent8aa0cd43a8c4c59012eb26fad11abbd7359ea114
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
18 files changed:
Makefile
bl31/bl31.mk
common/psci/psci_afflvl_off.c [deleted file]
common/psci/psci_afflvl_on.c [deleted file]
common/psci/psci_afflvl_suspend.c [deleted file]
common/psci/psci_common.c [deleted file]
common/psci/psci_entry.S [deleted file]
common/psci/psci_main.c [deleted file]
common/psci/psci_private.h [deleted file]
common/psci/psci_setup.c [deleted file]
services/psci/psci_afflvl_off.c [new file with mode: 0644]
services/psci/psci_afflvl_on.c [new file with mode: 0644]
services/psci/psci_afflvl_suspend.c [new file with mode: 0644]
services/psci/psci_common.c [new file with mode: 0644]
services/psci/psci_entry.S [new file with mode: 0644]
services/psci/psci_main.c [new file with mode: 0644]
services/psci/psci_private.h [new file with mode: 0644]
services/psci/psci_setup.c [new file with mode: 0644]