arm-trusted-firmware/include/arch/aarch64
John Powell 3443a7027d Fix MISRA C issues in BL1/BL2/BL31
Attempts to address MISRA compliance issues in BL1, BL2, and BL31 code.
Mainly issues like not using boolean expressions in conditionals,
conflicting variable names, ignoring return values without (void), adding
explicit casts, etc.

Change-Id: If1fa18ab621b9c374db73fa6eaa6f6e5e55c146a
Signed-off-by: John Powell <john.powell@arm.com>
2020-04-03 16:20:59 -05:00
..
arch.h Fix MISRA C issues in BL1/BL2/BL31 2020-04-03 16:20:59 -05:00
arch_features.h Refactor ARMv8.3 Pointer Authentication support code 2019-09-13 14:11:59 +01:00
arch_helpers.h Add get_current_el_maybe_constant() 2020-03-31 11:51:56 +09:00
asm_macros.S Use Speculation Barrier instruction for v8.5 cores 2020-03-11 11:11:05 -05:00
assert_macros.S Reorganize architecture-dependent header files 2019-01-04 10:43:16 +00:00
console_macros.S Console: remove deprecated finish_console_register 2019-04-03 14:55:18 +01:00
el3_common_macros.S bl31: Split into two separate memory regions 2019-12-29 12:00:40 -06:00
smccc_helpers.h Replace __ASSEMBLY__ with compiler-builtin __ASSEMBLER__ 2019-08-01 13:14:12 -07:00