diff options
author | Sudeep Holla <sudeep.holla@arm.com> | 2024-08-20 15:27:59 +0100 |
---|---|---|
committer | Sudeep Holla <sudeep.holla@arm.com> | 2024-08-20 15:40:45 +0100 |
commit | eaca7ef8f31a9040021683d381ddb83eb6fd7774 (patch) | |
tree | 0f86a6762c7779389e6e8b595891e12bec378762 /tools/perf/scripts/python/exported-sql-viewer.py | |
parent | aaef3bc98129c86078b336f16788dd733b0728a4 (diff) |
firmware: arm_ffa: Add support for FFA_YIELD in direct messaging
Successful completion of both direct messaging function can be indicated
through an invocation of FFA_YIELD or GGA_INTERRUPT by the callee.
FFA_INTERRUPT indicates that the direct request was interrupted and must
be resumed through the FFA_RUN interface which is already done in the
driver.
FFA_YIELD indicates that the receiver endpoint has transitioned to the
blocked runtime state and must be resumed through the FFA_RUN interface.
However, the way receiver endpoint gets unblocked is implementation
defined. So, the driver just sleeps for 1 - 2ms and issues FFA_RUN. It
can return to the caller with FFA_YIELD is the receiver endpoint is still
blocked.
Message-Id: <20240820-ffa_v1-2-v2-6-18c0c5f3c65e@arm.com>
Signed-off-by: Sudeep Holla <sudeep.holla@arm.com>
Diffstat (limited to 'tools/perf/scripts/python/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions