summaryrefslogtreecommitdiff
path: root/MokManager.c
diff options
context:
space:
mode:
authorPeter Jones <pjones@redhat.com>2013-09-26 09:44:50 -0400
committerPeter Jones <pjones@redhat.com>2013-10-01 14:03:16 -0400
commitf7b849be1c1930a59dab50cf95d315049a2f4267 (patch)
tree6cec10a3072477378fc4452ddc99773abaa21eea /MokManager.c
parentb538992dd4f963bf1eb61246b23218f2ccc6092e (diff)
downloadefi-boot-shim-f7b849be1c1930a59dab50cf95d315049a2f4267.tar.gz
efi-boot-shim-f7b849be1c1930a59dab50cf95d315049a2f4267.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>
Diffstat (limited to 'MokManager.c')
-rw-r--r--MokManager.c1
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"