Home
last modified time | relevance | path

Searched refs:bl32 (Results 1 – 25 of 30) sorted by relevance

12

/trusted-firmware-a-latest/bl32/tsp/
Dtsp.mk7 INCLUDES += -Iinclude/bl32/tsp
10 BL32_SOURCES += bl32/tsp/tsp_ffa_main.c \
11 bl32/tsp/ffa_helpers.c
13 BL32_SOURCES += bl32/tsp/tsp_main.c
16 BL32_SOURCES += bl32/tsp/aarch64/tsp_entrypoint.S \
17 bl32/tsp/aarch64/tsp_exceptions.S \
18 bl32/tsp/aarch64/tsp_request.S \
19 bl32/tsp/tsp_interrupt.c \
20 bl32/tsp/tsp_timer.c \
21 bl32/tsp/tsp_common.c \
[all …]
/trusted-firmware-a-latest/plat/qti/msm8916/
Dmsm8916_bl31_setup.c17 entry_point_info_t bl32; member
21 SET_STATIC_PARAM_HEAD(bl32, PARAM_EP, VERSION_1,
23 .bl32.pc = BL32_BASE,
57 return &image_ep_info.bl32; in bl31_plat_get_next_image_ep_info()
/trusted-firmware-a-latest/bl32/sp_min/
Dsp_min.mk14 INCLUDES += -Iinclude/bl32/sp_min
16 BL32_SOURCES += bl32/sp_min/sp_min_main.c \
17 bl32/sp_min/aarch32/entrypoint.S \
33 BL32_SOURCES += bl32/sp_min/wa_cve_2017_5715_bpiall.S \
34 bl32/sp_min/wa_cve_2017_5715_icache_inv.S
37 BL32_SOURCES += bl32/sp_min/wa_cve_2017_5715_icache_inv.S
58 BL32_DEFAULT_LINKER_SCRIPT_SOURCE := bl32/sp_min/sp_min.ld.S
/trusted-firmware-a-latest/docs/plat/
Dxilinx-versal-net.rst17 To build bl32 TSP you have to rebuild bl31 too
19 make CROSS_COMPILE=aarch64-none-elf- PLAT=versal_net SPD=tspd RESET_TO_BL31=1 bl31 bl32
32 * `VERSAL_NET_BL32_MEM_BASE`: Specifies the base address of the bl32 binary.
33 * `VERSAL_NET_BL32_MEM_SIZE`: Specifies the size of the memory region of the bl32 binary.
Dxilinx-versal.rst22 To build bl32 TSP you have to rebuild bl31 too
24 make CROSS_COMPILE=aarch64-none-elf- PLAT=versal SPD=tspd RESET_TO_BL31=1 bl31 bl32
42 * `VERSAL_BL32_MEM_BASE`: Specifies the base address of the bl32 binary.
43 * `VERSAL_BL32_MEM_SIZE`: Specifies the size of the memory region of the bl32 binary.
Drockchip.rst38 make CROSS_COMPILE=aarch64-linux-gnu- PLAT=rk3399 bl32
42 make ARCH=aarch32 CROSS_COMPILE=arm-linux-gnueabihf- PLAT=rk3288 AARCH32_SP=sp_min bl32
Dxilinx-zynqmp.rst19 To build bl32 TSP you have to rebuild bl31 too:
23 make CROSS_COMPILE=aarch64-none-elf- PLAT=zynqmp SPD=tspd RESET_TO_BL31=1 bl31 bl32
37 - ``ZYNQMP_BL32_MEM_BASE``: Specifies the base address of the bl32 binary.
38 - ``ZYNQMP_BL32_MEM_SIZE``: Specifies the size of the memory region of the bl32 binary.
Dqemu.rst102 - BL32 - ``bl32.bin`` -> ``tee-header_v2.bin``
113 make CROSS_COMPILE=aarch64-linux-gnu- PLAT=qemu BL32=bl32.bin \
122 make CROSS_COMPILE=aarch64-linux-gnu- PLAT=qemu BL32=bl32.bin \
Dqti-msm8916.rst90 The BL32 ELF image is generated in ``build/$PLAT/release/bl32/bl32.elf``.
138 On AArch32 the ELF image is called ``bl32.elf``.
Dallwinner.rst140 One can boot Trusted OS(OP-TEE OS, bl32 image) along side bl31 image on Allwinner A64.
/trusted-firmware-a-latest/services/spd/tspd/
Dtspd.mk10 SPD_INCLUDES := -Iinclude/bl32/tsp
25 BL32_ROOT := bl32/tsp
/trusted-firmware-a-latest/plat/xilinx/common/
Dplat_startup.c172 enum xbl_handoff xbl_handover(entry_point_info_t *bl32, in xbl_handover() argument
251 image = bl32; in xbl_handover()
254 bl32->spsr = SPSR_MODE32(MODE32_svc, SPSR_T_ARM, in xbl_handover()
258 bl32->spsr = SPSR_64(MODE_EL1, MODE_SP_ELX, in xbl_handover()
/trusted-firmware-a-latest/plat/st/stm32mp1/
Dplatform.mk126 BL32_DTSI := stm32mp15-bl32.dtsi
127 FDT_SOURCES += $(addprefix ${BUILD_PLAT}/fdts/, $(patsubst %.dtb,%-bl32.dts,$(DTB_FILE_NAME)))
138 BL32_DEP := bl32
/trusted-firmware-a-latest/services/spd/tlkd/
Dtlkd.mk8 SPD_INCLUDES := -Iinclude/bl32/payloads
/trusted-firmware-a-latest/plat/xilinx/common/include/
Dplat_startup.h38 enum xbl_handoff xbl_handover(entry_point_info_t *bl32,
/trusted-firmware-a-latest/services/spd/pncd/
Dpncd.mk6 SPD_INCLUDES := -Iinclude/bl32/pnc
/trusted-firmware-a-latest/services/std_svc/spm/el3_spmc/
Dspmc.mk39 BL32_ROOT := bl32/tsp
/trusted-firmware-a-latest/docs/resources/diagrams/plantuml/
Dbl2-loading-sp.puml33 bl2 -> FIP : read(bl32/SPMC)
/trusted-firmware-a-latest/docs/perf/
Dtsp.rst23 build/<platform>/<build-type>/bl32.bin
/trusted-firmware-a-latest/docs/components/spd/
Dtlk-dispatcher.rst66 passes this information to the EL3 software as members of the bl32\_ep\_info
67 struct, where bl32\_ep\_info is part of bl31\_params\_t (passed by BL2 in X0)
/trusted-firmware-a-latest/plat/mediatek/build_helpers/
Dmtk_build_helpers.mk108 MTK_BL := bl32
/trusted-firmware-a-latest/docs/plat/arm/juno/
Dindex.rst128 RESET_TO_SP_MIN=1 JUNO_AARCH32_EL3_RUNTIME=1 bl32
130 - Save ``bl32.bin`` to a temporary location and clean the build products.
134 cp <path-to-build>/bl32.bin <path-to-temporary>
151 BL32=<path-to-temporary>/bl32.bin all fip
/trusted-firmware-a-latest/
DMakefile790 AARCH32_SP_MAKE := $(wildcard bl32/${AARCH32_SP}/${AARCH32_SP}.mk)
793 $(error Error: No bl32/${AARCH32_SP}/${AARCH32_SP}.mk located)
1548 $(if ${BUILD_BL32}, $(eval $(call MAKE_BL,bl32,tos-fw,,$(ENCRYPT_BL32))),\
1549 $(eval $(call TOOL_ADD_IMG,bl32,--tos-fw,,$(ENCRYPT_BL32))))
1551 $(if ${BUILD_BL32}, $(eval $(call MAKE_BL,bl32,tos-fw)),\
1552 $(eval $(call TOOL_ADD_IMG,bl32,--tos-fw)))
/trusted-firmware-a-latest/docs/plat/arm/fvp/
Dindex.rst507 --data cluster0.cpu0="<path-to>/<bl32-binary>"@0xff000000 \
519 ``--data="<path-to><bl31|bl32|bl33-binary>"@<base-address-of-binary>``
535 ``--data="<path-to><bl32-binary>"@<base-address-of-bl32>`` to the new value of
570 --data cluster0.cpu0="<path-to>/<bl32-binary>"@0x04002000 \
602 --data cluster0.cpu0="<path-to>/<bl32-binary>"@0xff000000 \
625 --data cluster0.cpu0="<path-to>/<bl32-binary>"@0x04002000 \
/trusted-firmware-a-latest/docs/getting_started/
Dinitial-build.rst96 - ``build/<platform>/<build-type>/bl32.bin`` (mandatory for AArch32)

12