Introduce framework for CPU specific operations
This patch introduces a framework which will allow CPUs to perform
implementation defined actions after a CPU reset, during a CPU or cluster power
down, and when a crash occurs. CPU specific reset handlers have been implemented
in this patch. Other handlers will be implemented in subsequent patches.

Also moved cpu_helpers.S to the new directory lib/cpus/aarch64/.

Change-Id: I1ca1bade4d101d11a898fb30fea2669f9b37b956
1 parent aecc084 commit 9b4768417051ead50135d1d7675cab940d864e8d
@Soby Mathew Soby Mathew authored on 14 Aug 2014
Dan Handley committed on 20 Aug 2014
Showing 15 changed files
View
bl1/aarch64/bl1_entrypoint.S
View
bl1/bl1.ld.S
View
bl1/bl1.mk
View
bl31/aarch64/bl31_entrypoint.S
View
bl31/bl31.ld.S
View
bl31/bl31.mk
View
include/bl31/cpu_data.h
View
include/lib/aarch64/arch.h
View
include/lib/aarch64/cpu_macros.S 0 → 100644
View
lib/aarch64/cpu_helpers.S 100644 → 0
View
lib/cpus/aarch64/aem_generic.S 0 → 100644
View
lib/cpus/aarch64/cortex_a53.S 0 → 100644
View
lib/cpus/aarch64/cortex_a57.S 0 → 100644
View
lib/cpus/aarch64/cpu_helpers.S 0 → 100644
View
plat/fvp/platform.mk