arm-trusted-firmware/services/std_svc/psci
Soren Brinkmann 65cd299f52 Remove direct usage of __attribute__((foo))
Migrate all direct usage of __attribute__ to usage of their
corresponding macros from cdefs.h.
e.g.:
 - __attribute__((unused)) -> __unused

Signed-off-by: Soren Brinkmann <soren.brinkmann@xilinx.com>
2016-01-14 10:55:17 -08:00
..
psci_common.c Remove direct usage of __attribute__((foo)) 2016-01-14 10:55:17 -08:00
psci_entry.S Remove dashes from image names: 'BL3-x' --> 'BL3x' 2015-12-14 12:31:37 +00:00
psci_helpers.S PSCI: Rework generic code to conform to coding guidelines 2015-08-13 23:48:07 +01:00
psci_main.c PSCI: Rework generic code to conform to coding guidelines 2015-08-13 23:48:07 +01:00
psci_off.c PSCI: Update state only if CPU_OFF is not denied by SPD 2015-10-06 09:49:10 +01:00
psci_on.c Make generic code work in presence of system caches 2015-09-14 22:09:40 +01:00
psci_private.h Miscellaneous doc fixes for v1.2 2015-12-21 18:10:12 +00:00
psci_setup.c Make generic code work in presence of system caches 2015-09-14 22:09:40 +01:00
psci_suspend.c Make generic code work in presence of system caches 2015-09-14 22:09:40 +01:00
psci_system_off.c PSCI: Switch to the new PSCI frameworks 2015-08-13 23:47:57 +01:00