• Sandrine Bailleux's avatar
    Introduce some helper macros for exception vectors · e0ae9fab
    Sandrine Bailleux authored
    This patch introduces some assembler macros to simplify the
    declaration of the exception vectors. It abstracts the section
    the exception code is put into as well as the alignments
    constraints mandated by the ARMv8 architecture. For all TF images,
    the exception code has been updated to make use of these macros.
    
    This patch also updates some invalid comments in the exception
    vector code.
    
    Change-Id: I35737b8f1c8c24b6da89b0a954c8152a4096fa95
    e0ae9fab
asm_macros.S 6.14 KB