Searched refs:bl33 (Results 1 – 17 of 17) sorted by relevance
/trusted-firmware-a-latest/plat/qti/msm8916/sp_min/ |
D | msm8916_sp_min_setup.c | 16 entry_point_info_t bl33; member 19 SET_STATIC_PARAM_HEAD(bl33, PARAM_EP, VERSION_1, 21 .bl33.pc = PRELOADED_BL33_BASE, 22 .bl33.spsr = SPSR_MODE32(MODE32_hyp, SPSR_T_ARM, SPSR_E_LITTLE, 49 return &image_ep_info.bl33; in sp_min_plat_get_bl33_ep_info()
|
/trusted-firmware-a-latest/plat/qti/msm8916/ |
D | msm8916_bl31_setup.c | 18 entry_point_info_t bl33; member 26 SET_STATIC_PARAM_HEAD(bl33, PARAM_EP, VERSION_1, 28 .bl33.pc = PRELOADED_BL33_BASE, 29 .bl33.spsr = SPSR_64(MODE_EL2, MODE_SP_ELX, DISABLE_ALL_EXCEPTIONS), 59 return &image_ep_info.bl33; in bl31_plat_get_next_image_ep_info()
|
/trusted-firmware-a-latest/plat/xilinx/common/ |
D | plat_startup.c | 173 entry_point_info_t *bl33, in xbl_handover() argument 262 image = bl33; in xbl_handover() 271 bl33->spsr = SPSR_MODE32(target_el, SPSR_T_ARM, in xbl_handover() 281 bl33->spsr = SPSR_64(target_el, MODE_SP_ELX, in xbl_handover()
|
/trusted-firmware-a-latest/docs/plat/ |
D | brcm-stingray.rst | 11 then loads bl31 and bl33 into DDR and boots to bl33.
|
D | intel-agilex.rst | 7 the hardware, then loads bl31 and bl33 (UEFI) into DDR and boots to bl33.
|
D | intel-stratix10.rst | 7 the hardware, then loads bl31 and bl33 (UEFI) into DDR and boots to bl33.
|
D | qemu.rst | 72 - ``bl33.bin`` -> BL33 (``QEMU_EFI.fd``) 105 - BL33 - ``bl33.bin`` -> ``QEMU_EFI.fd`` (EDK II) 115 BL33=bl33.bin BL32_RAM_LOCATION=tdram SPD=opteed all fip 124 BL33=bl33.bin BL32_RAM_LOCATION=tdram SPD=opteed all fip \
|
D | poplar.rst | 140 INFO: Boot bl33 from 0x37000000 for 364311 Bytes
|
/trusted-firmware-a-latest/plat/xilinx/common/include/ |
D | plat_startup.h | 39 entry_point_info_t *bl33,
|
/trusted-firmware-a-latest/docs/getting_started/ |
D | tools-build.rst | 32 make PLAT=fvp BL33=<path-to>/bl33.bin fip 38 make PLAT=fvp ARCH=aarch32 AARCH32_SP=sp_min BL33=<path-to>/bl33.bin fip
|
/trusted-firmware-a-latest/docs/plat/arm/fvp/ |
D | index.rst | 508 --data cluster0.cpu0="<path-to>/<bl33-binary>"@0x88000000 \ 519 ``--data="<path-to><bl31|bl32|bl33-binary>"@<base-address-of-binary>`` 571 --data cluster0.cpu0="<path-to>/<bl33-binary>"@0x88000000 \ 603 --data cluster0.cpu0="<path-to>/<bl33-binary>"@0x88000000 \ 626 --data cluster0.cpu0="<path-to>/<bl33-binary>"@0x88000000 \
|
/trusted-firmware-a-latest/docs/components/ |
D | romlib-design.rst | 149 BL33=</path/to/bl33.bin> \
|
D | secure-partition-manager.rst | 202 BL33=<path-to-bl33-binary> \ 220 BL33=<path-to-bl33-binary> \ 238 BL33=<path-to-bl33-binary> \ 258 BL33=<path-to-bl33-binary> \ 274 BL33=<path-to-bl33-binary> \
|
D | realm-management-extension.rst | 193 BL33=<path/to/bl33> \
|
D | el3-spmc.rst | 61 BL33=<path-to-bl33-binary> \
|
D | secure-partition-manager-mm.rst | 143 BL32=path/to/standalone/mm/sp BL33=path/to/bl33.bin \
|
/trusted-firmware-a-latest/ |
D | Makefile | 1569 $(eval $(call TOOL_ADD_IMG,bl33,--nt-fw))
|