arm-trusted-firmware/include
Antonio Nino Diaz a69817eda2 cpus: Fix some incorrect definitions in CPU headers
There are some values that should be 64-bit immediates but that resolve
to 0 because the type of the value is 32-bit wide. This patch casts the
expressions to 64-bit before the shift so that the definition has the
correct value.

The definitions are only used in assembly so far, so the code is not
actually affected by this bug. The assembler treats all values as 64-bit
values, so there are no overflows.

Change-Id: I965e4be631c1d28787c0913661d224c82a6b9155
Signed-off-by: Antonio Nino Diaz <antonio.ninodiaz@arm.com>
2019-02-11 13:34:54 +00:00
..
arch libc: Move setjmp to libc folder 2019-02-08 13:42:38 +00:00
bl1 Sanitise includes across codebase 2019-01-04 10:43:17 +00:00
bl2 Standardise header guards across codebase 2018-11-08 10:20:19 +00:00
bl2u Standardise header guards across codebase 2018-11-08 10:20:19 +00:00
bl31 Sanitise includes across codebase 2019-01-04 10:43:17 +00:00
bl32 tlkd: support new TLK SMCs 2019-01-31 08:46:54 -08:00
common Merge pull request #1804 from antonio-nino-diaz-arm/an/cleanup 2019-02-05 11:31:15 +00:00
drivers rpi3: Add SDHost driver 2019-02-01 04:09:31 +08:00
dt-bindings stm32mp1: update device tree files 2019-01-18 15:45:08 +01:00
lib cpus: Fix some incorrect definitions in CPU headers 2019-02-11 13:34:54 +00:00
plat Arm platforms: Rename PLAT_ARM_NS_IMAGE_OFFSET 2019-02-01 10:48:34 +01:00
services Remove support for the SMC Calling Convention 2.0 2019-01-30 16:01:49 +00:00
tools_share Sanitise includes across codebase 2019-01-04 10:43:17 +00:00