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:
Peter Jones 2013-09-26 09:44:50 -04:00
parent b538992dd4
commit f7b849be1c

View File

@ -6,6 +6,7 @@
#include "shim.h"
#include "PeImage.h"
#include "PasswordCrypt.h"
#include "console_control.h"
#include "guid.h"
#include "console.h"