summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Universal/Console
Commit message (Expand)AuthorAgeFilesLines
* MdeModulePkg: Fix typos in comments and variablesGiri P Mudusuru2016-07-111-2/+2
* Revert "TerminalDxe: select the UART's default receive FIFO depth"Ruiyu Ni2016-04-012-2/+2
* MdeModulePkg: ConSplitterDxe: use U64 mult/div wrappers in AbsPtr scalingLaszlo Ersek2016-03-161-3/+24
* MdeModulePkg: Rescale ConSplitter Absolute Pointer.Derek Lin2016-03-161-7/+36
* MdeModulePkg: TerminalDxe: select the UART's default receive FIFO depthLaszlo Ersek2016-01-212-2/+2
* MdeModulePkg: Fix GraphicsConsole driver resolution out of sync issueRuiyu Ni2016-01-111-3/+5
* MdeModulePkg: Convert all .uni files to utf-8Jordan Justen2015-12-158-0/+0
* MdeModulePkg: TerminalDxe: avoid checking uninitialized variableStar Zeng2015-11-261-3/+4
* MdeModulePkg: Use PcdSet##S to replace PcdSet##Eric Dong2015-10-151-3/+5
* MdeModulePkg/TerminalDxe: Some improvementsHeyi Guo2015-07-161-23/+4
* MdeModulePkg/TerminalDxe: Set NullRemaining to FALSE by defaultHeyi Guo2015-07-161-1/+1
* MdeModulePkg: Fix TerminalDxe VS2013 build failureRoy Franz2015-07-101-2/+2
* Accept VT220 DEL and function keys for TTY terminal typeRoy Franz2015-07-093-1/+101
* Treat ASCII 0x7F as backspace for TtyTerm terminalsRoy Franz2015-07-091-2/+8
* Add "TtyTerm" terminal type to TerminalDxeRoy Franz2015-07-095-8/+45
* MdeModulePkg: Source fixes and cleanup for ARMGCC compilesRandy Pawell2014-12-041-1/+2
* MdeModulePkg: Convert non DOS format files to DOS format and remove unused mo...Gao, Liming2014-09-034-0/+0
* 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