Searched hist:ee006a79f622b39a35beaaf95d7b42b7078823f8 (Results 1 – 3 of 3) sorted by relevance
| /rk3399_ARM-atf/bl1/aarch64/ |
| H A D | bl1_arch_setup.c | ee006a79f622b39a35beaaf95d7b42b7078823f8 Tue Sep 03 18:51:09 UTC 2019 Deepika Bhavnani <deepika.bhavnani@arm.com> 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
|
| /rk3399_ARM-atf/bl1/ |
| H A D | bl1_fwu.c | ee006a79f622b39a35beaaf95d7b42b7078823f8 Tue Sep 03 18:51:09 UTC 2019 Deepika Bhavnani <deepika.bhavnani@arm.com> 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
|
| H A D | bl1_main.c | ee006a79f622b39a35beaaf95d7b42b7078823f8 Tue Sep 03 18:51:09 UTC 2019 Deepika Bhavnani <deepika.bhavnani@arm.com> 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
|