PSCI: Switch to the new PSCI frameworks
This commit does the switch to the new PSCI framework implementation replacing
the existing files in PSCI folder with the ones in PSCI1.0 folder. The
corresponding makefiles are modified as required for the new implementation.
The platform.h header file is also is switched to the new one
as required by the new frameworks. The build flag ENABLE_PLAT_COMPAT defaults
to 1 to enable compatibility layer which let the existing platform ports to
continue to build and run with minimal changes.

The default weak implementation of platform_get_core_pos() is now removed from
platform_helpers.S and is provided by the compatibility layer.

Note: The Secure Payloads and their dispatchers still use the old platform
and framework APIs and hence it is expected that the ENABLE_PLAT_COMPAT build
flag will remain enabled in subsequent patch. The compatibility for SPDs using
the older APIs on platforms migrated to the new APIs will be added in the
following patch.

Change-Id: I18c51b3a085b564aa05fdd98d11c9f3335712719
1 parent 32bc85f commit 674878464a93bb6d6bf6cb746fc4b9dba6e101ac
@Soby Mathew Soby Mathew authored on 13 Jul 2015
Achin Gupta committed on 13 Aug 2015
Showing 34 changed files
View
Makefile
View
bl31/bl31.mk
View
include/bl31/services/psci.h
View
include/bl31/services/psci1.0/psci.h 100644 → 0
View
include/bl31/services/psci1.0/psci_compat.h 100644 → 0
View
include/bl31/services/psci_compat.h 0 → 100644
View
include/common/asm_macros.S
View
include/plat/common/platform.h
View
include/plat/common/psci1.0/platform.h 100644 → 0
View
plat/common/aarch64/platform_helpers.S
View
plat/common/aarch64/platform_mp_stack.S
View
services/std_svc/psci/psci_afflvl_off.c 100644 → 0
View
services/std_svc/psci/psci_afflvl_on.c 100644 → 0
View
services/std_svc/psci/psci_afflvl_suspend.c 100644 → 0
View
services/std_svc/psci/psci_common.c
Too large (Show diff)
View
services/std_svc/psci/psci_entry.S
View
services/std_svc/psci/psci_helpers.S
View
services/std_svc/psci/psci_main.c
View
services/std_svc/psci/psci_off.c 0 → 100644
View
services/std_svc/psci/psci_on.c 0 → 100644
View
services/std_svc/psci/psci_private.h
View
services/std_svc/psci/psci_setup.c
View
services/std_svc/psci/psci_suspend.c 0 → 100644
View
services/std_svc/psci/psci_system_off.c
View
services/std_svc/psci1.0/psci_common.c 100644 → 0
View
services/std_svc/psci1.0/psci_entry.S 100644 → 0
View
services/std_svc/psci1.0/psci_helpers.S 100644 → 0
View
services/std_svc/psci1.0/psci_main.c 100644 → 0
View
services/std_svc/psci1.0/psci_off.c 100644 → 0
View
services/std_svc/psci1.0/psci_on.c 100644 → 0
View
services/std_svc/psci1.0/psci_private.h 100644 → 0
View
services/std_svc/psci1.0/psci_setup.c 100644 → 0
View
services/std_svc/psci1.0/psci_suspend.c 100644 → 0
View
services/std_svc/psci1.0/psci_system_off.c 100644 → 0