arm-trusted-firmware/plat/imx/common/include
Julius Werner d5dfdeb65f Replace __ASSEMBLY__ with compiler-builtin __ASSEMBLER__
NOTE: __ASSEMBLY__ macro is now deprecated in favor of __ASSEMBLER__.

All common C compilers predefine a macro called __ASSEMBLER__ when
preprocessing a .S file. There is no reason for TF-A to define it's own
__ASSEMBLY__ macro for this purpose instead. To unify code with the
export headers (which use __ASSEMBLER__ to avoid one extra dependency),
let's deprecate __ASSEMBLY__ and switch the code base over to the
predefined standard.

Change-Id: Id7d0ec8cf330195da80499c68562b65cb5ab7417
Signed-off-by: Julius Werner <jwerner@chromium.org>
2019-08-01 13:14:12 -07:00
..
sci imx: support for i.MX8 SoCs misc IPC 2019-01-18 10:59:20 +08:00
imx8_iomux.h Standardise header guards across codebase 2018-11-08 10:20:19 +00:00
imx8_lpuart.h Replace __ASSEMBLY__ with compiler-builtin __ASSEMBLER__ 2019-08-01 13:14:12 -07:00
imx8qm_pads.h Standardise header guards across codebase 2018-11-08 10:20:19 +00:00
imx8qx_pads.h Standardise header guards across codebase 2018-11-08 10:20:19 +00:00
imx_aips.h Standardise header guards across codebase 2018-11-08 10:20:19 +00:00
imx_caam.h Standardise header guards across codebase 2018-11-08 10:20:19 +00:00
imx_clock.h plat: imx7: refactor code for reuse 2019-07-17 16:03:20 +08:00
imx_csu.h Standardise header guards across codebase 2018-11-08 10:20:19 +00:00
imx_hab.h Standardise header guards across codebase 2018-11-08 10:20:19 +00:00
imx_io_mux.h plat: imx7: Add PicoPi iMX7D basic support 2019-07-17 16:03:20 +08:00
imx_sip_svc.h imx8: Replace PLAT_IMX8* with automatic PLAT_imx8* 2019-05-20 11:28:51 +03:00
imx_snvs.h Sanitise includes across codebase 2019-01-04 10:43:17 +00:00
imx_uart.h Replace __ASSEMBLY__ with compiler-builtin __ASSEMBLER__ 2019-08-01 13:14:12 -07:00
imx_wdog.h Sanitise includes across codebase 2019-01-04 10:43:17 +00:00
plat_imx8.h imx: power optimization for i.mx8qm 2019-01-29 09:26:41 +08:00
plat_macros.S Support for NXP's imx SoC common function 2018-06-19 10:24:32 +08:00