From 6c595b3d118d6e72fbbd77bbcd3116310227dd13 Mon Sep 17 00:00:00 2001 From: Sandrine Bailleux Date: Mon, 24 Mar 2014 10:24:08 +0000 Subject: 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 --- bl2/bl2.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'bl2') diff --git a/bl2/bl2.mk b/bl2/bl2.mk index 8b8d9a9a..d53c1aa1 100644 --- a/bl2/bl2.mk +++ b/bl2/bl2.mk @@ -38,6 +38,7 @@ vpath %.c common \ vpath %.S lib/arch/${ARCH} \ include \ lib/sync/locks/exclusive \ + common/${ARCH} \ ${PLAT_BL2_S_VPATH} BL2_SOURCES += bl2_entrypoint.S \ -- cgit v1.2.3