summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Universal/Console
AgeCommit message (Expand)AuthorFilesLines
2016-01-21MdeModulePkg: TerminalDxe: select the UART's default receive FIFO depthLaszlo Ersek2-2/+2
2016-01-11MdeModulePkg: Fix GraphicsConsole driver resolution out of sync issueRuiyu Ni1-3/+5
2015-12-15MdeModulePkg: Convert all .uni files to utf-8Jordan Justen8-0/+0
2015-11-26MdeModulePkg: TerminalDxe: avoid checking uninitialized variableStar Zeng1-3/+4
2015-10-15MdeModulePkg: Use PcdSet##S to replace PcdSet##Eric Dong1-3/+5
2015-07-16MdeModulePkg/TerminalDxe: Some improvementsHeyi Guo1-23/+4
2015-07-16MdeModulePkg/TerminalDxe: Set NullRemaining to FALSE by defaultHeyi Guo1-1/+1
2015-07-10MdeModulePkg: Fix TerminalDxe VS2013 build failureRoy Franz1-2/+2
2015-07-09Accept VT220 DEL and function keys for TTY terminal typeRoy Franz3-1/+101
2015-07-09Treat ASCII 0x7F as backspace for TtyTerm terminalsRoy Franz1-2/+8
2015-07-09Add "TtyTerm" terminal type to TerminalDxeRoy Franz5-8/+45
2014-12-04MdeModulePkg: Source fixes and cleanup for ARMGCC compilesRandy Pawell1-1/+2
2014-09-03MdeModulePkg: Convert non DOS format files to DOS format and remove unused mo...Gao, Liming4-0/+0
2014-08-28MdeModulePkg: INF/DEC file updates to EDK II packagesZeng, Star8-0/+0
2014-08-28MdeModulePkg: INF/DEC file updates to EDK II packagesZeng, Star4-61/+106
2014-08-01MdeModulePkg: Fix wrong check for SetAttribute in ConsplitterElvin Li1-2/+2
2014-07-31MdeModulePkg: Removed valid text mode check in SetAttribute interface in Grap...Elvin Li1-7/+0
2014-07-25MdeModulePkg: Fix parameter verification for SetAttributeJaben Carsey1-2/+2
2014-03-28Add ASSERT to check if NewVariable is NULL.Elvin Li1-0/+1
2014-03-25Report the setting variable failure to platform through the status code when ...Ruiyu Ni3-1/+37
2014-03-18Remove ASSERT when SetVariable for ConOutDev/ConInDev/ErrOutDev variables fai...Elvin Li1-3/+1
2014-02-12Fix several typo issues.Elvin Li2-24/+24
2014-02-11Remove redundant IsUnicodeFiFoEmpty ()in UnicodeFiFoRemoveOneKey().Elvin Li2-20/+8
2013-07-15Refine the validation for the input attribute before return.Eric Dong1-1/+5
2013-04-02Don't assume HiiDatabase has been present at the entrypoint and don't assume ...lzeng141-32/+6
2013-03-15Add debug message to output video resolution used by GraphicsConsole.li-elvin1-0/+2
2013-03-05Enhance the ConPlatform driver to take care of the optional Controller device...niruiyu1-3/+7
2013-01-22Take the highest horizontal resolution as highest video resolution.li-elvin1-3/+3
2012-12-25Set graphic mode if graphic mode is not same with the one which GraphicsConso...li-elvin1-0/+13
2012-10-25Add uninstalling GOP and UGA protocol in Consplitter Stop ().li-elvin1-0/+29
2012-10-17Fix buffer overflow issue in Consplitter.li-elvin1-2/+16
2012-10-08Move GOP and UGA draw from Consplitter entrypoint to start(). When there is o...li-elvin2-58/+58
2012-08-22Get correct GOP protocol for physical GOP device.li-elvin1-5/+8
2012-08-21Fix some coding style issuesczhang462-5/+4
2012-08-21Fix Consplitter GOP UEFI SCT issue.li-elvin1-15/+50
2012-08-17Fix the issue that consplitter should not touch ConIn variable & do ConIn co...czhang463-261/+59
2012-08-17Add missing break and add comment to non-necessary break.li-elvin1-0/+2
2012-08-16Fix incorrect sizeof () usage.li-elvin1-1/+1
2012-08-10Fix 2 errors for new featureczhang461-1/+1
2012-08-07Removed SetMode in GraphicsConsole Start() in release BIOS to improve perform...li-elvin1-33/+76
2012-07-30Add 2 new Bds featuresczhang463-2/+276
2012-07-30Change the type of NotifyHandle from EFI_HANDLE to VOID * for SimpleTextInEx ...niruiyu4-20/+16
2012-05-31Fixed build failed.ydong101-3/+3
2012-05-30Add new interface GetVariable2 and GetEfiGlobalVariable2 to return more info....ydong101-4/+4
2012-05-24Remove the check of signature because the code which looks for the input Noti...niruiyu3-54/+74
2012-05-24Enhance the ConPlatform driver's matching algorithm to manage the console con...niruiyu1-2/+49
2012-05-07Fix memory leak issues.ydong101-0/+1
2012-04-12Keep StdErr same logic initialization with ConOut, e.g. initialize gST->Stand...li-elvin1-92/+72
2012-02-24GraphicsConsole supports both UGA and GOP protocol, "UGA Console Driver" is c...li-elvin1-2/+2
2011-11-30Remove PCD usage for console driver, PcdConOutRow and PcdConOutColumn are cur...li-elvin4-31/+8