arm-trusted-firmware/bl31/aarch64
Andrew Thoelke 5e91007424 Per-cpu data cache restructuring
This patch prepares the per-cpu pointer cache for wider use by:
* renaming the structure to cpu_data and placing in new header
* providing accessors for this CPU, or other CPUs
* splitting the initialization of the TPIDR pointer from the
  initialization of the cpu_data content
* moving the crash stack initialization to a crash stack function
* setting the TPIDR pointer very early during boot

Change-Id: Icef9004ff88f8eb241d48c14be3158087d7e49a3
2014-06-16 21:30:32 +01:00
..
bl31_arch_setup.c Set processor endianness immediately after RESET 2014-05-07 09:27:36 +01:00
bl31_entrypoint.S Per-cpu data cache restructuring 2014-06-16 21:30:32 +01:00
context.S Add build configuration for timer save/restore 2014-05-16 17:11:31 +01:00
cpu_data.S Per-cpu data cache restructuring 2014-06-16 21:30:32 +01:00
crash_reporting.S Per-cpu data cache restructuring 2014-06-16 21:30:32 +01:00
runtime_exceptions.S Fix compilation issue for IMF_READ_INTERRUPT_ID build flag 2014-05-29 16:54:10 +01:00