mirror of
https://github.com/riscv-software-src/opensbi.git
synced 2025-11-22 19:01:33 +00:00
lib: sbi: Implement SBI SSE extension
The SBI SSE extension defines a set of function that can be called to register and handle supervisor sofwtare events. This patch implements all of the functionality defined in the specification. Signed-off-by: Clément Léger <cleger@rivosinc.com> Reviewed-by: Himanshu Chauhan <hchauhan@ventanamicro.com> Reviewed-by: Anup Patel <anup@brainfault.org>
This commit is contained in:
committed by
Anup Patel
parent
c8cdf01d8f
commit
09ad21445f
@@ -54,4 +54,8 @@ config SBIUNIT
|
||||
bool "Enable SBIUNIT tests"
|
||||
default n
|
||||
|
||||
config SBI_ECALL_SSE
|
||||
bool "SSE extension"
|
||||
default y
|
||||
|
||||
endmenu
|
||||
|
||||
Reference in New Issue
Block a user