arm-trusted-firmware/bl31
Dan Handley 5f0cdb059d Split platform.h into separate headers
Previously, platform.h contained many declarations and definitions
used for different purposes. This file has been split so that:

* Platform definitions used by common code that must be defined
  by the platform are now in platform_def.h. The exact include
  path is exported through $PLAT_INCLUDES in the platform makefile.

* Platform definitions specific to the FVP platform are now in
  /plat/fvp/fvp_def.h.

* Platform API declarations specific to the FVP platform are now
  in /plat/fvp/fvp_private.h.

* The remaining platform API declarations that must be ported by
  each platform are still in platform.h but this file has been
  moved to /include/plat/common since this can be shared by all
  platforms.

Change-Id: Ieb3bb22fbab3ee8027413c6b39a783534aee474a
2014-05-23 15:52:29 +01:00
..
aarch64 Split platform.h into separate headers 2014-05-23 15:52:29 +01:00
bl31.ld.S Split platform.h into separate headers 2014-05-23 15:52:29 +01:00
bl31.mk Introduce interrupt handling framework in BL3-1 2014-05-22 17:47:19 +01:00
bl31_main.c Merge pull request #99 from vikramkanigiri:vk/tf-issues-133_V3 2014-05-23 11:00:04 +01:00
context_mgmt.c Split platform.h into separate headers 2014-05-23 15:52:29 +01:00
interrupt_mgmt.c Introduce interrupt registration framework in BL3-1 2014-05-22 17:46:56 +01:00
runtime_svc.c Non-Secure Interrupt support during Standard SMC processing in TSP 2014-05-23 08:46:21 +01:00