-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Labels
UEFIArea: UEFIArea: UEFI
Description
Calling the UEFI ResetSystem() function causes an oops. In contrast to the variable and RTC functions, this function should be supported (as can inferred by it crashing rather than returning EFI_UNSUPPORTED). My current theory is that it expects to be called in some kind of state that we're not fulfilling.
We're currently working around with a hack, preventing ResetSystem() from being called.
Metadata
Metadata
Assignees
Labels
UEFIArea: UEFIArea: UEFI