arm-trusted-firmware/drivers
Julius Werner 402b3cf876 Switch AARCH32/AARCH64 to __aarch64__
NOTE: AARCH32/AARCH64 macros are now deprecated in favor of __aarch64__.

All common C compilers pre-define the same macros to signal which
architecture the code is being compiled for: __arm__ for AArch32 (or
earlier versions) and __aarch64__ for AArch64. There's no need for TF-A
to define its own custom macros for this. In order to unify code with
the export headers (which use __aarch64__ to avoid another dependency),
let's deprecate the AARCH32 and AARCH64 macros and switch the code base
over to the pre-defined standard macro. (Since it is somewhat
unintuitive that __arm__ only means AArch32, let's standardize on only
using __aarch64__.)

Change-Id: Ic77de4b052297d77f38fc95f95f65a8ee70cf200
Signed-off-by: Julius Werner <jwerner@chromium.org>
2019-08-01 13:45:03 -07:00
..
allwinner Sanitise includes across codebase 2019-01-04 10:43:17 +00:00
arm Switch AARCH32/AARCH64 to __aarch64__ 2019-08-01 13:45:03 -07:00
auth cryptocell: add product version awareness support 2019-07-25 13:38:07 +03:00
cadence/uart/aarch64 Remove MULTI_CONSOLE_API flag and references to it 2019-06-28 10:52:48 +01:00
cfi/v2m Sanitise includes across codebase 2019-01-04 10:43:17 +00:00
console console: update skeleton 2019-07-16 13:01:02 +00:00
coreboot/cbmem_console/aarch64 Console: remove deprecated finish_console_register 2019-04-03 14:55:18 +01:00
delay_timer drivers: generic_delay_timer: Assert presence of Generic Timer 2019-02-06 09:54:42 +00:00
gpio Sanitise includes across codebase 2019-01-04 10:43:17 +00:00
imx Replace __ASSEMBLY__ with compiler-builtin __ASSEMBLER__ 2019-08-01 13:14:12 -07:00
intel/soc/stratix10/io intel: Pull out common drivers into platform common 2019-06-26 18:45:01 +08:00
io Remove several warnings reported with W=1 2019-04-01 10:43:42 +01:00
marvell Update marvell platform to not rely on undefined overflow behaviour 2019-07-11 12:10:51 +01:00
mentor/i2c Sanitise includes across codebase 2019-01-04 10:43:17 +00:00
meson Update meson platform to not rely on undefined overflow behaviour 2019-07-11 12:10:58 +01:00
mmc drivers: mmc: Fix some issues with MMC stack 2019-03-07 11:34:20 +08:00
partition drivers: partition: Add simple MBR partition entries support 2019-02-13 14:26:15 +08:00
renesas/rcar Replace __ASSEMBLY__ with compiler-builtin __ASSEMBLER__ 2019-08-01 13:14:12 -07:00
rpi3 rpi3: sdhost: SDHost driver improvement 2019-02-27 01:06:57 +08:00
st stm32mp1: add general SYSCFG management 2019-06-17 14:03:51 +02:00
staging/renesas/rcar/ddr rcar_gen3: drivers: ddr-a: Fix E3 DDR init coding style 2019-07-15 06:15:48 +02:00
synopsys Merge changes from topic "jc/shift-overflow" into integration 2019-07-16 10:11:27 +00:00
ti/uart Remove MULTI_CONSOLE_API flag and references to it 2019-06-28 10:52:48 +01:00
ufs drivers: ufs: Extend the delay after reset to wait for some slower chips 2019-05-13 17:11:07 -07:00