Home
last modified time | relevance | path

Searched refs:bl33 (Results 1 – 21 of 21) sorted by relevance

/rk3399_ARM-atf/plat/qti/msm8916/sp_min/
H A Dmsm8916_sp_min_setup.c16 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()
/rk3399_ARM-atf/plat/qti/msm8916/
H A Dmsm8916_bl31_setup.c18 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()
/rk3399_ARM-atf/plat/amd/common/
H A Dplat_xfer_list.c32 entry_point_info_t *bl33) in transfer_list_populate_ep_info() argument
45 *bl33 = *ep; in transfer_list_populate_ep_info()
/rk3399_ARM-atf/plat/xilinx/common/
H A Dplat_startup.c184 entry_point_info_t *bl33, in xbl_handover() argument
277 image = bl33; in xbl_handover()
286 bl33->spsr = (uint32_t)SPSR_MODE32((uint64_t)target_el, SPSR_T_ARM, in xbl_handover()
296 bl33->spsr = (uint32_t)SPSR_64((uint64_t)target_el, MODE_SP_ELX, in xbl_handover()
/rk3399_ARM-atf/plat/amd/common/include/
H A Dplat_xfer_list.h13 entry_point_info_t *bl33);
/rk3399_ARM-atf/docs/plat/
H A Dbrcm-stingray.rst11 then loads bl31 and bl33 into DDR and boots to bl33.
H A Dintel-agilex.rst7 the hardware, then loads bl31 and bl33 (UEFI) into DDR and boots to bl33.
H A Dintel-stratix10.rst7 the hardware, then loads bl31 and bl33 (UEFI) into DDR and boots to bl33.
H A Dqemu.rst72 - ``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 \
H A Dpoplar.rst140 INFO: Boot bl33 from 0x37000000 for 364311 Bytes
/rk3399_ARM-atf/plat/xilinx/common/include/
H A Dplat_startup.h39 entry_point_info_t *bl33,
/rk3399_ARM-atf/docs/components/
H A Dsecure-partition-manager.rst133 BL33=<path-to-bl33-binary> \
151 BL33=<path-to-bl33-binary> \
169 BL33=<path-to-bl33-binary> \
189 BL33=<path-to-bl33-binary> \
205 BL33=<path-to-bl33-binary> \
H A Dromlib-design.rst158 BL33=</path/to/bl33.bin> \
H A Del3-spmc.rst61 BL33=<path-to-bl33-binary> \
H A Dsecure-partition-manager-mm.rst143 BL32=path/to/standalone/mm/sp BL33=path/to/bl33.bin \
/rk3399_ARM-atf/docs/plat/arm/fvp/
H A Dfvp-aemv8-base.rst81 --data cluster0.cpu0="<path-to>/<bl33-binary>"@0x88000000 \
92 ``--data="<path-to><bl31|bl32|bl33-binary>"@<base-address-of-binary>``
143 --data cluster0.cpu0="<path-to>/<bl33-binary>"@0x88000000 \
H A Dfvp-cortex-a32.rst40 --data cluster0.cpu0="<path-to>/<bl33-binary>"@0x88000000 \
H A Dfvp-cortex-a57-a53.rst45 --data cluster0.cpu0="<path-to>/<bl33-binary>"@0x88000000 \
/rk3399_ARM-atf/docs/getting_started/
H A Dtools-build.rst32 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
/rk3399_ARM-atf/
H A DMakefile1057 $(eval $(call TOOL_ADD_IMG,bl33,--nt-fw))
/rk3399_ARM-atf/docs/
H A Dchange-log.md3788 …- make bl33 start configurable via PRELOADED_BL33_BASE ([9260a8c](https://review.trustedfirmware.o…