summaryrefslogtreecommitdiff
path: root/lib/sbi/sbi_ecall_sse.c
AgeCommit message (Collapse)AuthorFilesLines
2024-12-22lib: sbi: Print list of available SBI extensions at boot-timeAnup Patel1-0/+2
Add boot-time prints for list of available standard and experimental SBI extensions. Signed-off-by: Anup Patel <apatel@ventanamicro.com>
2024-10-25lib: sbi: Add support to mask/unmask SSE eventsHimanshu Chauhan1-0/+6
Add functions to globally mask/unmask supervisor software events on the calling hart. Signed-off-by: Himanshu Chauhan <hchauhan@ventanamicro.com> Reviewed-by: Anup Patel <anup@brainfault.org>
2024-04-05lib: sbi: Implement SBI SSE extensionClément Léger1-0/+57
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>