Skip to content

Commit 5177978

Browse files
RISC-V: Document the ISA string parsing rules for ACPI
We've had a ton of issues around the ISA string parsing rules elsewhere in RISC-V, so let's at least be clear about what the rules are so we can try and avoid more issues. Link: https://lore.kernel.org/r/CAK9=C2Vy-4V9kgnga98tiC3TeHkR2LFPakyBbS8s_h3_Z=ieyQ@mail.gmail.com/ Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Palmer Dabbelt <[email protected]>
1 parent 6259f34 commit 5177978

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

Documentation/riscv/acpi.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
.. SPDX-License-Identifier: GPL-2.0
2+
3+
==============
4+
ACPI on RISC-V
5+
==============
6+
7+
The ISA string parsing rules for ACPI are defined by `Version ASCIIDOC
8+
Conversion, 12/2022 of the RISC-V specifications, as defined by tag
9+
"riscv-isa-release-1239329-2023-05-23" (commit 1239329
10+
) <https://github.com/riscv/riscv-isa-manual/releases/tag/riscv-isa-release-1239329-2023-05-23>`_

Documentation/riscv/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ RISC-V architecture
55
.. toctree::
66
:maxdepth: 1
77

8+
acpi
89
boot-image-header
910
vm-layout
1011
hwprobe

0 commit comments

Comments
 (0)