Home
last modified time | relevance | path

Searched refs:shared (Results 1 – 25 of 50) sorted by relevance

12

/rk3399_ARM-atf/
H A D.gitmodules3 url = https://review.trustedfirmware.org/shared/transfer-list-library
7 url = https://review.trustedfirmware.org/shared/libEventLog
11 url = https://review.trustedfirmware.org/shared/libTPM
/rk3399_ARM-atf/docs/resources/diagrams/plantuml/
H A Drse_measured_boot_flow.puml26 Rnote over RSE_BL1_1: BL1_2 measurement\n\ saved to a shared buffer
31 Rnote over RSE_BL1_2: RSE_BL2 measurement\n\ saved to a shared buffer
37 Rnote over RSE_BL2: RSE_S and SCP_BL1\n\ measurements saved\n\ to a shared buffer
45 Rnote over RSE_BL2: AP_BL1 measurement\n\ saved to a shared buffer
51 Rnote over RSE_S: Measurements read from\n\ shared buffer and saved by\n\
/rk3399_ARM-atf/plat/arm/board/n1sdp/fdts/
H A Dn1sdp_tb_fw_config.dts19 * In case of having shared Mbed TLS heap between BL1 and BL2,
21 * info about the shared heap. This info will be available for
/rk3399_ARM-atf/plat/arm/board/neoverse_rd/platform/rdn2/fdts/
H A Drdn2_tb_fw_config.dts20 * In case of having shared Mbed TLS heap between BL1 and BL2,
22 * info about the shared heap. This info will be available for
H A Drdn2_stmm_sel0_manifest.dts110 * Memory shared between EL3 SPMC and S-EL0.
113 description = "shared-buff";
120 * Memory shared between Normal world and S-EL0.
/rk3399_ARM-atf/plat/arm/board/morello/fdts/
H A Dmorello_tb_fw_config.dts19 * In case of having shared Mbed TLS heap between BL1 and BL2,
21 * info about the shared heap. This info will be available for
/rk3399_ARM-atf/plat/arm/board/neoverse_rd/platform/rdv3/fdts/
H A Drdv3_tb_fw_config.dts20 * In case of having shared Mbed TLS heap between BL1 and BL2,
22 * info about the shared heap. This info will be available for
/rk3399_ARM-atf/fdts/
H A Dstmm_template.dts89 * Memory shared between EL3 and S-EL0.
93 description = "shared-buff";
97 * Memory shared between Normal world and S-EL0.
H A Dfvp-ve-Cortex-A7x1.dts44 compatible = "shared-dma-pool";
/rk3399_ARM-atf/services/std_svc/sdei/
H A Dsdei_event.c103 sdei_ev_map_t *find_event_map_by_intr(unsigned int intr_num, bool shared) in find_event_map_by_intr() argument
114 mapping = shared ? SDEI_SHARED_MAPPING() : SDEI_PRIVATE_MAPPING(); in find_event_map_by_intr()
H A Dsdei_private.h233 sdei_ev_map_t *find_event_map_by_intr(unsigned int intr_num, bool shared);
/rk3399_ARM-atf/plat/arm/board/neoverse_rd/platform/rdv3/
H A Drdv3_common.c41 size_t plat_rmmd_get_el3_rmm_shared_mem(uintptr_t *shared) in plat_rmmd_get_el3_rmm_shared_mem() argument
43 *shared = (uintptr_t)RMM_SHARED_BASE; in plat_rmmd_get_el3_rmm_shared_mem()
/rk3399_ARM-atf/docs/components/
H A Ddebugfs-design.rst82 shared buffer is used to pass path string parameters, or e.g. to exchange
92 - Special care is taken with the shared buffer to avoid TOCTOU attacks.
97 - In order to setup the shared buffer, the component consuming the interface
99 - In order to map the shared buffer, BL31 requires enabling the dynamic xlat
101 - Data exchange is limited by the shared buffer length. A large read operation
H A Dven-el3-debugfs.rst7 String parameters are passed through a shared buffer using a specific union:
182 On success, the read data is retrieved from the shared buffer after the
286 Initial call to setup the shared exchange buffer. Notice if successful once,
297 uint64_t Physical address of the shared buffer.
H A Drmm-el3-comms-spec.rst102shared buffer used for communication between EL3 firmware and RMM. This buffer must be of 4KB size…
106 passed to RMM in x3. This memory will be used as shared buffer for communication
113 EL3 should also ensure that this shared buffer is always available for use by RMM
125 communication requires the use of the shared area, it is expected that RMM needs
169 ``E_RMM_BOOT_INVALID_SHARED_BUFFER``,Invalid pointer to shared memory area,-5
207 the platform data, if available, fits inside the RMM EL3 shared buffer.
226 be within the shared buffer communicated as part of the boot interface. See
227 :ref:`rmm_cold_boot_interface` for properties of this shared buffer which both
415 …s,PA where the Realm Attestation Key must be stored by EL3. The PA must belong to the shared buffer
416 …in bytes of the Realm Attestation Key buffer. ``bufPa + bufSize`` must lie within the shared buffer
[all …]
H A Dsdei.rst60 private events, and another for shared events. The SDEI dispatcher provides
89 to the private and shared event descriptor arrays, respectively. Note that the
98 shared array.
106 - Statically bound shared and private interrupts must be bound to shared and
166 /* Dynamic shared events */
/rk3399_ARM-atf/plat/arm/board/tc/fdts/
H A Dtc_tb_fw_config.dts21 * In case of having shared Mbed TLS heap between BL1 and BL2,
23 * info about the shared heap. This info will be available for
/rk3399_ARM-atf/plat/arm/board/juno/fdts/
H A Djuno_tb_fw_config.dts18 * In case of having shared Mbed TLS heap between BL1 and BL2,
20 * info about the shared heap. This info will be available for
/rk3399_ARM-atf/plat/arm/board/fvp/fdts/
H A Dfvp_tb_fw_config.dts22 * In case of having shared Mbed TLS heap between BL1 and BL2,
24 * info about the shared heap. This info will be available for
H A Dfvp_fw_config.dts35 * non shared SRAM. The runtime checks ensure we don't
/rk3399_ARM-atf/plat/qemu/common/
H A Dqemu_common.c223 size_t plat_rmmd_get_el3_rmm_shared_mem(uintptr_t *shared) in plat_rmmd_get_el3_rmm_shared_mem() argument
225 *shared = (uintptr_t)RMM_SHARED_BASE; in plat_rmmd_get_el3_rmm_shared_mem()
/rk3399_ARM-atf/docs/plat/
H A Dnvidia-tegra.rst26 Instruction and 64 KB Data Level 1 caches; and have a 2MB shared Level 2
28 Data Level 1 caches; and also have a 2 MB shared Level 2 unified cache. A
64 48 KB Instruction and 32 KB Data Level 1 caches; and have a 2 MB shared
66 and 32 KB Data Level 1 caches; and have a 512 KB shared Level 2 unified cache.
/rk3399_ARM-atf/plat/rockchip/rk3288/
H A Dplatform.mk27 -I${RK_PLAT_SOC}/include/shared/ \
/rk3399_ARM-atf/docs/threat_model/firmware_threat_model/
H A Dthreat_model_firmware_handoff.rst15 Firmware Handoff specification. This library is a generic implementation shared
29 - The shared buffer containing the TL is retained until it's consumed, and all
139 .. _Transfer List library: https://review.trustedfirmware.org/plugins/gitiles/shared/transfer-list-…
/rk3399_ARM-atf/plat/rockchip/rk3399/
H A Dplatform.mk25 -I${RK_PLAT_SOC}/include/shared/ \

12