Separate out BL2, BL3-1 and BL3-2 early exception vectors from BL1
bl1/aarch64/early_exceptions.S used to be re-used by BL2, BL3-1 and
BL3-2.  There was some early SMC handling code in there that was not
required by the other bootloader stages.  Therefore this patch
introduces an even simpler exception vector source file for BL2,
BL3-1 and BL3-2.

Fixes ARM-software/tf-issues#38

Change-Id: I0244b80e9930b0f8035156a0bf91cc3e9a8f995d
1 parent d8b07aa commit 6c595b3d118d6e72fbbd77bbcd3116310227dd13
@Sandrine Bailleux Sandrine Bailleux authored on 24 Mar 2014
Dan Handley committed on 26 Mar 2014
Showing 8 changed files
View
bl1/aarch64/bl1_entrypoint.S
View
bl1/aarch64/bl1_exceptions.S 0 → 100644
View
bl1/aarch64/early_exceptions.S 100644 → 0
View
bl1/bl1.mk
View
bl2/bl2.mk
View
bl31/bl31.mk
View
bl32/tsp/tsp.mk
View
common/aarch64/early_exceptions.S 0 → 100644