summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Universal/Console
AgeCommit message (Expand)Author
2015-07-09Accept VT220 DEL and function keys for TTY terminal typeRoy Franz
2015-07-09Treat ASCII 0x7F as backspace for TtyTerm terminalsRoy Franz
2015-07-09Add "TtyTerm" terminal type to TerminalDxeRoy Franz
2014-12-04MdeModulePkg: Source fixes and cleanup for ARMGCC compilesRandy Pawell
2014-09-03MdeModulePkg: Convert non DOS format files to DOS format and remove unused mo...Gao, Liming
2014-08-28MdeModulePkg: INF/DEC file updates to EDK II packagesZeng, Star
2014-08-28MdeModulePkg: INF/DEC file updates to EDK II packagesZeng, Star
2014-08-01MdeModulePkg: Fix wrong check for SetAttribute in ConsplitterElvin Li
2014-07-31MdeModulePkg: Removed valid text mode check in SetAttribute interface in Grap...Elvin Li
2014-07-25MdeModulePkg: Fix parameter verification for SetAttributeJaben Carsey
2014-03-28Add ASSERT to check if NewVariable is NULL.Elvin Li
2014-03-25Report the setting variable failure to platform through the status code when ...Ruiyu Ni
2014-03-18Remove ASSERT when SetVariable for ConOutDev/ConInDev/ErrOutDev variables fai...Elvin Li
2014-02-12Fix several typo issues.Elvin Li
2014-02-11Remove redundant IsUnicodeFiFoEmpty ()in UnicodeFiFoRemoveOneKey().Elvin Li
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