summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Universal/Console
Commit message (Expand)AuthorAgeFilesLines
* 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
* The CurrentNumberOfxxxxx should be based on the device going away, and not th...vanjeff2010-11-031-2/+2
* Use the correct length to copy KeyData.niruiyu2010-10-211-1/+1
* Update ConPlatform driver to support GOP driver which creates multiple children.niruiyu2010-10-143-16/+112
* DuetPkg, MdeModulePkg: Fix several enum comparionsjljusten2010-10-131-1/+1
* Refine code to make code run safely.ydong102010-09-161-2/+2
* remove CpuBreakpoint ().vanjeff2010-08-171-1/+0
* Fixed one bug which may lead standard error handle could not be set into syst...vanjeff2010-08-171-2/+1
* remove duplicated code.vanjeff2010-07-121-6/+1
* Remove some unnecessary clear screen from console drivers.li-elvin2010-06-182-30/+53
* Small code refinement in MdeModulePkg.rsun32010-05-171-5/+6
* Update the copyright notice formathhtian2010-04-2422-44/+44
* 1.Fixed the bug when retrieved component name by child handle. It should use...vanjeff2010-04-092-31/+31
* 1. Correct File header to ## @filelgao42010-02-244-18/+18
* GraphicsOutputBlt() need judge parameter klu22010-02-111-1/+5
* Remove unnecessary use of FixedPcdxxx() functions and [FixedPcd] INF sections...mdkinney2010-01-291-1/+1
* Enhanced TerminalDxe module not to install Simple Text(ex) input protocol and...vanjeff2010-01-282-460/+687
* Remove reference to PCDs of status code value. Use macros introduced in PI1.2...xli242010-01-274-15/+11
* Improve coding style in MdeModulePkg.rsun32010-01-192-19/+19
* Fix some coding style issues in MdeModulePkg.rsun32010-01-153-3/+11