arm-trusted-firmware/services/std_svc/psci
Soby Mathew 9d070b9928 PSCI: Rework generic code to conform to coding guidelines
This patch reworks the PSCI generic implementation to conform to ARM
Trusted Firmware coding guidelines as described here:
https://github.com/ARM-software/arm-trusted-firmware/wiki

This patch also reviews the use of signed data types within PSCI
Generic code and replaces them with their unsigned counterparts wherever
they are not appropriate. The PSCI_INVALID_DATA macro which was defined
to -1 is now replaced with PSCI_INVALID_PWR_LVL macro which is defined
to PLAT_MAX_PWR_LVL + 1.

Change-Id: Iaea422d0e46fc314e0b173c2b4c16e0d56b2515a
2015-08-13 23:48:07 +01:00
..
psci_common.c PSCI: Rework generic code to conform to coding guidelines 2015-08-13 23:48:07 +01:00
psci_entry.S PSCI: Switch to the new PSCI frameworks 2015-08-13 23:47:57 +01: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: Rework generic code to conform to coding guidelines 2015-08-13 23:48:07 +01:00
psci_on.c PSCI: Rework generic code to conform to coding guidelines 2015-08-13 23:48:07 +01:00
psci_private.h PSCI: Rework generic code to conform to coding guidelines 2015-08-13 23:48:07 +01:00
psci_setup.c PSCI: Rework generic code to conform to coding guidelines 2015-08-13 23:48:07 +01:00
psci_suspend.c PSCI: Rework generic code to conform to coding guidelines 2015-08-13 23:48:07 +01:00
psci_system_off.c PSCI: Switch to the new PSCI frameworks 2015-08-13 23:47:57 +01:00