arm-trusted-firmware/bl1/aarch64
Jimmy Brisson a14988c661 Move static vars into functions in bl1
This reduces the scope of these variables and resolves Misra violations
such as:
    bl1/aarch64/bl1_context_mgmt.c:21:[MISRA C-2012 Rule 8.9 (advisory)]
    "bl1_cpu_context" should be defined at block scope.

Signed-off-by: Jimmy Brisson <jimmy.brisson@arm.com>
Change-Id: I9b0b26395bce07e10e61d10158c67f9c22ecce44
2020-08-31 11:11:48 -05:00
..
bl1_arch_setup.c Unsigned long should not be used as per coding guidelines 2019-09-13 23:51:02 +03:00
bl1_context_mgmt.c Move static vars into functions in bl1 2020-08-31 11:11:48 -05:00
bl1_entrypoint.S PIE: make call to GDT relocation fixup generalized 2019-12-12 14:16:14 +00:00
bl1_exceptions.S Prevent speculative execution past ERET 2020-01-22 21:42:51 +00:00