Move generic architectural setup out of blx_plat_arch_setup().
blx_plat_arch_setup() should only perform platform-specific
architectural setup, e.g. enabling the MMU.  This patch moves
generic architectural setup code out of blx_plat_arch_setup().

Change-Id: I4ccf56b8c4a2fa84909817779a2d97a14aaafab6
1 parent ba3155b commit c10bd2ce69e54a8c71fa773810e130fc465c03ac
@Sandrine Bailleux Sandrine Bailleux authored on 12 Nov 2013
Dan Handley committed on 27 Nov 2013
Showing 6 changed files
View
arch/aarch64/cpu/cpu_helpers.S
View
bl1/aarch64/bl1_entrypoint.S
View
bl2/aarch64/bl2_entrypoint.S
View
bl31/aarch64/bl31_entrypoint.S
View
plat/fvp/bl2_plat_setup.c
View
plat/fvp/bl31_plat_setup.c