mirror_edk2/MdeModulePkg/Universal/Console/ConSplitterDxe
2011-10-28 08:23:37 +00:00
..
ComponentName.c Fix the comments to follow UEFI Spec regarding how to check an EFI_HANDLE is valid/invalid. 2011-07-06 03:55:36 +00:00
ConSplitter.c Remove hard code video resolution in C code and use PCD PcdVideoHorizontalResolution/PcdVideoVerticalResolution for customization. And when PcdConOutRow/PcdConOutColumn and PcdVideoHorizontalResolution/PcdVideoVerticalResolution are all set to 0, the console will be max video resolution and max text mode. 2011-10-28 08:23:37 +00:00
ConSplitter.h Fix the comments to follow UEFI Spec regarding how to check an EFI_HANDLE is valid/invalid. 2011-07-06 03:55:36 +00:00
ConSplitterDxe.inf Update the copyright notice format 2010-04-24 09:33:45 +00:00
ConSplitterGraphics.c Fix the issue that the GOP produced by ConSplitter requires SetMode before GetMode, otherwise EFI_NOT_STARTED is returned from GetMode. 2011-06-13 05:16:02 +00:00