arm-trusted-firmware/lib/cpus
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 aarch32: Implement static workaround for CVE-2018-3639 2018-05-23 12:45:48 +01:00
aarch64 Add end_vector_entry assembler macro 2018-07-11 09:23:00 +01:00
cpu-ops.mk Implement Cortex-Ares 1043202 erratum workaround 2018-06-08 11:46:31 +01:00
errata_report.c Merge pull request #1228 from dp-arm/dp/cve_2017_5715 2018-01-25 00:06:50 +00:00