Skip to content

Commit

Permalink
Added SBI Supervisor Software Event (SSE) extension
Browse files Browse the repository at this point in the history
This patch defines the SBI Supervisor Software Event (SSE) extension.

Signed-off-by: Himanshu Chauhan <hchauhan@ventanamicro.com>
Signed-off-by: Anup Patel <apatel@ventanamicro.com>
  • Loading branch information
hschauhan authored and atishp04 committed May 14, 2024
1 parent 24e84e2 commit 73e51a6
Show file tree
Hide file tree
Showing 6 changed files with 623 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,15 @@ DEPS += src/ext-sys-suspend.adoc
DEPS += src/ext-cppc.adoc
DEPS += src/ext-nested-acceleration.adoc
DEPS += src/ext-steal-time.adoc
DEPS += src/ext-sse.adoc
DEPS += src/ext-experimental.adoc
DEPS += src/ext-vendor.adoc
DEPS += src/ext-firmware.adoc
DEPS += src/references.adoc
IMAGES = images/riscv-sbi-intro1.png
IMAGES += images/riscv-sbi-intro2.png
IMAGES += images/riscv-sbi-hsm.png
IMAGES += images/riscv-sbi-sse-sm.png
REVSNIP = $(SPEC)/autogenerated/revision.adoc-snippet
TARGETS = riscv-sbi.pdf
TARGETS += riscv-sbi.html
Expand Down
Binary file added images/riscv-sbi-sse-sm.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions riscv-sbi.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,8 @@ include::src/ext-nested-acceleration.adoc[]

include::src/ext-steal-time.adoc[]

include::src/ext-sse.adoc[]

include::src/ext-experimental.adoc[]

include::src/ext-vendor.adoc[]
Expand Down
1 change: 1 addition & 0 deletions src/changelog.adoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
== Change Log

=== Version 3.0-rc1
* Added SBI SSE extension
* Added error code SBI_ERR_BAD_RANGE
* Added error code SBI_ERR_INVALID_STATE

Expand Down
Loading

0 comments on commit 73e51a6

Please sign in to comment.