OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BL33
(Results
1 - 2
of
2
) sorted by null
/device/linaro/hikey/uefi-tools/
atf-build.sh
71
unset BL30 BL31 BL32
BL33
78
BL33
="$EDK2_DIR/Build/$PLATFORM_IMAGE_DIR/$BUILD_PROFILE/FV/`$TOOLS_DIR/parse-platforms.py $PLATFORM_CONFIG -p $1 get -o uefi_bin`"
135
export BL30 BL31 BL32
BL33
144
echo "
BL33
=$
BL33
"
/device/linaro/bootloader/arm-trusted-firmware/
Makefile
587
$(if ${
BL33
}, $(eval $(call MAKE_TOOL_ARGS,33,${
BL33
},in_fip,${CERTS},${CERTS},${BL33_KEY})))
589
# If BL3-3 is needed by the platform then '
BL33
' variable must be defined.
591
$(if ${
BL33
},,$(error "To build a FIP, please set
BL33
to point to the Normal World binary, eg:
BL33
=../uefi/FVP_AARCH64_EFI.fd"))
597
$(if ${
BL33
},$(warning "BL3-3 is not supported on platform ${PLAT}, it will just be ignored"),)
Completed in 232 milliseconds