summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Universal/Console
AgeCommit message (Expand)AuthorFilesLines
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
2011-11-25Updated GraphicsConsole and Terminal driver text mode initialization routine ...li-elvin5-135/+330
2011-10-28Remove hard code video resolution in C code and use PCD PcdVideoHorizontalRes...li-elvin4-76/+129
2011-10-27Check the serial buffer empty status before performing the serial IO reading ...niruiyu1-15/+22
2011-10-08MdeModulePkg: TerminalDxe driver code clean upniruiyu3-1978/+1980
2011-10-08MdeModulePkg: Fix TerminalDxe FIFO Data Lossniruiyu3-1976/+1978
2011-07-06Fix the comments to follow UEFI Spec regarding how to check an EFI_HANDLE is ...niruiyu8-22/+22
2011-06-13Fix the issue that the GOP produced by ConSplitter requires SetMode before Ge...niruiyu3-16/+3
2011-06-04Fix X64 clang warnings.andrewfish1-4/+4
2011-05-271. Setting cursor position to (0, 0) and flushing cursor directly instead of ...vanjeff2-20/+33
2011-04-19Fix the terminal driver to call hotkey callback even no one is calling ReadKe...niruiyu3-104/+93
2011-03-23MdeModulePkg Terminal: Add text mode for PcdConOutColumn/Rowjljusten4-4/+24
2011-03-23MdeModulePkg GraphicsConsole: Add text mode for PcdConOutColumn/Rowjljusten3-63/+57