mirror of
https://git.proxmox.com/git/efi-boot-shim
synced 2025-08-02 19:37:38 +00:00
MokManager needs to disable the graphics console.
Without this patch, on some machines we never see MokManager's UI. This protocol has never (I think?) been officially published, and yet I still have new hardware that needs it. If you're looking for a reference, look at: EdkCompatibilityPkg/Foundation/Protocol/ConsoleControl/ConsoleControl.c in the edk2 tree from Tiano. Signed-off-by: Peter Jones <pjones@redhat.com>
This commit is contained in:
parent
b538992dd4
commit
f7b849be1c
@ -6,6 +6,7 @@
|
||||
#include "shim.h"
|
||||
#include "PeImage.h"
|
||||
#include "PasswordCrypt.h"
|
||||
#include "console_control.h"
|
||||
|
||||
#include "guid.h"
|
||||
#include "console.h"
|
||||
|
Loading…
Reference in New Issue
Block a user