]> git.proxmox.com Git - efi-boot-shim.git/commit
MokManager needs to disable the graphics console.
authorPeter Jones <pjones@redhat.com>
Thu, 26 Sep 2013 13:44:50 +0000 (09:44 -0400)
committerPeter Jones <pjones@redhat.com>
Thu, 26 Sep 2013 13:56:26 +0000 (09:56 -0400)
commit193b5b6120ea07785dce8adbac3bc83f33de4fa6
tree1f8ba646c8c0e54c58292058d3589b8e63b72ccf
parentd65cbcfa6f2d42f385df9e8c2d5e649d4189dafb
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>
Makefile
MokManager.c
console_control.h [new file with mode: 0644]