-
Notifications
You must be signed in to change notification settings - Fork 98
ext-sse: add local unknown nmi event id #223
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
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 <[email protected]>
|
@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.