OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bl32
(Results
1 - 7
of
7
) sorted by null
/device/linaro/bootloader/arm-trusted-firmware/bl32/tsp/
tsp.mk
7
INCLUDES += -Iinclude/
bl32
/tsp
9
BL32_SOURCES +=
bl32
/tsp/tsp_main.c \
10
bl32
/tsp/aarch64/tsp_entrypoint.S \
11
bl32
/tsp/aarch64/tsp_exceptions.S \
12
bl32
/tsp/aarch64/tsp_request.S \
13
bl32
/tsp/tsp_interrupt.c \
14
bl32
/tsp/tsp_timer.c \
18
BL32_LINKERFILE :=
bl32
/tsp/tsp.ld.S
20
# This flag determines if the TSPD initializes
BL32
in tspd_init() (synchronous
21
# method) or configures BL31 to pass control to
BL32
instead of BL3
[
all
...]
/device/linaro/bootloader/arm-trusted-firmware/services/spd/tspd/
tspd.mk
8
SPD_INCLUDES := -Iinclude/
bl32
/tsp
22
BL32_ROOT :=
bl32
/tsp
/device/linaro/bootloader/arm-trusted-firmware/bl32/sp_min/
sp_min.mk
13
INCLUDES += -Iinclude/
bl32
/sp_min
15
BL32_SOURCES +=
bl32
/sp_min/sp_min_main.c \
16
bl32
/sp_min/aarch32/entrypoint.S \
25
BL32_LINKERFILE :=
bl32
/sp_min/sp_min.ld.S
/device/linaro/bootloader/arm-trusted-firmware/services/spd/tlkd/
tlkd.mk
7
SPD_INCLUDES := -Iinclude/
bl32
/payloads
/device/linaro/bootloader/arm-trusted-firmware/plat/xilinx/zynqmp/
plat_startup.c
144
* Populates the
bl32
and bl33 image info structures
145
* @
bl32
:
BL32
image info structure
148
* Process the handoff paramters from the FSBL and populate the
BL32
and BL33
151
void fsbl_atf_handover(entry_point_info_t *
bl32
, entry_point_info_t *bl33)
184
* (
bl32
, bl33). I.e. the last applicable images in the handoff
221
image =
bl32
;
224
bl32
->spsr = SPSR_MODE32(MODE32_svc, SPSR_T_ARM,
228
bl32
->spsr = SPSR_64(MODE_EL1, MODE_SP_ELX,
254
target_secure == FSBL_FLAGS_SECURE ? "
BL32
" : "BL33"
[
all
...]
/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/
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 63 milliseconds