OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bl33
(Results
1 - 2
of
2
) sorted by null
/device/linaro/bootloader/arm-trusted-firmware/plat/xilinx/zynqmp/
plat_startup.c
144
* Populates the bl32 and
bl33
image info structures
146
* @
bl33
:
BL33
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
231
image =
bl33
;
239
bl33
->spsr = SPSR_MODE32(target_el, SPSR_T_ARM,
248
bl33
->spsr = SPSR_64(target_el, MODE_SP_ELX,
254
target_secure == FSBL_FLAGS_SECURE ? "BL32" : "
BL33
",
[
all
...]
/device/linaro/bootloader/edk2/ArmPlatformPkg/Scripts/
Makefile
66
fip_create --
bl33
$(BUILD_PATH)/$(EDK2_BUILD)_$(EDK2_TOOLCHAIN)/FV/$(UEFI_BIN) --dump $(FIP_BIN); \
Completed in 131 milliseconds