PSCI: Create new directory to implement new frameworks
This patch creates a copy of the existing PSCI files and related psci.h and
platform.h header files in a new `PSCI1.0` directory. The changes for the
new PSCI power domain topology and extended state-ID frameworks will be
added incrementally to these files. This incremental approach will
aid in review and in understanding the changes better. Once all the
changes have been introduced, these files will replace the existing PSCI
files.

Change-Id: Ibb8a52e265daa4204e34829ed050bddd7e3316ff
1 parent 53d069c commit b48349eb07103e23cea3d890dd01d52c74667514
@Soby Mathew Soby Mathew authored on 29 Jun 2015
Showing 12 changed files
View
include/bl31/services/psci1.0/psci.h 0 → 100644
View
include/plat/common/psci1.0/platform.h 0 → 100644
View
services/std_svc/psci1.0/psci_afflvl_off.c 0 → 100644
View
services/std_svc/psci1.0/psci_afflvl_on.c 0 → 100644
View
services/std_svc/psci1.0/psci_afflvl_suspend.c 0 → 100644
View
services/std_svc/psci1.0/psci_common.c 0 → 100644
View
services/std_svc/psci1.0/psci_entry.S 0 → 100644
View
services/std_svc/psci1.0/psci_helpers.S 0 → 100644
View
services/std_svc/psci1.0/psci_main.c 0 → 100644
View
services/std_svc/psci1.0/psci_private.h 0 → 100644
View
services/std_svc/psci1.0/psci_setup.c 0 → 100644
View
services/std_svc/psci1.0/psci_system_off.c 0 → 100644