Move generic architectural setup out of blx_plat_arch_setup().
authorSandrine Bailleux <sandrine.bailleux@arm.com>
Tue, 12 Nov 2013 16:41:16 +0000 (16:41 +0000)
committerDan Handley <dan.handley@arm.com>
Wed, 27 Nov 2013 15:31:06 +0000 (15:31 +0000)
commitc10bd2ce69e54a8c71fa773810e130fc465c03ac
tree34e34f2b4a21a448c4823f8b591579cfd1ca9f36
parentba3155bb0eb51ca4b5dcf43877c394381cff2fb1
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
arch/aarch64/cpu/cpu_helpers.S
bl1/aarch64/bl1_entrypoint.S
bl2/aarch64/bl2_entrypoint.S
bl31/aarch64/bl31_entrypoint.S
plat/fvp/bl2_plat_setup.c
plat/fvp/bl31_plat_setup.c