ext-sse: add local unknown nmi event id#223
ext-sse: add local unknown nmi event id#223cuiyunhui wants to merge 1 commit intoriscv-non-isa:masterfrom
Conversation
|
|
lgtm |
|
How does the BIOS/firmware gets invoked to inject the unknown NMI SSE event ? |
Generally, an external interrupt is used as an Unknown NMI pin, and an Unknown NMI event is sent to the SBI firmware by triggering this pin. Then the SBI firmware will send SBI_SSE_EVENT_GLOBAL_UNKNOWN_NMI to the kernel. |
Take ID value 0xffff0001 from the "Local events reserved for future use" range as the SBI_SSE_EVENT_LOCAL_UNKNOWN_NMI event ID. Signed-off-by: Yunhui Cui <cuiyunhui@bytedance.com>
|
@atishp04 @cuiyunhui Looks good to me. |
Take ID value 0xffff8001 from the "Global events reserved for future use" range as the SBI_SSE_EVENT_GLOBAL_UNKNOWN_NMI event ID.