Skip to content

Commit

Permalink
The SBI spec is frozen now. Update the headers to reflect that.
Browse files Browse the repository at this point in the history
Signed-off-by: Atish Patra <[email protected]>
  • Loading branch information
atishp04 committed Oct 6, 2023
1 parent dce035d commit fe45625
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
10 changes: 6 additions & 4 deletions riscv-sbi.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
:company: RISC-V.org
// Pull in variable with revision info
include::autogenerated/revision.adoc-snippet[]
:revremark: This document is stable. Assume anything could still change, but limited change should be expected. Visit http://riscv.org/spec-state for further details.
:revremark: This document is Frozen. 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. Visit http://riscv.org/spec-state for further details.
:url-riscv: http://riscv.org
:doctype: book
:preface-title: Preamble
Expand Down Expand Up @@ -38,10 +38,12 @@ endif::[]

// Preamble
[WARNING]
.This document is in the link:http://riscv.org/spec-state[Stable state]
.This document is in the link:http://riscv.org/spec-state[Frozen state]
====
Assume everything can still change but limited change should be expected and
backward compatibility with previously ratified specification will be maintained.
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.
====

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 @@
== Change Log

=== Version 2.0-rc5
* Update the document state to Frozen

=== Version 2.0-rc4
* Added flags parameter to sbi_pmu_snapshot_set_shmem()
* Return error code SBI_ERR_NO_SHMEM in SBI PMU extension wherever applicable
Expand Down

0 comments on commit fe45625

Please sign in to comment.