OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BL31
(Results
1 - 5
of
5
) sorted by null
/external/u-boot/board/sunxi/
mksunxi_fit_atf.sh
8
[ -z "$
BL31
" ] &&
BL31
="
bl31
.bin"
10
if [ ! -f $
BL31
]; then
11
echo "WARNING:
BL31
file $
BL31
NOT found, resulting binary is non-functional" >&2
13
BL31
=/dev/null
34
data = /incbin/("$
BL31
");
/device/linaro/hikey/uefi-tools/
atf-build.sh
70
unset BL30
BL31
BL32 BL33
76
BL31
="`$TOOLS_DIR/parse-platforms.py $PLATFORM_CONFIG -p $1 get -o el3_bin`"
90
if [ X"$
BL31
" != X"" ]; then
91
BL31
=`search_packages_path "$
BL31
"`
152
export BL30
BL31
BL32 BL33
159
echo "
BL31
=$
BL31
"
/device/linaro/bootloader/arm-trusted-firmware/make_helpers/tbbr/
tbbr_tools.mk
17
#
BL31
: image filename (optional). Default is IMG_BIN(31)
79
# Add the
BL31
CoT (key cert + img cert + image)
80
$(if ${
BL31
},$(eval $(call CERT_ADD_CMD_OPT,${
BL31
},--soc-fw,true)),\
/device/linaro/bootloader/arm-trusted-firmware/tools/fiptool/
fip_create.sh
29
--soc-fw FILENAME EL3 Runtime Firmware
BL31
/device/linaro/bootloader/arm-trusted-firmware/
Makefile
178
-Iinclude/
bl31
\
422
# For AArch32,
BL31
is not currently supported.
425
# When booting an EL3 payload, there is no need to compile the
BL31
image nor
429
include
bl31
/
bl31
.mk
558
$(if ${
BL31
}, $(eval $(call MAKE_TOOL_ARGS,31,${
BL31
},soc-fw)),\
695
@echo "
bl31
Build the
BL31
binary"
Completed in 620 milliseconds