summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Universal/Console
AgeCommit message (Expand)AuthorFilesLines
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
2010-12-30Prevent a NULL device path from being passed into REPORT_STATUS_CODE_WITH_DEV...mdkinney1-23/+23
2010-11-03The CurrentNumberOfxxxxx should be based on the device going away, and not th...vanjeff1-2/+2
2010-10-21Use the correct length to copy KeyData.niruiyu1-1/+1
2010-10-14Update ConPlatform driver to support GOP driver which creates multiple children.niruiyu3-16/+112
2010-10-13DuetPkg, MdeModulePkg: Fix several enum comparionsjljusten1-1/+1
2010-09-16Refine code to make code run safely.ydong101-2/+2
2010-08-17remove CpuBreakpoint ().vanjeff1-1/+0
2010-08-17Fixed one bug which may lead standard error handle could not be set into syst...vanjeff1-2/+1
2010-07-12remove duplicated code.vanjeff1-6/+1
2010-06-18Remove some unnecessary clear screen from console drivers.li-elvin2-30/+53
2010-05-17Small code refinement in MdeModulePkg.rsun31-5/+6
2010-04-24Update the copyright notice formathhtian22-44/+44
2010-04-091.Fixed the bug when retrieved component name by child handle. It should use...vanjeff2-31/+31
2010-02-241. Correct File header to ## @filelgao44-18/+18
2010-02-11GraphicsOutputBlt() need judge parameter klu21-1/+5
2010-01-29Remove unnecessary use of FixedPcdxxx() functions and [FixedPcd] INF sections...mdkinney1-1/+1
2010-01-28Enhanced TerminalDxe module not to install Simple Text(ex) input protocol and...vanjeff2-460/+687