arm-trusted-firmware/include
Sandrine Bailleux 3d449de09a Arm platforms: Fix DRAM address macros
On AArch32, ARM_DRAM1_BASE and ARM_DRAM1_SIZE constants are currently
32-bit values (because they are suffixed with UL and the value
0x80000000 fits in a unsigned long int, i.e. a 32-bit value). When
summing them up, the result overflows the maximum value that can be
encoded in a 32-bit value so it wraps around and does not result in
the expected value.

This patch changes the suffix of these constants into ULL so that they
always are 64-bit values.

Change-Id: I3b19b1805e35cc7e43050458df379081b1e882d5
Signed-off-by: Sandrine Bailleux <sandrine.bailleux@arm.com>
2018-11-07 11:34:28 +01:00
..
bl1 Fix MISRA rule 8.4 Part 1 2018-02-28 17:19:55 +00:00
bl2 Fix MISRA rule 8.5 in common code 2018-04-13 14:01:56 +01:00
bl2u Fix MISRA rule 8.4 in common code 2018-02-28 17:18:46 +00:00
bl31 Fix MISRA defects in BL31 common code 2018-08-30 09:22:33 +01:00
bl32 Remove deprecated early platform setup interfaces 2018-09-28 15:31:53 +01:00
common Introduce fdtw_read_array() helper 2018-11-02 14:55:49 +00:00
drivers plat/arm: Fix types of constants in headers 2018-11-01 14:15:39 +00:00
dt-bindings stm32mp1: Add device tree files 2018-07-24 17:18:35 +02:00
lib libc: Adapt strlcpy to this codebase 2018-11-02 13:41:33 +00:00
plat Arm platforms: Fix DRAM address macros 2018-11-07 11:34:28 +01:00
services libc: Fix all includes in codebase 2018-08-22 10:26:05 +01:00
tools_share Make TF UUID RFC 4122 compliant 2018-06-14 14:41:00 +01:00