Lines Matching refs:AARCH32
222 ifeq (${ARCH},aarch32)
223 $(error "Error: SPD is incompatible with AArch32.")
263 # Platform compatibility is not supported in AArch32
264 ifneq (${ARCH},aarch32)
281 ifeq (${ARCH},aarch32)
285 # Build `AARCH32_SP` as BL32 image for AArch32
330 # For AArch32, LOAD_IMAGE_V2 must be enabled.
331 ifeq (${ARCH},aarch32)
333 $(error "For AArch32, LOAD_IMAGE_V2 must be enabled.")
422 # For AArch32, BL31 is not currently supported.
423 ifneq (${ARCH},aarch32)
518 # Define the AARCH32/AARCH64 flag based on the ARCH flag
519 ifeq (${ARCH},aarch32)
520 $(eval $(call add_define,AARCH32))
696 @echo " bl32 Build the BL32 binary. If ARCH=aarch32, then "