From 1eacdc32c4094ff9ed768017ec073102dfb30f99 Mon Sep 17 00:00:00 2001 From: Heinrich Schuchardt Date: Wed, 5 Nov 2025 18:40:59 +0100 Subject: [PATCH 1/2] references: update RISC-V links Point to latest ratified specs. Signed-off-by: Heinrich Schuchardt --- source/references.rst | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/source/references.rst b/source/references.rst index 63fe763..82eed75 100644 --- a/source/references.rst +++ b/source/references.rst @@ -58,11 +58,10 @@ Bibliography .. [RVPLTSPC] `RISC-V Platform specification `_ .. [RVSBISPC] `RISC-V Supervisor Binary Interface specification - `_ + `_ .. [RVPRVSPC] `The RISC-V Instruction Set Manual Volume II: Privileged Architecture - `_, - Version 20211203 + `_ .. [RVUEFI] `RISC-V UEFI Protocol Specification `_ From f8c9aa08b85daabd44d47de8051fdd9bb374c656 Mon Sep 17 00:00:00 2001 From: Heinrich Schuchardt Date: Wed, 5 Nov 2025 18:47:12 +0100 Subject: [PATCH 2/2] references: remove RISC-V platform specification The work on the 'RISC-V platform specification' was abandoned. There is no ratified version. Remove the reference. Signed-off-by: Heinrich Schuchardt --- source/chapter1-about.rst | 2 -- source/references.rst | 2 -- 2 files changed, 4 deletions(-) diff --git a/source/chapter1-about.rst b/source/chapter1-about.rst index d10e696..5ffa0fe 100644 --- a/source/chapter1-about.rst +++ b/source/chapter1-about.rst @@ -174,8 +174,6 @@ easily meet the stricter BBR requirements. By definition, all BBR compliant systems are also EBBR compliant, but the converse is not true. -This specification is referenced by RISC-V platform specification [RVPLTSPC]_. - Conventions Used in this Document ================================= diff --git a/source/references.rst b/source/references.rst index 82eed75..528add7 100644 --- a/source/references.rst +++ b/source/references.rst @@ -55,8 +55,6 @@ Bibliography `_, December 2024, `UEFI Forum `_ -.. [RVPLTSPC] `RISC-V Platform specification `_ - .. [RVSBISPC] `RISC-V Supervisor Binary Interface specification `_