arm-trusted-firmware/lib/aarch64
Dan Handley e2bdbec0bb 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 /plat/<PLAT>/platform_def.h.

* 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-22 16:09:24 +01:00
..
cache_helpers.S Merge pull request #58 from athoelke/optimise-cache-flush-v2 2014-05-08 12:01:10 +01:00
cpu_helpers.S Access system registers directly in assembler 2014-05-07 11:29:50 +01:00
misc_helpers.S Remove unused or invalid asm helper functions 2014-05-07 11:29:50 +01:00
sysreg_helpers.S Use secure timer to generate S-EL1 interrupts 2014-05-19 13:10:49 +01:00
tlb_helpers.S Correct usage of data and instruction barriers 2014-05-07 11:19:47 +01:00
xlat_helpers.c Reduce deep nesting of header files 2014-05-06 13:57:48 +01:00
xlat_tables.c Split platform.h into separate headers 2014-05-22 16:09:24 +01:00