arm-trusted-firmware/bl1
Deepika Bhavnani ee006a79f6 Unsigned long should not be used as per coding guidelines
We should either change them to `unsigned int` or `unsigned long long`
when the size of the variable is the same in AArch64 and AArch32 or
to `u_register_t` if it is supposed to be 32 bit wide in AArch32
and 64 bit wide in AArch64.

Signed-off-by: Deepika Bhavnani <deepika.bhavnani@arm.com>
Change-Id: I80e2a6edb33248ee88be395829abbd4c36c89abe
2019-09-13 23:51:02 +03:00
..
aarch32 Refactor SPSR initialisation code 2019-07-24 12:49:54 +01:00
aarch64 Unsigned long should not be used as per coding guidelines 2019-09-13 23:51:02 +03:00
tbbr Sanitise includes across codebase 2019-01-04 10:43:17 +00:00
bl1.ld.S Sanitise includes across codebase 2019-01-04 10:43:17 +00:00
bl1.mk Add support for Branch Target Identification 2019-05-24 14:44:45 +01:00
bl1_fwu.c Unsigned long should not be used as per coding guidelines 2019-09-13 23:51:02 +03:00
bl1_main.c Unsigned long should not be used as per coding guidelines 2019-09-13 23:51:02 +03:00
bl1_private.h Move BL1 and BL2 private defines to bl_common.h 2019-01-15 13:52:32 +00:00