summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Universal/Console
AgeCommit message (Expand)Author
2013-07-15Refine the validation for the input attribute before return.Eric Dong
2013-04-02Don't assume HiiDatabase has been present at the entrypoint and don't assume ...lzeng14
2013-03-15Add debug message to output video resolution used by GraphicsConsole.li-elvin
2013-03-05Enhance the ConPlatform driver to take care of the optional Controller device...niruiyu
2013-01-22Take the highest horizontal resolution as highest video resolution.li-elvin
2012-12-25Set graphic mode if graphic mode is not same with the one which GraphicsConso...li-elvin
2012-10-25Add uninstalling GOP and UGA protocol in Consplitter Stop ().li-elvin
2012-10-17Fix buffer overflow issue in Consplitter.li-elvin
2012-10-08Move GOP and UGA draw from Consplitter entrypoint to start(). When there is o...li-elvin
2012-08-22Get correct GOP protocol for physical GOP device.li-elvin
2012-08-21Fix some coding style issuesczhang46
2012-08-21Fix Consplitter GOP UEFI SCT issue.li-elvin
2012-08-17Fix the issue that consplitter should not touch ConIn variable & do ConIn co...czhang46
2012-08-17Add missing break and add comment to non-necessary break.li-elvin
2012-08-16Fix incorrect sizeof () usage.li-elvin
2012-08-10Fix 2 errors for new featureczhang46
2012-08-07Removed SetMode in GraphicsConsole Start() in release BIOS to improve perform...li-elvin
2012-07-30Add 2 new Bds featuresczhang46
2012-07-30Change the type of NotifyHandle from EFI_HANDLE to VOID * for SimpleTextInEx ...niruiyu
2012-05-31Fixed build failed.ydong10
2012-05-30Add new interface GetVariable2 and GetEfiGlobalVariable2 to return more info....ydong10
2012-05-24Remove the check of signature because the code which looks for the input Noti...niruiyu
2012-05-24Enhance the ConPlatform driver's matching algorithm to manage the console con...niruiyu
2012-05-07Fix memory leak issues.ydong10
2012-04-12Keep StdErr same logic initialization with ConOut, e.g. initialize gST->Stand...li-elvin
2012-02-24GraphicsConsole supports both UGA and GOP protocol, "UGA Console Driver" is c...li-elvin
2011-11-30Remove PCD usage for console driver, PcdConOutRow and PcdConOutColumn are cur...li-elvin
2011-11-25Updated GraphicsConsole and Terminal driver text mode initialization routine ...li-elvin
2011-10-28Remove hard code video resolution in C code and use PCD PcdVideoHorizontalRes...li-elvin
2011-10-27Check the serial buffer empty status before performing the serial IO reading ...niruiyu
2011-10-08MdeModulePkg: TerminalDxe driver code clean upniruiyu
2011-10-08MdeModulePkg: Fix TerminalDxe FIFO Data Lossniruiyu
2011-07-06Fix the comments to follow UEFI Spec regarding how to check an EFI_HANDLE is ...niruiyu
2011-06-13Fix the issue that the GOP produced by ConSplitter requires SetMode before Ge...niruiyu
2011-06-04Fix X64 clang warnings.andrewfish
2011-05-271. Setting cursor position to (0, 0) and flushing cursor directly instead of ...vanjeff
2011-04-19Fix the terminal driver to call hotkey callback even no one is calling ReadKe...niruiyu
2011-03-23MdeModulePkg Terminal: Add text mode for PcdConOutColumn/Rowjljusten
2011-03-23MdeModulePkg GraphicsConsole: Add text mode for PcdConOutColumn/Rowjljusten
2010-12-30Prevent a NULL device path from being passed into REPORT_STATUS_CODE_WITH_DEV...mdkinney
2010-11-03The CurrentNumberOfxxxxx should be based on the device going away, and not th...vanjeff
2010-10-21Use the correct length to copy KeyData.niruiyu
2010-10-14Update ConPlatform driver to support GOP driver which creates multiple children.niruiyu
2010-10-13DuetPkg, MdeModulePkg: Fix several enum comparionsjljusten
2010-09-16Refine code to make code run safely.ydong10
2010-08-17remove CpuBreakpoint ().vanjeff
2010-08-17Fixed one bug which may lead standard error handle could not be set into syst...vanjeff
2010-07-12remove duplicated code.vanjeff
2010-06-18Remove some unnecessary clear screen from console drivers.li-elvin
2010-05-17Small code refinement in MdeModulePkg.rsun3