index
:
opensbi.git
master
release-1.3.x
release-1.5.x
release-1.8.x
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
sbi
/
sbi_ecall_interface.h
Age
Commit message (
Expand
)
Author
2026-06-10
include: sbi: Add SBI MPXY notification related defines
David E. Garcia Porras
2026-03-09
lib: sbi: Fix undefined behavior in signed shifts in sbi_hart.c
Marcos Oduardo
2025-12-01
lib: sbi_pmu: Fix xINH bits configuring
Shifrin Dmitry
2025-03-27
lib: sbi: sse: Add support for SSTATUS.SDT
Clément Léger
2025-03-27
lib: sbi: sse: Add support for SSTATUS.SPELP
Clément Léger
2025-03-27
lib: sbi: sse: Rename STATUS* interrupted flags to SSTATUS*
Clément Léger
2025-03-27
lib: sbi: sse: Update SSE event ids
Clément Léger
2025-03-23
lib: add tests for sbi_ecall functionality
Akshay Behl
2025-02-19
include: sbi: Add SBI_ERR_DENIED_LOCKED
Clément Léger
2025-02-13
lib: sbi: Update MPXY framework and SBI extension as per latest spec
Anup Patel
2024-12-15
lib: sbi: fix GLOBAL_PLAT_DEFINE
Clément Léger
2024-12-06
lib: sbi: Implement SBI MPXY extension
Anup Patel
2024-12-06
lib: sbi: Add SBI Message Proxy (MPXY) framework
Rahul Pathak
2024-12-02
lib: sbi_pmu: Add SBI PMU event info function details.
Atish Patra
2024-12-02
lib: sbi_pmu: PMU raw event v2 support
Atish Patra
2024-10-25
lib: sbi: send a double trap SSE event to supervisor
Clément Léger
2024-10-25
lib: sbi: Add support to mask/unmask SSE events
Himanshu Chauhan
2024-09-23
lib: sbi: fwft: add support for SBI_FWFT_POINTER_MASKING_PMLEN
Samuel Holland
2024-06-19
lib: sbi: add support for firmware features extension
Clément Léger
2024-05-07
lib: sbi: sse: fix typos, comments and spacing errors
Clément Léger
2024-04-05
lib: sbi: Add support for Supervisor Software Events extension
Clément Léger
2024-01-10
include: sbi: Add SBI debug trigger extension related defines
Himanshu Chauhan
2023-12-08
lib: sbi_pmu: Add PMU snapshot definitions
Atish Patra
2023-04-07
lib: sbi_pmu: Align the event type offset as per SBI specification
Yu Chien Peter Lin
2023-04-07
include: Add defines for SBI CPPC extension
Sunil V L
2023-03-10
lib: sbi_pmu: Reserve space for implementation specific firmware events
Mayuresh Chitale
2023-03-10
lib: sbi_pmu: Implement sbi_pmu_counter_fw_read_hi
Mayuresh Chitale
2023-02-27
lib: sbi: Add system suspend skeleton
Andrew Jones
2023-02-09
include: Add defines for SBI debug console extension
Anup Patel
2022-07-30
lib: sbi: Add the bound check for events during config match
Atish Patra
2021-07-11
lib: sbi: Add PMU support
Atish Patra
2021-03-12
include: sbi: SBI function IDs for RFENCE extension
Heinrich Schuchardt
2021-03-03
include: sbi: Add HSM suspend related defines
Anup Patel
2021-03-03
include: sbi: Simplify HSM state define names
Anup Patel
2020-12-01
include: sbi: Add SBI SRST extension related defines
Anup Patel
2020-06-20
lib: Don't return any invalid error from SBI ecall
Anup Patel
2020-05-19
include: sbi: Add firmware extension constants
Daniel Schaefer
2020-03-10
lib: sbi: Fix coding style issues
Bin Meng
2020-02-24
lib: Implement Hart State Management (HSM) SBI extension
Atish Patra
2020-02-24
lib: Add possible hart status values
Atish Patra
2019-12-23
lib: Add replacement extension and function ids
Atish Patra
2019-10-03
lib: Provide a platform hook to implement vendor specific SBI extensions.
Atish Patra
2019-10-03
lib: Implement SBI v0.2
Atish Patra
2019-10-03
lib: Rename existing SBI implementation as 0.1.
Atish Patra
2019-10-03
Test: Move test payload related code out of interface header
Atish Patra
2019-04-24
all: run clang-format and update checked-in files
Olof Johansson
2019-04-24
all: Annotate some tables to have clang-format leave them alone
Olof Johansson
2019-01-24
all: Update copyright header in all files
Anup patel
2019-01-21
sbi: Add ecall helpers
Damien Le Moal
2018-12-27
lib: Move ECALL defines to sbi_ecall_interface.h
Anup Patel