arm-trusted-firmware/lib/psci
Boyan Karatotev 382ba743a8 fix(psci): initialise variables
When building with LTO, GCC is uncomfortable that these variables are
uninitialised and complains that they may be used before they are
initialised. Set them to 0 as there are plenty of asserts to make sure
these branches cannot be taken.

Change-Id: Ic1f05e77252e93bdafab033dcb24ad42856ebf9a
Signed-off-by: Boyan Karatotev <boyan.karatotev@arm.com>
2025-04-10 11:05:08 +01:00
..
aarch32 chore: update to use Arm word across TF-A 2023-08-08 15:12:30 +01:00
aarch64 feat(psci): allow cores to wake up from powerdown 2025-02-03 14:29:47 +00:00
psci_common.c Merge changes from topic "xlnx_fix_gen_uniq_var" into integration 2025-04-03 17:34:58 +02:00
psci_lib.mk chore(cpus): optimise runtime errata applications 2024-10-16 13:59:57 +01:00
psci_main.c fix(psci): initialise variables 2025-04-10 11:05:08 +01:00
psci_mem_protect.c chore: update to use Arm word across TF-A 2023-08-08 15:12:30 +01:00
psci_off.c fix(psci): modify variable conflicting with external function 2025-03-09 22:08:48 +05:30
psci_on.c fix(psci): modify variable conflicting with external function 2025-03-09 22:08:48 +05:30
psci_private.h feat(psci): allow cores to wake up from powerdown 2025-02-03 14:29:47 +00:00
psci_setup.c fix(psci): add missing curly braces 2025-03-07 13:22:18 +01:00
psci_stat.c perf(psci): pass my_core_pos around instead of calling it repeatedly 2025-01-14 10:02:00 +00:00
psci_suspend.c fix(psci): modify variable conflicting with external function 2025-03-09 22:08:48 +05:30
psci_system_off.c fix(psci): add missing curly braces 2025-03-07 13:22:18 +01:00