HomeSort by relevance Sort by last modified time
    Searched refs:bl32 (Results 1 - 4 of 4) sorted by null

  /device/linaro/bootloader/arm-trusted-firmware/bl32/tsp/
tsp.mk 31 INCLUDES += -Iinclude/bl32/tsp
33 BL32_SOURCES += bl32/tsp/tsp_main.c \
34 bl32/tsp/aarch64/tsp_entrypoint.S \
35 bl32/tsp/aarch64/tsp_exceptions.S \
36 bl32/tsp/aarch64/tsp_request.S \
37 bl32/tsp/tsp_interrupt.c \
38 bl32/tsp/tsp_timer.c \
42 BL32_LINKERFILE := bl32/tsp/tsp.ld.S
  /device/linaro/bootloader/arm-trusted-firmware/services/spd/tspd/
tspd.mk 32 SPD_INCLUDES := -Iinclude/bl32/tsp
46 BL32_ROOT := bl32/tsp
  /device/linaro/hikey/uefi-tools/
atf-build.sh 71 unset BL30 BL31 BL32 BL33
96 # BL32 requires more attention
105 BL32=$EDK2_DIR/Build/$PLATFORM_IMAGE_DIR/$BUILD_PROFILE/FV/$TOS_BIN
108 if [ X"$SPD" != X"" ] && [ X"$BL32" != X"" ]; then
135 export BL30 BL31 BL32 BL33
143 echo "BL32=$BL32"
149 # If a build was done with BL32, and followed by another without,
150 # the BL32 component remains in fip.bin, so we delete the build dir
178 if [ ! -d bl32 ]
    [all...]
  /device/linaro/bootloader/arm-trusted-firmware/
Makefile 383 BUILD_TARGETS := all bl1 bl2 bl31 bl32 fip
568 $(if ${BL32}, $(eval $(call MAKE_TOOL_ARGS,32,${BL32},in_fip,${CERTS},${CERTS},${BL32_KEY})),\

Completed in 196 milliseconds