generated from riscv/docs-spec-template
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Rahul Pathak <[email protected]>
- Loading branch information
1 parent
a28c537
commit c15e8f4
Showing
4 changed files
with
58 additions
and
1 deletion.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
:path: src/ | ||
:imagesdir: ../images | ||
|
||
ifdef::rootpath[] | ||
:imagesdir: {rootpath}{path}{imagesdir} | ||
endif::rootpath[] | ||
|
||
ifndef::rootpath[] | ||
:rootpath: ./../ | ||
endif::rootpath[] | ||
|
||
== RPMI Integration with SBI MPXY Extension | ||
The SBI MPXY (Message Proxy) extension is defined by the RISC-V SBI Specification | ||
cite:[SBI] for sending and receiving the message data from the S-mode. | ||
|
||
.RPMI and MPXY Integration | ||
image::mpxy-rpmi.png[350,350, align="center"] | ||
|
||
RPMI service groups that are M-mode only, including BASE, which is an exception | ||
must not be accessible via SBI MPXY interface. A MPXY channel | ||
corresponds to a single RPMI service group bound to that MPXY channel. | ||
|
||
The following table lists the RPMI message protocol specific attributes for | ||
a MPXY channel. | ||
|
||
[#table_rpmi_mpxy_attributes] | ||
.RPMI Attributes for MPXY Channel | ||
[cols="2, 2, 1, 3", width=100%, align="center", options="header"] | ||
|=== | ||
| Attribute Name | ||
| Attribute ID | ||
| Access | ||
| Description | ||
|
||
| SERVICEGROUP_ID | ||
| 0x80000000 | ||
| RO | ||
| RPMI service group ID | ||
|=== | ||
|
||
TODO: Link to the MPXY Extension chapter in SBI spec (does not exist in SBI spec) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters