Lines Matching refs:ARCH
109 else ifneq (${ARCH},aarch64)
134 ifneq (${ARCH},aarch64)
200 ifeq ($(ARCH), aarch64)
228 ${ARCH},armv${ARM_ARCH_MAJOR}.${ARM_ARCH_MINOR}-a")
236 ifeq ($(ARCH), aarch32)
259 AS = $(CC) -c -x assembler-with-cpp $(TF_CFLAGS_$(ARCH))
260 CPP = $(CC) -E $(TF_CFLAGS_$(ARCH))
261 PP = $(CC) -E $(TF_CFLAGS_$(ARCH))
270 AS = $(CC) -c -x assembler-with-cpp $(TF_CFLAGS_$(ARCH))
278 ifeq (${ARCH},aarch64)
385 ASFLAGS += $(CPPFLAGS) $(ASFLAGS_$(ARCH)) \
387 TF_CFLAGS += $(CPPFLAGS) $(TF_CFLAGS_$(ARCH)) \
406 TF_LDFLAGS += $(TF_LDFLAGS_$(ARCH))
414 ifeq (${ARCH},aarch64)
424 TF_LDFLAGS += $(subst --,-Xlinker --,$(TF_LDFLAGS_$(ARCH)))
433 TF_LDFLAGS += $(TF_LDFLAGS_$(ARCH))
452 common/${ARCH}/debug.S \
454 lib/${ARCH}/cache_helpers.S \
455 lib/${ARCH}/misc_helpers.S \
458 plat/common/${ARCH}/plat_common.c \
459 plat/common/${ARCH}/platform_helpers.S \
463 BL_COMMON_SOURCES += lib/${ARCH}/armclang_printf.S
471 -Iinclude/arch/${ARCH} \
472 -Iinclude/lib/cpus/${ARCH} \
473 -Iinclude/lib/el3_runtime/${ARCH} \
501 ifeq (${ARCH},aarch32)
590 ifeq (${ARCH},aarch64)
607 ifeq (${ARCH},aarch32)
715 ifneq (${ARCH},aarch64)
731 ifneq (${ARCH},aarch64)
795 ifneq (${ARCH},aarch32)