Skip to content

Commit

Permalink
Add SBI debug trigger (DBTR) extension
Browse files Browse the repository at this point in the history
The SBI implementation (specifically M-mode) has direct access to the
debug trigger CSRs defined by the Sdtrig extension so let's add SBI
debug trigger (DBTR) extension to allow supervisor software configure
debug triggers.

Signed-off-by: Anup Patel <apatel@ventanamicro.com>
  • Loading branch information
avpatel authored and atishp04 committed Jul 17, 2024
1 parent 7f6755b commit e29131f
Show file tree
Hide file tree
Showing 5 changed files with 407 additions and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ DEPS += src/ext-nested-acceleration.adoc
DEPS += src/ext-steal-time.adoc
DEPS += src/ext-sse.adoc
DEPS += src/ext-firmware-features.adoc
DEPS += src/ext-debug-triggers.adoc
DEPS += src/ext-experimental.adoc
DEPS += src/ext-vendor.adoc
DEPS += src/ext-firmware.adoc
Expand Down
2 changes: 2 additions & 0 deletions riscv-sbi.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,8 @@ include::src/ext-sse.adoc[]

include::src/ext-firmware-features.adoc[]

include::src/ext-debug-triggers.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 DBTR extension
* Added SBI FWFT extension
* Added SBI SSE extension
* Added error code SBI_ERR_BAD_RANGE
Expand Down
Loading

0 comments on commit e29131f

Please sign in to comment.