mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-19 11:04:20 +00:00
![]() 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> |
||
---|---|---|
.. | ||
aarch32 | ||
aarch64 | ||
sp_min | ||
tsp | ||
arm_bl1_fwu.c | ||
arm_bl1_setup.c | ||
arm_bl2_el3_setup.c | ||
arm_bl2_setup.c | ||
arm_bl2u_setup.c | ||
arm_bl31_setup.c | ||
arm_cci.c | ||
arm_ccn.c | ||
arm_common.c | ||
arm_common.mk | ||
arm_console.c | ||
arm_dyn_cfg.c | ||
arm_dyn_cfg_helpers.c | ||
arm_err.c | ||
arm_gicv2.c | ||
arm_gicv3.c | ||
arm_image_load.c | ||
arm_io_storage.c | ||
arm_nor_psci_mem_protect.c | ||
arm_pm.c | ||
arm_sip_svc.c | ||
arm_topology.c | ||
arm_tzc400.c | ||
arm_tzc_dmc500.c | ||
execution_state_switch.c |