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
1 parent dbc64b3 commit 5e910074245fa180cfbe70d3c8bceeff1eaa026e
@Andrew Thoelke Andrew Thoelke authored on 2 Jun 2014
Showing 14 changed files
View
bl31/aarch64/bl31_entrypoint.S
View
bl31/aarch64/cpu_data.S 0 → 100644
View
bl31/aarch64/crash_reporting.S
View
bl31/bl31.mk
View
bl31/bl31_main.c
View
bl31/context_mgmt.c
View
bl31/cpu_data_array.c 0 → 100644
View
include/bl31/context.h
View
include/bl31/context_mgmt.h
View
include/bl31/cpu_data.h 0 → 100644
View
include/bl31/runtime_svc.h
View
services/std_svc/psci/psci_afflvl_on.c
View
services/std_svc/psci/psci_afflvl_suspend.c
View
services/std_svc/psci/psci_entry.S