Home
last modified time | relevance | path

Searched refs:remote (Results 1 – 22 of 22) sorted by relevance

/rk3399_ARM-atf/plat/xilinx/common/
H A Dipi.c70 static inline uint32_t is_ipi_mb_within_range(uint32_t local, uint32_t remote) in is_ipi_mb_within_range() argument
74 if ((remote >= ipi_total) || (local >= ipi_total)) { in is_ipi_mb_within_range()
90 int32_t ipi_mb_validate(uint32_t local, uint32_t remote, uint32_t is_secure) in ipi_mb_validate() argument
94 if (is_ipi_mb_within_range(local, remote) == 0U) { in ipi_mb_validate()
98 } else if (IPI_IS_SECURE(remote) && (is_secure == 0U)) { in ipi_mb_validate()
113 void ipi_mb_open(uint32_t local, uint32_t remote) in ipi_mb_open() argument
119 IPI_BIT_MASK(remote)); in ipi_mb_open()
121 IPI_BIT_MASK(remote)); in ipi_mb_open()
130 void ipi_mb_release(uint32_t local, uint32_t remote) in ipi_mb_release() argument
135 IPI_BIT_MASK(remote)); in ipi_mb_release()
[all …]
/rk3399_ARM-atf/plat/xilinx/common/include/
H A Dipi.h55 int32_t ipi_mb_validate(uint32_t local, uint32_t remote, uint32_t is_secure);
58 void ipi_mb_open(uint32_t local, uint32_t remote);
61 void ipi_mb_release(uint32_t local, uint32_t remote);
64 uint32_t ipi_mb_enquire_status(uint32_t local, uint32_t remote);
67 void ipi_mb_notify(uint32_t local, uint32_t remote, uint32_t is_blocking);
70 void ipi_mb_ack(uint32_t local, uint32_t remote);
73 void ipi_mb_disable_irq(uint32_t local, uint32_t remote);
76 void ipi_mb_enable_irq(uint32_t local, uint32_t remote);
/rk3399_ARM-atf/fdts/
H A Dmorello-coresight.dtsi32 remote-endpoint = <&cluster0_static_funnel_in_port0>;
55 remote-endpoint = <&cluster0_static_funnel_in_port1>;
78 remote-endpoint = <&cluster1_static_funnel_in_port0>;
101 remote-endpoint = <&cluster1_static_funnel_in_port1>;
112 remote-endpoint = <&etf0_in_port>;
122 remote-endpoint = <&cluster0_etm0_out_port>;
128 remote-endpoint = <&cluster0_etm1_out_port>;
139 remote-endpoint = <&etf1_in_port>;
149 remote-endpoint = <&cluster1_etm0_out_port>;
155 remote-endpoint = <&cluster1_etm1_out_port>;
[all …]
H A Dn1sdp-single-chip.dts56 remote-endpoint = <&tda998x_0_input>;
75 remote-endpoint = <&hdlcd0_output>;
H A Dfvp-ve-Cortex-A7x1.dts74 remote-endpoint = <&clcd_pads>;
H A Dn1sdp-multi-chip.dts41 * First DRAM Bank of remote N1SDP board is mapped at 4TB + 2GB.
H A Dfvp-ve-Cortex-A5x1.dts139 remote-endpoint = <&clcd_pads>;
H A Dfvp-base-psci-common.dtsi128 remote-endpoint = <&clcd_pads>;
H A Dtc-base.dtsi393 remote-endpoint = <&dp_pl0_out0>;
407 remote-endpoint = <&dp_pl0_out0>;
561 remote-endpoint = <&lcd_in>;
H A Dmorello-soc.dts246 remote-endpoint = <&tda998x_0_input>;
271 remote-endpoint = <&dp_pl0_out0>;
H A Drtsm_ve-motherboard.dtsi271 remote-endpoint = <&panel_in>;
/rk3399_ARM-atf/plat/arm/board/morello/fdts/
H A Dmorello_nt_fw_config.dts20 remote-ddr-size = <0x0 0x0>;
21 remote-chip-count = <0x0>;
/rk3399_ARM-atf/plat/arm/board/n1sdp/fdts/
H A Dn1sdp_nt_fw_config.dts21 remote-ddr-size = <0x0>;
/rk3399_ARM-atf/docs/components/
H A Dnuma-per-cpu.rst15 CPUs on remote nodes. In TF-A's current implementation, per-CPU data (for
38 traversal. When per-CPU data is centralized on a single node, CPUs on remote
72 remote nodes (Node 1 through Node N) each contain their own local
155 remote nodes:
193 Platform-defined regions that hold remote per-CPU sections must have
H A Ddebugfs-design.rst19 `Linux 9p remote filesystem protocol`_).
124 .. _Linux 9p remote filesystem protocol: https://www.kernel.org/doc/Documentation/filesystems/9p.txt
/rk3399_ARM-atf/docs/getting_started/
H A Dprerequisites.rst221 git submodule update --remote
/rk3399_ARM-atf/docs/plat/qti/
H A Dmsm8916.rst36 such as the SMMUs and all remote processors (RPM, WCNSS, Venus, Modem).
/rk3399_ARM-atf/docs/process/
H A Dcoding-guidelines.rst48 the remote master, use:
54 If you wish to check your patch against something other than the remote master,
/rk3399_ARM-atf/docs/design_documents/
H A Dmeasured_boot.rst16 not), or they could be securely sent to a remote challenger a.k.a. `verifier`
/rk3399_ARM-atf/docs/about/
H A Dlts.rst291 #. Run ``git remote add dependabot https://github.com/TrustedFirmware-A/trusted-firmware-a.git``
/rk3399_ARM-atf/docs/threat_model/firmware_threat_model/
H A Dthreat_model.rst966 There are general security assets and threats associated with remote/delegated
/rk3399_ARM-atf/docs/
H A Dchange-log.md4792 …- setup local/remote id in header ([068b0bc](https://review.trustedfirmware.org/plugins/gitiles/TF…
10695 - arm/sgi: Add multi-chip mode parameter in HW_CONFIG dts, macros for remote
10825 - arm/sgi: Bump bl1 RW limit, mark remote chip shared ram as non-cacheable,