forked from Mirrors/opensbi
lib: sbi: Implement SBI debug trigger extension
This patch adds functions to register ecalls for debug triggers and handler to handle the debug trigger function IDs. Signed-off-by: Himanshu Chauhan <hchauhan@ventanamicro.com> Reviewed-by: Anup Patel <anup@brainfault.org>
This commit is contained in:

committed by
Anup Patel

parent
fa87ec90a0
commit
76a2a15c40
@@ -46,4 +46,8 @@ config SBI_ECALL_VENDOR
|
||||
bool "Platform-defined vendor extensions"
|
||||
default y
|
||||
|
||||
config SBI_ECALL_DBTR
|
||||
bool "Debug Trigger Extension"
|
||||
default y
|
||||
|
||||
endmenu
|
||||
|
Reference in New Issue
Block a user