Home | History | Annotate | Download | only in arm-trusted-firmware

Lines Matching refs:BL32

227         $(warning "The SPD and its BL32 companion will be present but ignored.")
238 # If there's BL32 companion for the chosen SPD, we expect that the SPD's
241 # * BL32 is built from source: then BL32_SOURCES must contain the list
242 # of source files to build BL32
243 # * BL32 is a prebuilt binary: then BL32 must point to the image file
245 # If both BL32_SOURCES and BL32 are defined, the binary takes precedence
285 # Build `AARCH32_SP` as BL32 image for AArch32
289 AARCH32_SP_MAKE := $(wildcard bl32/${AARCH32_SP}/${AARCH32_SP}.mk)
292 $(error Error: No bl32/${AARCH32_SP}/${AARCH32_SP}.mk located)
562 # If a BL32 image is needed but neither BL32 nor BL32_SOURCES is defined, the
564 # process. Note that the dependency on BL32 applies to the FIP only.
566 $(if ${BL32}, $(eval $(call MAKE_TOOL_ARGS,32,${BL32},tos-fw)),\
568 $(eval $(call FIP_ADD_IMG,BL32,--tos-fw))))
696 @echo " bl32 Build the BL32 binary. If ARCH=aarch32, then "