You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hack: efi: stub: override RT_PROP table supported mask based on EFI variable
Allow EFI systems to override the set of supported runtime services
declared via the RT_PROP table, by checking for the existence of a
'OverrideSupported' EFI variable of the appropriate size under the
RT_PROP table GUID, and if it does, combine the supported mask using
logical AND. (This means the override can only remove support, not
add it back).
Cc: Jeffrey Hugo <[email protected]>,
Cc: Bjorn Andersson <[email protected]>
Cc: Shawn Guo <[email protected]>
Cc: Rob Clark <[email protected]>
Cc: Leif Lindholm <[email protected]>
Cc: [email protected]
Signed-off-by: Ard Biesheuvel <[email protected]>
0 commit comments