arm-trusted-firmware/plat/st/stm32mp1
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
..
include stm32mp1: add general SYSCFG management 2019-06-17 14:03:51 +02:00
services stm322mp1: add BSEC service 2019-01-18 15:45:08 +01:00
sp_min stm32mp1: make functions and macros more common 2019-02-14 11:20:23 +01:00
bl2_plat_setup.c stm32mp1: add general SYSCFG management 2019-06-17 14:03:51 +02:00
plat_bl2_mem_params_desc.c stm32mp1: add OP-TEE support 2019-04-23 13:34:12 +02:00
plat_image_load.c Sanitise includes across codebase 2019-01-04 10:43:17 +00:00
platform.mk Remove MULTI_CONSOLE_API flag and references to it 2019-06-28 10:52:48 +01:00
stm32mp1.S stm32mp1: Link BL2, BL32 and DTB in one binary 2018-07-24 17:18:41 +02:00
stm32mp1.ld.S stm32mp1: add OP-TEE support 2019-04-23 13:34:12 +02:00
stm32mp1_context.c stm32mp1: update clock driver 2019-02-14 11:20:23 +01:00
stm32mp1_def.h Replace __ASSEMBLY__ with compiler-builtin __ASSEMBLER__ 2019-08-01 13:14:12 -07:00
stm32mp1_gic.c stm32mp1: split code between common and private parts 2019-02-14 11:20:23 +01:00
stm32mp1_helper.S stm32mp1: remove some dependencies on clocks and reset in drivers 2019-02-14 11:20:23 +01:00
stm32mp1_pm.c stm32mp1: update clock driver 2019-02-14 11:20:23 +01:00
stm32mp1_private.c stm32mp1: move stm32_get_gpio_bank_clock() to private file 2019-06-17 14:03:51 +02:00
stm32mp1_security.c stm32mp1: add OP-TEE support 2019-04-23 13:34:12 +02:00
stm32mp1_stack_protector.c Sanitise includes across codebase 2019-01-04 10:43:17 +00:00
stm32mp1_syscfg.c stm32mp1: add general SYSCFG management 2019-06-17 14:03:51 +02:00
stm32mp1_topology.c Sanitise includes across codebase 2019-01-04 10:43:17 +00:00