OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BL31
(Results
1 - 2
of
2
) sorted by null
/device/linaro/hikey/uefi-tools/
atf-build.sh
71
unset BL30
BL31
BL32 BL33
77
BL31
="`$TOOLS_DIR/parse-platforms.py $PLATFORM_CONFIG -p $1 get -o el3_bin`"
91
if [ X"$
BL31
" != X"" ]; then
92
BL31
="${EDK2_DIR}"/"${
BL31
}"
135
export BL30
BL31
BL32 BL33
142
echo "
BL31
=$
BL31
"
/device/linaro/bootloader/arm-trusted-firmware/
Makefile
56
# By default, Bl1 acts as the reset handler, not
BL31
173
include
bl31
/
bl31
.mk
196
INCLUDES += -Iinclude/
bl31
\
197
-Iinclude/
bl31
/services \
383
BUILD_TARGETS := all bl1 bl2
bl31
bl32 fip
563
$(if ${
BL31
}, $(eval $(call MAKE_TOOL_ARGS,31,${
BL31
},in_fip,${CERTS},${CERTS},${BL31_KEY})),\
627
@echo "usage: ${MAKE} PLAT=<${HELP_PLATFORMS}> <all|bl1|bl2|
bl31
|distclean|clean|checkcodebase|checkpatch>"
633
@echo " all Build the BL1, BL2 and
BL31
binaries
[
all
...]
Completed in 3690 milliseconds