diff options
| author | Peter Jones <pjones@redhat.com> | 2013-10-01 14:03:16 -0400 |
|---|---|---|
| committer | Peter Jones <pjones@redhat.com> | 2013-10-01 14:03:16 -0400 |
| commit | 124a3c208e621da276d8236992503a4fd4740eb5 (patch) | |
| tree | 6cec10a3072477378fc4452ddc99773abaa21eea | |
| parent | 4185c7d67eebb2ce64acaeed559c1ecce785f9cc (diff) | |
| download | efi-boot-shim-124a3c208e621da276d8236992503a4fd4740eb5.tar.gz efi-boot-shim-124a3c208e621da276d8236992503a4fd4740eb5.zip | |
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>
| -rw-r--r-- | MokManager.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MokManager.c b/MokManager.c index 7b7e1503..5e9321a5 100644 --- a/MokManager.c +++ b/MokManager.c @@ -6,6 +6,7 @@ #include "shim.h" #include "PeImage.h" #include "PasswordCrypt.h" +#include "console_control.h" #include "guid.h" #include "console.h" |
