arm-trusted-firmware/common
Roberto Vargas a9203edae7 Add end_vector_entry assembler macro
Check_vector_size checks if the size of the vector fits
in the size reserved for it. This check creates problems in
the Clang assembler. A new macro, end_vector_entry, is added
and check_vector_size is deprecated.

This new macro fills the current exception vector until the next
exception vector. If the size of the current vector is bigger
than 32 instructions then it gives an error.

Change-Id: Ie8545cf1003a1e31656a1018dd6b4c28a4eaf671
Signed-off-by: Roberto Vargas <roberto.vargas@arm.com>
2018-07-11 09:23:00 +01:00
..
aarch32 ARMv7 may not support Virtualization Extensions 2017-11-08 14:38:33 +01:00
aarch64 Add end_vector_entry assembler macro 2018-07-11 09:23:00 +01:00
bl_common.c Fix MISRA Rule 5.3 Part 1 2018-06-12 13:21:36 +01:00
desc_image_load.c Dynamic cfg: Do not populate args if already initialized 2018-03-05 11:58:22 +00:00
fdt_wrappers.c Dynamic cfg: MISRA fixes 2018-02-26 16:31:11 +00:00
image_decompress.c image_decompress: add APIs for decompressing images 2018-02-02 00:19:08 +09:00
runtime_svc.c Revert "Code change to fix small bugs" 2018-06-08 13:17:26 +01:00
tf_log.c Implement log framework 2017-09-11 15:37:24 +01:00
tf_printf.c Fix MISRA Rule 5.3 Part 2 2018-06-12 13:21:36 +01:00
tf_snprintf.c Introduce `tf_snprintf` 2017-05-24 10:47:05 +01:00