From f7b849be1c1930a59dab50cf95d315049a2f4267 Mon Sep 17 00:00:00 2001 From: Peter Jones Date: Thu, 26 Sep 2013 09:44:50 -0400 Subject: [PATCH] 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 --- MokManager.c | 1 + 1 file changed, 1 insertion(+) diff --git a/MokManager.c b/MokManager.c index 7b7e150..5e9321a 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"