arm-trusted-firmware/lib/psci
Deepika Bhavnani fc81021aed Unify type of "cpu_idx" across PSCI module.
cpu_idx is used as mix of `unsigned int` and `signed int` in code
with typecasting at some places. This change is to unify the
cpu_idx as `unsigned int` as underlying API;s `plat_my_core_pos`
returns `unsigned int`

It was discovered via coverity issue CID 354715

Signed-off-by: Deepika Bhavnani <deepika.bhavnani@arm.com>
Change-Id: I4f0adb0c596ff1177210c5fe803bff853f2e54ce
2019-09-13 01:30:03 +03:00
..
aarch32 Sanitise includes across codebase 2019-01-04 10:43:17 +00:00
aarch64 Sanitise includes across codebase 2019-01-04 10:43:17 +00:00
psci_common.c Unify type of "cpu_idx" across PSCI module. 2019-09-13 01:30:03 +03:00
psci_lib.mk mem_protect: Add mem_protect API 2017-09-25 13:32:20 +01:00
psci_main.c Sanitise includes across codebase 2019-01-04 10:43:17 +00:00
psci_mem_protect.c Sanitise includes across codebase 2019-01-04 10:43:17 +00:00
psci_off.c PSCI: Lookup list of parent nodes to lock only once 2019-06-06 11:31:47 -04:00
psci_on.c Sanitise includes across codebase 2019-01-04 10:43:17 +00:00
psci_private.h Unify type of "cpu_idx" across PSCI module. 2019-09-13 01:30:03 +03:00
psci_setup.c Sanitise includes across codebase 2019-01-04 10:43:17 +00:00
psci_stat.c Sanitise includes across codebase 2019-01-04 10:43:17 +00:00
psci_suspend.c PSCI: Lookup list of parent nodes to lock only once 2019-06-06 11:31:47 -04:00
psci_system_off.c Sanitise includes across codebase 2019-01-04 10:43:17 +00:00