Re-factor header files for easier PSCI library integration
This patch re-factors the following headers to make it easier to
integrate the PSCI library with an AArch32 Secure Payload :

  *  bl_common.h : The entry point information and the param
     header data structures are factored out into separate
     headers ep_info.h and param_headers.h
  *  psci.h : The PSCI library interfaces are factored out
     into the new header psci_lib.h
  *  context_mgmt.h : The header file is modified to not include
     arch.h when compiled for AArch32 mode.

No functional changes are introduced by this patch.

Change-Id: I5e21a843c0af2ba8e47dee4e577cf95929be8cd4
Signed-off-by: Soby Mathew <soby.mathew@arm.com>
1 parent 891685a commit 5dffb46c9c0ba2d3ae455b50fb78f418bd1f1258
@Soby Mathew Soby Mathew authored on 13 Feb 2017
Showing 6 changed files
View
include/common/bl_common.h
View
include/common/ep_info.h 0 → 100644
View
include/common/param_header.h 0 → 100644
View
include/lib/el3_runtime/context_mgmt.h
View
include/lib/psci/psci.h
View
include/lib/psci/psci_lib.h 0 → 100644