mirror of
https://github.com/riscv-software-src/opensbi.git
synced 2025-08-25 07:41:42 +01:00
lib: sbi: sse: Update SSE event ids
The latest specification added new high priority RAS events and renamed the PMU to PMU_OVERFLOW. Signed-off-by: Clément Léger <cleger@rivosinc.com> Reviewed-by: Andrew Jones <ajones@ventanamicro.com>
This commit is contained in:

committed by
Anup Patel

parent
321ca8063b
commit
601bea45c5
@@ -195,10 +195,12 @@ static SBI_SLIST_HEAD(supported_events, sse_event_info) =
|
||||
* events in order to return SBI_ERR_NOT_SUPPORTED for them.
|
||||
*/
|
||||
static const uint32_t standard_events[] = {
|
||||
SBI_SSE_EVENT_LOCAL_RAS,
|
||||
SBI_SSE_EVENT_LOCAL_HIGH_PRIO_RAS,
|
||||
SBI_SSE_EVENT_LOCAL_DOUBLE_TRAP,
|
||||
SBI_SSE_EVENT_GLOBAL_RAS,
|
||||
SBI_SSE_EVENT_LOCAL_PMU,
|
||||
SBI_SSE_EVENT_GLOBAL_HIGH_PRIO_RAS,
|
||||
SBI_SSE_EVENT_LOCAL_PMU_OVERFLOW,
|
||||
SBI_SSE_EVENT_LOCAL_LOW_PRIO_RAS,
|
||||
SBI_SSE_EVENT_GLOBAL_LOW_PRIO_RAS,
|
||||
SBI_SSE_EVENT_LOCAL_SOFTWARE,
|
||||
SBI_SSE_EVENT_GLOBAL_SOFTWARE,
|
||||
};
|
||||
|
Reference in New Issue
Block a user