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>
1 parent f61469e commit d5dfdeb65ff5b7f24dded201d2945c7b74565ce8
@Julius Werner Julius Werner authored on 9 Jul 2019
Showing 90 changed files
View
Makefile
View
bl32/tsp/tsp_private.h
View
drivers/arm/css/sds/sds_private.h
View
drivers/imx/uart/imx_uart.h
View
drivers/renesas/rcar/delay/micro_delay.h
View
drivers/renesas/rcar/pwrc/pwrc.c
View
drivers/renesas/rcar/pwrc/pwrc.h
View
include/arch/aarch32/smccc_helpers.h
View
include/arch/aarch64/smccc_helpers.h
View
include/bl1/bl1.h
View
include/bl31/ehf.h
View
include/bl31/interrupt_mgmt.h
View
include/bl32/tsp/tsp.h
View
include/common/bl_common.h
View
include/common/debug.h
View
include/common/ep_info.h
View
include/common/interrupt_props.h
View
include/common/param_header.h
View
include/common/runtime_svc.h
View
include/drivers/arm/cci.h
View
include/drivers/arm/ccn.h
View
include/drivers/arm/css/sds.h
View
include/drivers/arm/fvp/fvp_pwrc.h
View
include/drivers/arm/gicv2.h
View
include/drivers/arm/gicv3.h
View
include/drivers/arm/pl011.h
View
include/drivers/arm/sp805.h
View
include/drivers/arm/tzc400.h
View
include/drivers/arm/tzc_dmc500.h
View
include/drivers/auth/mbedtls/mbedtls_config.h
View
include/drivers/cadence/cdns_uart.h
View
include/drivers/console.h
View
include/drivers/marvell/cache_llc.h
View
include/drivers/marvell/ccu.h
View
include/drivers/marvell/uart/a3700_console.h
View
include/drivers/meson/meson_console.h
View
include/drivers/renesas/rcar/console/console.h
View
include/drivers/st/stm32_console.h
View
include/drivers/st/stm32_gpio.h
View
include/drivers/ti/uart/uart_16550.h
View
include/lib/bakery_lock.h
View
include/lib/cpus/aarch32/cortex_a9.h
View
include/lib/cpus/aarch64/cortex_a75.h
View
include/lib/cpus/aarch64/cpuamu.h
View
include/lib/cpus/aarch64/denver.h
View
include/lib/cpus/errata_report.h
View
include/lib/el3_runtime/aarch32/context.h
View
include/lib/el3_runtime/aarch64/context.h
View
include/lib/el3_runtime/cpu_data.h
View
include/lib/extensions/ras.h
View
include/lib/extensions/ras_arch.h
View
include/lib/libc/aarch64/setjmp_.h
View
include/lib/libc/setjmp.h
View
include/lib/libfdt/fdt.h
View
include/lib/psci/psci.h
View
include/lib/psci/psci_lib.h
View
include/lib/runtime_instr.h
View
include/lib/smccc.h
View
include/lib/spinlock.h
View
include/lib/utils.h
View
include/lib/utils_def.h
View
include/lib/xlat_tables/xlat_mmu_helpers.h
View
include/lib/xlat_tables/xlat_tables.h
View
include/lib/xlat_tables/xlat_tables_v2.h
View
include/lib/xlat_tables/xlat_tables_v2_helpers.h
View
include/plat/arm/board/common/board_css_def.h
View
include/plat/arm/css/common/css_def.h
View
include/services/spm_svc.h
View
lib/romlib/Makefile
View
make_helpers/build_macros.mk
View
plat/arm/css/sgi/include/sgi_base_platform_def.h
View
plat/arm/css/sgm/include/sgm_base_platform_def.h
View
plat/hisilicon/hikey/include/hisi_pwrc.h
View
plat/imx/common/include/imx8_lpuart.h
View
plat/imx/common/include/imx_uart.h
View
plat/layerscape/common/include/ls_16550.h
View
plat/marvell/a3700/common/include/platform_def.h
View
plat/marvell/a8k/common/include/platform_def.h
View
plat/mediatek/mt8183/drivers/mcsi/mcsi.h
View
plat/nvidia/tegra/include/drivers/memctrl_v2.h
View
plat/nvidia/tegra/include/tegra_platform.h
View
plat/renesas/rcar/include/platform_def.h
View
plat/rockchip/common/include/plat_private.h
View
plat/rockchip/common/pmusram/cpus_on_fixed_addr.h
View
plat/st/stm32mp1/stm32mp1_def.h
View
services/spd/opteed/opteed_private.h
View
services/spd/tlkd/tlkd_private.h
View
services/spd/tspd/tspd_private.h
View
services/std_svc/spm/spm_private.h
View
services/std_svc/spm_mm/spm_private.h