Skip to content

Commit fff010c

Browse files
docularxuConchuOD
authored andcommitted
dt-bindings: riscv: update ratified version of h, svinval, svnapot, svpbmt
The descriptions for h, svinval, svnapot, and svpbmt extensions currently reference the "20191213 version of the privileged ISA specification". While an Unprivileged ISA document exists with that date, there is no corresponding ratified Privileged ISA specification. These extensions were ratified in the RISC-V Instruction Set Manual, Volume II: Privileged Architecture, Version 20211203. Update the descriptions to reference the correct specification version. RISC-V International hosts a website [1] for ratified specifications. Following the "Ratified ISA Specifications", historical versions of Volume II Privileged ISA can be found. Link: https://riscv.org/specifications/ratified/ [1] Fixes: aeb71e4 ("dt-bindings: riscv: deprecate riscv,isa") Acked-by: Conor Dooley <conor.dooley@microchip.com> Signed-off-by: Guodong Xu <guodong@riscstar.com> Signed-off-by: Conor Dooley <conor.dooley@microchip.com>
1 parent 4297ddb commit fff010c

1 file changed

Lines changed: 11 additions & 8 deletions

File tree

Documentation/devicetree/bindings/riscv/extensions.yaml

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,9 @@ properties:
117117

118118
- const: h
119119
description:
120-
The standard H extension for hypervisors as ratified in the 20191213
121-
version of the privileged ISA specification.
120+
The standard H extension for hypervisors as ratified in the RISC-V
121+
Instruction Set Manual, Volume II Privileged Architecture,
122+
Document Version 20211203.
122123

123124
# multi-letter extensions, sorted alphanumerically
124125
- const: smaia
@@ -202,20 +203,22 @@ properties:
202203
- const: svinval
203204
description:
204205
The standard Svinval supervisor-level extension for fine-grained
205-
address-translation cache invalidation as ratified in the 20191213
206-
version of the privileged ISA specification.
206+
address-translation cache invalidation as ratified in the RISC-V
207+
Instruction Set Manual, Volume II Privileged Architecture,
208+
Document Version 20211203.
207209

208210
- const: svnapot
209211
description:
210212
The standard Svnapot supervisor-level extensions for napot
211-
translation contiguity as ratified in the 20191213 version of the
212-
privileged ISA specification.
213+
translation contiguity as ratified in the RISC-V Instruction Set
214+
Manual, Volume II Privileged Architecture, Document Version
215+
20211203.
213216

214217
- const: svpbmt
215218
description:
216219
The standard Svpbmt supervisor-level extensions for page-based
217-
memory types as ratified in the 20191213 version of the privileged
218-
ISA specification.
220+
memory types as ratified in the RISC-V Instruction Set Manual,
221+
Volume II Privileged Architecture, Document Version 20211203.
219222

220223
- const: svrsw60t59b
221224
description:

0 commit comments

Comments
 (0)