summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Universal/Console/TerminalDxe
AgeCommit message (Expand)AuthorFilesLines
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
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-07-30Change the type of NotifyHandle from EFI_HANDLE to VOID * for SimpleTextInEx ...niruiyu2-10/+8
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...niruiyu1-5/+1
2011-11-30Remove PCD usage for console driver, PcdConOutRow and PcdConOutColumn are cur...li-elvin2-9/+0
2011-11-25Updated GraphicsConsole and Terminal driver text mode initialization routine ...li-elvin3-48/+147
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 ...niruiyu2-3/+3
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
2010-12-30Prevent a NULL device path from being passed into REPORT_STATUS_CODE_WITH_DEV...mdkinney1-23/+23
2010-05-17Small code refinement in MdeModulePkg.rsun31-5/+6
2010-04-24Update the copyright notice formathhtian8-16/+16
2010-02-241. Correct File header to ## @filelgao41-3/+3
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
2010-01-27Remove reference to PCDs of status code value. Use macros introduced in PI1.2...xli244-15/+11
2010-01-15Fix some coding style issues in MdeModulePkg.rsun32-3/+3
2009-09-14updated the Bus Driver that is able to create all or one of its child handles...vanjeff1-29/+50
2009-08-27refine the code.vanjeff1-2/+3
2009-08-26Minor bugs fixes from testing on Xcode 3.2 and with the iPhone SDK 3.0 compi...AJFISH1-1/+1
2009-08-21Update the comments avoid making confuse. gikidy1-0/+4
2009-07-13Roll back R8811 check in for it will get a double carriage return. gikidy1-10/+0
2009-07-08Fix OutputString() in the console driver does not auto-scroll when you fill u...gikidy1-0/+10
2009-04-30Replace references to RFC 3066 with RFC 4646. gikidy2-4/+4
2009-04-07return value not follow spec.vanjeff1-2/+4
2009-03-04add check for invalid handle.vanjeff1-0/+4
2009-02-25remove dependent package from inf files.vanjeff1-1/+0
2009-02-25update hotplug check logicvanjeff1-1/+1
2009-02-251. Retired HotPlugDevice protocol.vanjeff3-54/+72
2009-02-25Retired gSimpleTextInExNotifyGuid, used local structure address to be notify ...vanjeff3-33/+3
2009-02-24temporary roll back changing on gEfiHotPlugDevice.vanjeff3-71/+54
2009-02-231. Retired HotPlugDevice protocol.vanjeff3-54/+71
2009-02-12enhanced security check.vanjeff1-0/+5
2009-02-09update meta.vanjeff2-8/+15
2009-02-06update format.vanjeff1-2/+2
2009-02-03remove some internal functions and allocate some FIFO data structure instead ...vanjeff4-180/+112
2009-01-161.Moved HotPlugDevice.h & SimpleTextInNotify.h from /Guid to /Protocolgikidy2-7/+9
2009-01-08ECC clean up.vanjeff1-4/+4
2009-01-081.Review the comments;gikidy7-173/+121
2008-12-17Refine code to remove structure assignmentqhuang81-31/+16