[PATCH v2 0/7] lib: sbi: sse: spec update and fixes

Clément Léger cleger at rivosinc.com
Tue Mar 25 03:26:07 PDT 2025


The SBI specification added a few new events as well as specifying
sse_write_attrs() invalid attributes errors. Also handle new fields
to be saved (SPELP, SDT) upon injection.

v2:
 - Remove superfluous parenthesis around MSTATUS values
 - Fix typo in commit
 - Modify commit that added a newline to actually remove the printf
 - Add a comment regarding SBI_EDENIED being return

Clément Léger (7):
  lib: sbi: sse: Update SSE event ids
  lib: sbi: sse: Remove printf from ssbi_sse_exit()
  lib: sbi: sse: Return SBI_EDENIED for read only parameters.
  lib: sbi: sse: Rename STATUS* interrupted flags to SSTATUS*
  lib: sbi: sse: Remove superfluous parenthesis around MSTATUS_* values
  lib: sbi: sse: Add support for SSTATUS.SPELP
  lib: sbi: sse: Add support for SSTATUS.SDT

 include/sbi/riscv_encoding.h      |  3 +-
 include/sbi/sbi_ecall_interface.h | 50 ++++++++++++++++++++------
 lib/sbi/sbi_pmu.c                 |  4 +--
 lib/sbi/sbi_sse.c                 | 60 +++++++++++++++++++++----------
 4 files changed, 85 insertions(+), 32 deletions(-)

-- 
2.47.2




More information about the opensbi mailing list