Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add libRPMI as RPMI implementation #54

Merged
merged 1 commit into from
Sep 7, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions src/srvgrp-base.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@ The following table lists the services in the BASE service group:
| Implementation ID
| Name

|
|
| 0x0
| libRPMI
|===

[#base-notifications]
Expand Down Expand Up @@ -105,7 +105,7 @@ group notifications. The platform can optionally support notifications of
events that might occur in the platform. The platform microcontroller can send
the supported events through notification message if the application processor
has subscribed to them. The supported events are described
in table <<table_base_srvgroup_events>>.
in <<table_base_srvgroup_events>>.

[#table_base_ennotification_request_data]
.Request Data
Expand Down Expand Up @@ -210,7 +210,7 @@ the `MAJOR` and `MINOR` numbers.
==== Service: BASE_GET_IMPLEMENTATION_ID (SERVICE_ID: 0x03)
This service is used to get a 32-bit RPMI implementation ID assigned to the
software which implements the RPMI specification. Every implementation ID is
unique and listed in the table <<table_base_rpmi_impl_id>>
unique and listed in the <<table_base_rpmi_impl_id>>.

[#table_base_getimplid_request_data]
.Request Data
Expand Down
Loading