Home
last modified time | relevance | path

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

/external/arm-trusted-firmware/bl32/tsp/
Dtsp.mk7 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
/external/arm-trusted-firmware/bl32/sp_min/
Dsp_min.mk13 INCLUDES += -Iinclude/bl32/sp_min
15 BL32_SOURCES += bl32/sp_min/sp_min_main.c \
16 bl32/sp_min/aarch32/entrypoint.S \
36 BL32_SOURCES += bl32/sp_min/wa_cve_2017_5715_bpiall.S \
37 bl32/sp_min/wa_cve_2017_5715_icache_inv.S
45 BL32_LINKERFILE := bl32/sp_min/sp_min.ld.S
/external/arm-trusted-firmware/docs/plat/
Dxilinx-zynqmp.rst19 To build bl32 TSP you have to rebuild bl31 too:
23 make CROSS_COMPILE=aarch64-none-elf- PLAT=zynqmp SPD=tspd bl31 bl32
30 - ``ZYNQMP_BL32_MEM_BASE``: Specifies the base address of the bl32 binary.
31 - ``ZYNQMP_BL32_MEM_SIZE``: Specifies the size of the memory region of the bl32 binary.
Dxilinx-versal.rst27 * `VERSAL_BL32_MEM_BASE`: Specifies the base address of the bl32 binary.
28 * `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
Dqemu.rst98 - ``bl32.bin`` -> BL32 (``tee-header_v2.bin``)
108 make CROSS_COMPILE=aarch64-linux-gnu- PLAT=qemu BL32=bl32.bin \
116 make CROSS_COMPILE=aarch64-linux-gnu- PLAT=qemu BL32=bl32.bin \
Dallwinner.rst42 One can boot Trusted OS(OP-TEE OS, bl32 image) along side bl31 image on Allwinner A64.
/external/arm-trusted-firmware/plat/xilinx/common/
Dplat_startup.c156 enum fsbl_handoff fsbl_atf_handover(entry_point_info_t *bl32, in fsbl_atf_handover() argument
225 image = bl32; in fsbl_atf_handover()
228 bl32->spsr = SPSR_MODE32(MODE32_svc, SPSR_T_ARM, in fsbl_atf_handover()
232 bl32->spsr = SPSR_64(MODE_EL1, MODE_SP_ELX, in fsbl_atf_handover()
/external/arm-trusted-firmware/services/spd/tspd/
Dtspd.mk10 SPD_INCLUDES := -Iinclude/bl32/tsp
25 BL32_ROOT := bl32/tsp
/external/arm-trusted-firmware/services/spd/tlkd/
Dtlkd.mk8 SPD_INCLUDES := -Iinclude/bl32/payloads
/external/arm-trusted-firmware/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)
/external/arm-trusted-firmware/docs/resources/diagrams/plantuml/
Dbl2-loading-sp.puml33 bl2 -> FIP : read(bl32/SPMC)
/external/arm-trusted-firmware/docs/perf/
Dtsp.rst23 build/<platform>/<build-type>/bl32.bin
/external/arm-trusted-firmware/docs/plat/arm/juno/
Dindex.rst125 RESET_TO_SP_MIN=1 JUNO_AARCH32_EL3_RUNTIME=1 bl32
127 - Save ``bl32.bin`` to a temporary location and clean the build products.
131 cp <path-to-build>/bl32.bin <path-to-temporary>
148 BL32=<path-to-temporary>/bl32.bin all fip
/external/arm-trusted-firmware/docs/plat/arm/fvp/
Dindex.rst517 --data cluster0.cpu0="<path-to>/<bl32-binary>"@0xff000000 \
529 ``--data="<path-to><bl31|bl32|bl33-binary>"@<base-address-of-binary>``
545 ``--data="<path-to><bl32-binary>"@<base-address-of-bl32>`` to the new value of
580 --data cluster0.cpu0="<path-to>/<bl32-binary>"@0x04002000 \
587 The load address of ``<bl32-binary>`` depends on the value ``BL32_BASE``.
612 --data cluster0.cpu0="<path-to>/<bl32-binary>"@0xff000000 \
635 --data cluster0.cpu0="<path-to>/<bl32-binary>"@0x04002000 \
/external/arm-trusted-firmware/
DMakefile606 AARCH32_SP_MAKE := $(wildcard bl32/${AARCH32_SP}/${AARCH32_SP}.mk)
609 $(error Error: No bl32/${AARCH32_SP}/${AARCH32_SP}.mk located)
1147 $(eval $(call TOOL_ADD_IMG,bl32,--tos-fw,,$(ENCRYPT_BL32))))
1150 $(eval $(call TOOL_ADD_IMG,bl32,--tos-fw)))
/external/arm-trusted-firmware/docs/getting_started/
Dinitial-build.rst96 - ``build/<platform>/<build-type>/bl32.bin`` (mandatory for AArch32)
Dbuild-options.rst22 directory containing the SP source, relative to the ``bl32/``; the directory
/external/arm-trusted-firmware/docs/about/
Dmaintainers.rst582 :F: include/bl32/payloads/tlk.h
590 :F: bl32/tsp/
/external/arm-trusted-firmware/docs/design/
Dfirmware-design.rst1653 - ``bl32.map`` link map file provides ``__BL32_END__`` address.