RISC-V: Document the ISA string parsing rules for ACPI
authorPalmer Dabbelt <palmer@rivosinc.com>
Thu, 29 Jun 2023 03:17:05 +0000 (20:17 -0700)
committerPalmer Dabbelt <palmer@rivosinc.com>
Thu, 6 Jul 2023 17:25:17 +0000 (10:25 -0700)
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/20230629031705.15575-1-palmer@rivosinc.com
Signed-off-by: Palmer Dabbelt <palmer@rivosinc.com>
Documentation/riscv/acpi.rst [new file with mode: 0644]
Documentation/riscv/index.rst

diff --git a/Documentation/riscv/acpi.rst b/Documentation/riscv/acpi.rst
new file mode 100644 (file)
index 0000000..9870a28
--- /dev/null
@@ -0,0 +1,10 @@
+.. SPDX-License-Identifier: GPL-2.0
+
+==============
+ACPI on RISC-V
+==============
+
+The ISA string parsing rules for ACPI are defined by `Version ASCIIDOC
+Conversion, 12/2022 of the RISC-V specifications, as defined by tag
+"riscv-isa-release-1239329-2023-05-23" (commit 1239329
+) <https://github.com/riscv/riscv-isa-manual/releases/tag/riscv-isa-release-1239329-2023-05-23>`_
index 95cf9c1e1da14b5d4ebc2931a2e947fc5069b545..81cf6e616476a2355ff6b3b3f5e8bd35d527e717 100644 (file)
@@ -5,6 +5,7 @@ RISC-V architecture
 .. toctree::
     :maxdepth: 1
 
+    acpi
     boot-image-header
     vm-layout
     hwprobe