Skip to content

Commit

Permalink
Merge pull request #18 from vlsunil/freeze
Browse files Browse the repository at this point in the history
Update document status to Frozen
  • Loading branch information
vlsunil authored Jan 10, 2025
2 parents cc6f9e5 + 3ed5b0a commit 7c9f605
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 8 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
# the Doc Template for RISC-V Extensions.

DATE ?= $(shell date +%Y-%m-%d)
VERSION ?= v1.0.0-rc4
REVMARK ?= Draft
VERSION ?= v1.0.0-rc5
REVMARK ?= Frozen
DOCKER_RUN := docker run --rm -v ${PWD}:/build -w /build \
riscvintl/riscv-docs-base-container-image:latest

Expand Down
3 changes: 3 additions & 0 deletions src/changelog.adoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
== Changelog

- *Version 1.0.0-rc5*
* Updated document state to Frozen.
- *Version 1.0.0-rc4*
* Added source ID overlap restriction details.
* Addressed other ARC feedback for RC3 version.
Expand Down
12 changes: 6 additions & 6 deletions src/rimt-spec.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
:docgroup: Platform Runtime Services Task Group
:description: RISC-V IO Mapping Table (RIMT)
:company: RISC-V.org
:revdate: 10/2024
:revdate: 01/2025
:revnumber: 1.0
:revremark: This document is under development. Expect potential changes. Visit http://riscv.org/spec-state for further details.
:revremark: This document is in Frozen state. Change is extremely unlikely.
:revinfo:
:url-riscv: http://riscv.org
:doctype: book
Expand Down Expand Up @@ -41,11 +41,11 @@ endif::[]
:xrefstyle: short

[WARNING]
.This document is in the link:http://riscv.org/spec-state[Development state]
.This document is in the https://lf-riscv.atlassian.net/wiki/display/HOME/Specification+States[Frozen state]
====
Expect potential changes. This draft specification is likely to evolve before
it is accepted as a standard. Implementations based on this draft
may not conform to the future standard.
Change is extremely unlikely. A high threshold will be used, and a change will only occur because of
some truly critical issue being identified during the public review cycle. Any other desired or
needed changes can be the subject of a follow-on new extension.
====

[preface]
Expand Down

0 comments on commit 7c9f605

Please sign in to comment.