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>
1 parent b2805da commit a9203edae7906490faebe0eb91825a0cf9a20783
@Roberto Vargas Roberto Vargas authored on 17 Apr 2018
Showing 11 changed files
View
bl1/aarch64/bl1_exceptions.S
View
bl2/aarch64/bl2_el3_exceptions.S
View
bl31/aarch64/runtime_exceptions.S
View
bl32/tsp/aarch64/tsp_exceptions.S
View
common/aarch64/early_exceptions.S
View
include/common/aarch64/asm_macros.S
View
lib/cpus/aarch64/cortex_a76.S
View
lib/cpus/aarch64/denver.S
View
lib/cpus/aarch64/wa_cve_2017_5715_bpiall.S
View
lib/cpus/aarch64/wa_cve_2017_5715_mmu.S
View
services/std_svc/spm/aarch64/spm_shim_exceptions.S