arm-trusted-firmware/common
Sandrine Bailleux 6c595b3d11 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
2014-03-26 17:36:36 +00:00
..
aarch64 Separate out BL2, BL3-1 and BL3-2 early exception vectors from BL1 2014-03-26 17:36:36 +00:00
bl_common.c Remove partially qualified asm helper functions 2014-03-21 17:17:48 +00:00
runtime_svc.c Tolerate runtime service initialization failure 2014-02-26 19:53:48 +00:00