Skip to content

Commit

Permalink
Add cross reference link for reset type and suspend type
Browse files Browse the repository at this point in the history
Signed-off-by: Ley Foon Tan <[email protected]>
  • Loading branch information
Ley Foon Tan committed Sep 6, 2024
1 parent 88e8eb5 commit 03a91c6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions src/srvgrp-system-reset.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ Below table lists the services in this group:
| POSTED_REQUEST
|===

[#section-reset-types]
==== Reset Types
RPMI supports reset types and their values as defined by SBI specification.
Refer to https://github.com/riscv-non-isa/riscv-sbi-doc/blob/master/src/ext-sys-reset.adoc#table_srst_system_reset_types[*SRST System Reset Types*^]
Expand Down Expand Up @@ -129,7 +130,7 @@ default. System Warm Reset support can be discovered with this service.
| 0
| RESET_TYPE
| uint32
| Reset type
| Reset type. See <<section-reset-types>> for more details.
|===

[#table_sysreset_getsysresetattrs_response_data]
Expand Down Expand Up @@ -200,7 +201,7 @@ invalid state may result in the system entering a non-functional state.
| 0
| RESET_TYPE
| uint32
| Reset type
| Reset type. See <<section-reset-types>> for more details.

|===

Expand Down
5 changes: 3 additions & 2 deletions src/srvgrp-system-suspend.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ Below if the list of services in this group:
| NORMAL_REQUEST
|===

[#section-suspend-types]
==== Suspend Types
RPMI supports suspend types and their values as defined by SBI
specification.
Expand Down Expand Up @@ -121,7 +122,7 @@ if a `SUSPEND_TYPE` supports resume address.
| 0
| SUSPEND_TYPE
| uint32
| Suspend type
| Suspend type. See <<section-suspend-types>> for more details.
|===

[#table_syssuspend_getsysuspendattrs_response_data]
Expand Down Expand Up @@ -214,7 +215,7 @@ after the `WFI` instruction.
| 1
| SUSPEND_TYPE
| uint32
| Suspend type
| Suspend type. See <<section-suspend-types>> for more details.

| 2
| RESUME_ADDR_LOW
Expand Down

0 comments on commit 03a91c6

Please sign in to comment.