arm-trusted-firmware/bl2
Roberto Vargas ad92509476 Add .extab and .exidx sections
These sections are required by clang when the code is compiled for
aarch32. These sections are related to the unwind of the stack in
exceptions, but in the way that clang defines and uses them, the
garbage collector cannot get rid of them.

Change-Id: I085efc0cf77eae961d522472f72c4b5bad2237ab
Signed-off-by: Roberto Vargas <roberto.vargas@arm.com>
2018-07-11 09:21:04 +01:00
..
aarch32 bl2-el3: Fix bl32 lr_svc used for bl33 entry address 2018-03-05 17:34:25 +01:00
aarch64 Fix MISRA rule 8.4 in common code 2018-02-28 17:18:46 +00:00
bl2.ld.S Add .extab and .exidx sections 2018-07-11 09:21:04 +01:00
bl2.mk Add image_id to bl1_plat_handle_post/pre_image_load() 2018-02-26 16:29:29 +00:00
bl2_el3.ld.S Use ALIGN instead of NEXT in linker scripts 2018-07-11 09:21:02 +01:00
bl2_image_load.c Fix MISRA rule 8.3 Part 1 2018-04-13 14:01:56 +01:00
bl2_image_load_v2.c Fix MISRA rule 8.3 Part 1 2018-04-13 14:01:56 +01:00
bl2_main.c BL2_AT_EL3: do not try to disable MMU twice on AARCH32 2018-04-26 19:07:34 +02:00
bl2_private.h Add support for BL2 in XIP memory 2018-04-07 10:12:21 +08:00