diff options
author | Soby Mathew <soby.mathew@arm.com> | 2015-07-29 17:05:03 +0100 |
---|---|---|
committer | Achin Gupta <achin.gupta@arm.com> | 2015-08-13 23:48:07 +0100 |
commit | 9d070b9928b874700395ca48780ce2c88b70e588 (patch) | |
tree | b5aa67728ea296bf8d2e39ce15129cc8228816cb /lib | |
parent | 58523c076a4bd766fccd207c493cf1b918fda9db (diff) |
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
Diffstat (limited to 'lib')
0 files changed, 0 insertions, 0 deletions