summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Universal/Console
Commit message (Expand)AuthorAgeFilesLines
* MdeModulePkg: INF/DEC file updates to EDK II packagesZeng, Star2014-08-288-0/+0
* MdeModulePkg: INF/DEC file updates to EDK II packagesZeng, Star2014-08-284-61/+106
* MdeModulePkg: Fix wrong check for SetAttribute in ConsplitterElvin Li2014-08-011-2/+2
* MdeModulePkg: Removed valid text mode check in SetAttribute interface in Grap...Elvin Li2014-07-311-7/+0
* MdeModulePkg: Fix parameter verification for SetAttributeJaben Carsey2014-07-251-2/+2
* Add ASSERT to check if NewVariable is NULL.Elvin Li2014-03-281-0/+1
* Report the setting variable failure to platform through the status code when ...Ruiyu Ni2014-03-253-1/+37
* Remove ASSERT when SetVariable for ConOutDev/ConInDev/ErrOutDev variables fai...Elvin Li2014-03-181-3/+1
* Fix several typo issues.Elvin Li2014-02-122-24/+24
* Remove redundant IsUnicodeFiFoEmpty ()in UnicodeFiFoRemoveOneKey().Elvin Li2014-02-112-20/+8
* Refine the validation for the input attribute before return.Eric Dong2013-07-151-1/+5
* Don't assume HiiDatabase has been present at the entrypoint and don't assume ...lzeng142013-04-021-32/+6
* Add debug message to output video resolution used by GraphicsConsole.li-elvin2013-03-151-0/+2
* Enhance the ConPlatform driver to take care of the optional Controller device...niruiyu2013-03-051-3/+7
* Take the highest horizontal resolution as highest video resolution.li-elvin2013-01-221-3/+3
* Set graphic mode if graphic mode is not same with the one which GraphicsConso...li-elvin2012-12-251-0/+13
* Add uninstalling GOP and UGA protocol in Consplitter Stop ().li-elvin2012-10-251-0/+29
* Fix buffer overflow issue in Consplitter.li-elvin2012-10-171-2/+16
* Move GOP and UGA draw from Consplitter entrypoint to start(). When there is o...li-elvin2012-10-082-58/+58
* Get correct GOP protocol for physical GOP device.li-elvin2012-08-221-5/+8
* Fix some coding style issuesczhang462012-08-212-5/+4
* Fix Consplitter GOP UEFI SCT issue.li-elvin2012-08-211-15/+50
* Fix the issue that consplitter should not touch ConIn variable & do ConIn co...czhang462012-08-173-261/+59
* Add missing break and add comment to non-necessary break.li-elvin2012-08-171-0/+2
* Fix incorrect sizeof () usage.li-elvin2012-08-161-1/+1
* Fix 2 errors for new featureczhang462012-08-101-1/+1
* Removed SetMode in GraphicsConsole Start() in release BIOS to improve perform...li-elvin2012-08-071-33/+76
* Add 2 new Bds featuresczhang462012-07-303-2/+276
* Change the type of NotifyHandle from EFI_HANDLE to VOID * for SimpleTextInEx ...niruiyu2012-07-304-20/+16
* Fixed build failed.ydong102012-05-311-3/+3
* Add new interface GetVariable2 and GetEfiGlobalVariable2 to return more info....ydong102012-05-301-4/+4
* Remove the check of signature because the code which looks for the input Noti...niruiyu2012-05-243-54/+74
* Enhance the ConPlatform driver's matching algorithm to manage the console con...niruiyu2012-05-241-2/+49
* Fix memory leak issues.ydong102012-05-071-0/+1
* Keep StdErr same logic initialization with ConOut, e.g. initialize gST->Stand...li-elvin2012-04-121-92/+72
* GraphicsConsole supports both UGA and GOP protocol, "UGA Console Driver" is c...li-elvin2012-02-241-2/+2
* Remove PCD usage for console driver, PcdConOutRow and PcdConOutColumn are cur...li-elvin2011-11-304-31/+8
* Updated GraphicsConsole and Terminal driver text mode initialization routine ...li-elvin2011-11-255-135/+330
* Remove hard code video resolution in C code and use PCD PcdVideoHorizontalRes...li-elvin2011-10-284-76/+129
* Check the serial buffer empty status before performing the serial IO reading ...niruiyu2011-10-271-15/+22
* MdeModulePkg: TerminalDxe driver code clean upniruiyu2011-10-083-1978/+1980
* MdeModulePkg: Fix TerminalDxe FIFO Data Lossniruiyu2011-10-083-1976/+1978
* Fix the comments to follow UEFI Spec regarding how to check an EFI_HANDLE is ...niruiyu2011-07-068-22/+22
* Fix the issue that the GOP produced by ConSplitter requires SetMode before Ge...niruiyu2011-06-133-16/+3
* Fix X64 clang warnings.andrewfish2011-06-041-4/+4
* 1. Setting cursor position to (0, 0) and flushing cursor directly instead of ...vanjeff2011-05-272-20/+33
* Fix the terminal driver to call hotkey callback even no one is calling ReadKe...niruiyu2011-04-193-104/+93
* MdeModulePkg Terminal: Add text mode for PcdConOutColumn/Rowjljusten2011-03-234-4/+24
* MdeModulePkg GraphicsConsole: Add text mode for PcdConOutColumn/Rowjljusten2011-03-233-63/+57
* Prevent a NULL device path from being passed into REPORT_STATUS_CODE_WITH_DEV...mdkinney2010-12-301-23/+23