]> git.baikalelectronics.ru Git - arm-tf.git/commit
feat(rss): add new comms protocols
authorRaef Coles <raef.coles@arm.com>
Wed, 15 Jun 2022 13:37:22 +0000 (14:37 +0100)
committerRaef Coles <raef.coles@arm.com>
Wed, 28 Sep 2022 12:38:02 +0000 (13:38 +0100)
commit31259019235aebf7aa533d5c893940f597fb1a8b
treeeeba2cf148c4092977d7342862ec7536c2051626
parent58aebb6a53170cca6211e400e6630d2747bac9de
feat(rss): add new comms protocols

The current comms protocol (where arguments and return data is embedded
into the MHU message) is now protocol v0. Protocol v1 embeds pointers
into the message, and has the RSS retrieve the data via DMA.

Change-Id: I08d7f09c4eaea673769fde9eee194447a99f1b78
Signed-off-by: Raef Coles <raef.coles@arm.com>
drivers/arm/mhu/mhu_wrapper_v2_x.c
drivers/arm/rss/rss_comms.c
drivers/arm/rss/rss_comms_protocol.c [new file with mode: 0644]
drivers/arm/rss/rss_comms_protocol.h [new file with mode: 0644]
drivers/arm/rss/rss_comms_protocol_embed.c [new file with mode: 0644]
drivers/arm/rss/rss_comms_protocol_embed.h [new file with mode: 0644]
drivers/arm/rss/rss_comms_protocol_pointer_access.c [new file with mode: 0644]
drivers/arm/rss/rss_comms_protocol_pointer_access.h [new file with mode: 0644]
include/drivers/arm/mhu.h