OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BL32
(Results
1 - 4
of
4
) sorted by null
/device/linaro/hikey/uefi-tools/
atf-build.sh
70
unset BL30 BL31
BL32
BL33
95
#
BL32
requires more attention
104
BL32
=$WORKSPACE/Build/$PLATFORM_IMAGE_DIR/$BUILD_PROFILE/FV/$TOS_BIN
107
if [ X"$SPD" != X"" ] && [ X"$
BL32
" != X"" ]; then
124
#
BL32
Image and implicitly set SPM=1.
129
BL32
=$WORKSPACE/Build/StandaloneSmmPkg/$BUILD_PROFILE/FV/$SPM_BIN
152
export BL30 BL31
BL32
BL33
160
echo "
BL32
=$
BL32
"
166
# If a build was done with
BL32
, and followed by another without
[
all
...]
/device/linaro/bootloader/arm-trusted-firmware/tools/fiptool/
fip_create.sh
30
--tos-fw FILENAME Secure Payload
BL32
(Trusted OS)
31
--tos-fw-extra1 FILENAME Secure Payload
BL32
Extra1 (Trusted OS Extra1)
32
--tos-fw-extra2 FILENAME Secure Payload
BL32
Extra2 (Trusted OS Extra2)
/device/linaro/bootloader/arm-trusted-firmware/make_helpers/tbbr/
tbbr_tools.mk
14
# NEED_BL32: indicates whether
BL32
is needed by the platform
18
#
BL32
: image filename (optional). Default is IMG_BIN(32)
89
# Add the
BL32
CoT (key cert + img cert + image)
91
$(if ${
BL32
},$(eval $(call CERT_ADD_CMD_OPT,${
BL32
},--tos-fw,true)),\
/device/linaro/bootloader/arm-trusted-firmware/
Makefile
227
$(warning "The SPD and its
BL32
companion will be present but ignored.")
238
# If there's
BL32
companion for the chosen SPD, we expect that the SPD's
241
# *
BL32
is built from source: then BL32_SOURCES must contain the list
242
# of source files to build
BL32
243
# *
BL32
is a prebuilt binary: then
BL32
must point to the image file
245
# If both BL32_SOURCES and
BL32
are defined, the binary takes precedence
285
# Build `AARCH32_SP` as
BL32
image for AArch32
289
AARCH32_SP_MAKE := $(wildcard
bl32
/${AARCH32_SP}/${AARCH32_SP}.mk)
292
$(error Error: No
bl32
/${AARCH32_SP}/${AARCH32_SP}.mk located
[
all
...]
Completed in 108 milliseconds