OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BL33
(Results
1 - 5
of
5
) sorted by null
/device/linaro/hikey/uefi-tools/
atf-build.sh
70
unset BL30 BL31 BL32
BL33
77
BL33
="$WORKSPACE/Build/$PLATFORM_IMAGE_DIR/$BUILD_PROFILE/FV/`$TOOLS_DIR/parse-platforms.py $PLATFORM_CONFIG -p $1 get -o uefi_bin`"
152
export BL30 BL31 BL32
BL33
161
echo "
BL33
=$
BL33
"
/external/u-boot/board/hisilicon/hikey/
build-tf.mak
35
BL33
=$(BL33_HIKEY) \
/device/linaro/bootloader/arm-trusted-firmware/make_helpers/tbbr/
tbbr_tools.mk
19
#
BL33
: image filename (optional). Default is IMG_BIN(33)
106
# Add the
BL33
CoT (key cert + img cert + image)
107
ifneq (${
BL33
},)
108
$(eval $(call CERT_ADD_CMD_OPT,${
BL33
},--nt-fw,true))
/device/linaro/bootloader/arm-trusted-firmware/tools/fiptool/
fip_create.sh
33
--nt-fw FILENAME Non-Trusted Firmware
BL33
/device/linaro/bootloader/arm-trusted-firmware/
Makefile
320
$(warning "
BL33
image is not needed when option \
324
$(warning "
BL33
image is not needed when option \
347
# Using the ARM Trusted Firmware BL2 implies that a
BL33
image also needs to be
352
# If booting an EL3 payload there is no need for a
BL33
image
357
# If booting a
BL33
preloaded image there is no need of
571
# Add the
BL33
image if required by the platform
573
$(eval $(call FIP_ADD_IMG,
BL33
,--nt-fw))
Completed in 74 milliseconds