Skip to content

Commit

Permalink
Formatting changes in CPPC, SysReset, SysSuspend
Browse files Browse the repository at this point in the history
Signed-off-by: Rahul Pathak <[email protected]>
  • Loading branch information
pathakraul committed Sep 6, 2024
1 parent c15e8f4 commit 4d1403f
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 7 deletions.
5 changes: 3 additions & 2 deletions src/srvgrp-cppc.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,8 @@ made through a fast-channel.
If the fast-channels are implemented, the application processor will either write
the desired performance level in case of normal mode or the minimum
and maximum level in case of Autonomous (CPPC2) mode in the fast-channel.
Otherwise the application processor can call the service `CPPC_WRITE_REG` for the `DesiredPerformanceRegister` or `MinimumPerformanceRegister` and
Otherwise the application processor can call the service `CPPC_WRITE_REG` for the
`DesiredPerformanceRegister` or `MinimumPerformanceRegister` and
`MaximumPerformanceRegister`.

[#table_cppc_fastchan]
Expand Down Expand Up @@ -680,4 +681,4 @@ may need to call this service again with the appropriate `START_INDEX` until the
| HART_ID[N-1]
| uint32
| Hart ID
|===
|===
3 changes: 2 additions & 1 deletion src/srvgrp-system-reset.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ necessary to categorize it as a graceful or forceful shutdown. In the case of
a shutdown request, it is implicit for the platform microcontroller that the
application processor has prepared itself for a successful shutdown.

Below table lists the services in this group:
The following table lists the services in the SYSTEM_RESET service group:

[#table_sysreset_services]
.SYSTEM_RESET Services
[cols="1, 3, 2", width=100%, align="center", options="header"]
Expand Down
10 changes: 6 additions & 4 deletions src/srvgrp-system-suspend.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ platform microcontroller that all the application processors except the one
requesting are in `STOPPED` state and necessary state saving in the RAM has
been complete.

Below if the list of services in this group:
The following table lists the services in the SYSTEM_SUSPEND service group:

[#table_syssuspend_services]
.SYSTEM_SUSPEND Services
[cols="1, 3, 2", width=100%, align="center", options="header"]
Expand Down Expand Up @@ -149,7 +150,6 @@ if a `SUSPEND_TYPE` supports resume address.

! RPMI_ERR_INVALID_PARAM
! `SUSPEND_TYPE` is invalid.

!===
- Other errors <<table_error_codes>>

Expand All @@ -166,13 +166,15 @@ if a `SUSPEND_TYPE` supports resume address.
! [31:2]
! _Reserved_ and must be `0`.

! [1] ! Resume Address Support +
! [1]
! Resume Address Support +
If a `SUSPEND_TYPE` supports custom resume address
which platform must configure for the resuming application processor.

0b1: Supported.
0b0: Not supported.
! [0] ! `SUSPEND_TYPE` Support
! [0]
! `SUSPEND_TYPE` Support

0b1: Supported
0b0: Not supported
Expand Down

0 comments on commit 4d1403f

Please sign in to comment.