feat: remove waiter list notification from FFA_RXTX_MAP ABI
FF-A v1.1 doesn't specify anymore the RX buffer waiter list and
conflicts with FFA_RXTX_MAP forwarding to SPMC; remove the
waiter list notification and the related test
(mailbox, secondary_to_primary_notification_on_configure).
Change-Id: I82cc9ed2877d68fd055984a4f6dc9a9109260c07
Signed-off-by: Federico Recanati <federico.recanati@arm.com>
diff --git a/inc/hf/api.h b/inc/hf/api.h
index 3d31f66..7883434 100644
--- a/inc/hf/api.h
+++ b/inc/hf/api.h
@@ -51,8 +51,7 @@
ipaddr_t send, ipaddr_t recv, uint32_t page_count,
struct mpool *local_page_pool);
struct ffa_value api_ffa_rxtx_map(ipaddr_t send, ipaddr_t recv,
- uint32_t page_count, struct vcpu *current,
- struct vcpu **next);
+ uint32_t page_count, struct vcpu *current);
struct ffa_value api_ffa_rxtx_unmap(ffa_vm_id_t allocator_id,
struct vcpu *current);
struct ffa_value api_yield(struct vcpu *current, struct vcpu **next);