arm-trusted-firmware/lib/psci
Daniel Boulby 896a5902ec Fix MISRA Rule 5.3 Part 2
Use a _ prefix for Macro arguments to prevent that argument from
hiding variables of the same name in the outer scope

Rule 5.3: An identifier declared in an inner scope shall not
          hide an identifier declared in an outer scope

Fixed For:
    make LOG_LEVEL=50 PLAT=fvp

Change-Id: I67b6b05cbad4aeca65ce52981b4679b340604708
Signed-off-by: Daniel Boulby <daniel.boulby@arm.com>
2018-06-12 13:21:36 +01:00
..
aarch32 Invalidate TLB entries during warm boot 2018-02-27 17:00:41 +00:00
aarch64 Invalidate TLB entries during warm boot 2018-02-27 17:00:41 +00:00
psci_common.c Fix PSCI STAT time stamp collection 2017-11-03 13:27:34 +00:00
psci_lib.mk mem_protect: Add mem_protect API 2017-09-25 13:32:20 +01:00
psci_main.c lib: fix switch statements to comply with MISRA rules 2018-03-26 12:43:05 +01:00
psci_mem_protect.c mem_protect: Add mem_protect API 2017-09-25 13:32:20 +01:00
psci_off.c Reduce time lock in psci_do_cpu_off 2017-09-06 14:48:15 +01:00
psci_on.c PSCI: Publish CPU ON event 2017-10-23 08:15:11 +01:00
psci_private.h Fix MISRA Rule 5.3 Part 2 2018-06-12 13:21:36 +01:00
psci_setup.c ARMv7 may not support Generic Timer Extension 2017-11-08 14:41:47 +01:00
psci_stat.c psci: initialize array fully to comply with MISRA 2018-03-27 13:38:08 +01:00
psci_suspend.c Add PubSub events for CPU powerdown/powerup 2018-01-11 10:33:41 +00:00
psci_system_off.c reset2: Add PSCI system_reset2 function 2017-10-13 08:08:22 +01:00