summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Universal/Console/TerminalDxe/Terminal.c
AgeCommit message (Expand)AuthorFilesLines
2021-12-07MdeModulePkg: Apply uncrustify changesMichael Kubacki1-176/+205
2021-12-07MdeModulePkg: Change complex DEBUG_CODE() to DEBUG_CODE_BEGIN/END()Michael D Kinney1-3/+2
2019-09-24MdeModulePkg/TerminalDxe: Extend the terminal console support typesZhichao Gao1-4/+13
2019-04-09MdeModulePkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney1-7/+1
2018-05-03MdeModulePkg/Terminal: Check status of OpenProtocol in BindingStartRuiyu Ni1-1/+7
2017-04-20MdeModulePkg/TerminalDxe: Avoid always append device path to *DevRuiyu Ni1-8/+59
2017-01-16MdeModulePkg/TerminalDxe: Refine SetTerminalDevicePathHao Wu1-1/+1
2017-01-13MdeModulePkg/TerminalDxe: Remove out-of-dated commentsRuiyu Ni1-5/+0
2017-01-11MdeModulePkg/TerminalDxe: Fix driver model bugRuiyu Ni1-663/+281
2017-01-11MdeModulePkg/TerminalDxe: Remove unnecessary NULL pointer checkRuiyu Ni1-7/+2
2017-01-11MdeModulePkg/TerminalDxe: Separate state machine start/stop logicRuiyu Ni1-26/+59
2017-01-11MdeModulePkg/TerminalDxe: Refine SetTerminalDevicePathRuiyu Ni1-38/+3
2017-01-11MdeModulePkg/TerminalDxe: Refine InitializeTerminalConsoleTextModeRuiyu Ni1-82/+26
2017-01-11MdeModulePkg/TerminalDxe: Separate controller name init logicRuiyu Ni1-91/+56
2017-01-11MdeModulePkg/TerminalDxe: Add TerminalTypeFromGuid internal functionRuiyu Ni1-26/+29
2017-01-11MdeModulePkg/TerminalDxe: Replace macro with enum for terminal typesRuiyu Ni1-30/+30
2016-12-26MdeModulePkg TerminalDxe: Execute key notify func at TPL_CALLBACKStar Zeng1-3/+22
2016-10-27MdeModulePkg/Universal: Fix typos in commentsGary Lin1-1/+1
2016-04-01Revert "TerminalDxe: select the UART's default receive FIFO depth"Ruiyu Ni1-1/+1
2016-01-21MdeModulePkg: TerminalDxe: select the UART's default receive FIFO depthLaszlo Ersek1-1/+1
2015-07-16MdeModulePkg/TerminalDxe: Some improvementsHeyi Guo1-23/+4
2015-07-16MdeModulePkg/TerminalDxe: Set NullRemaining to FALSE by defaultHeyi Guo1-1/+1
2015-07-09Accept VT220 DEL and function keys for TTY terminal typeRoy Franz1-0/+6
2015-07-09Add "TtyTerm" terminal type to TerminalDxeRoy Franz1-7/+37
2014-03-28Add ASSERT to check if NewVariable is NULL.Elvin Li1-0/+1
2014-03-25Report the setting variable failure to platform through the status code when ...Ruiyu Ni1-0/+33
2014-03-18Remove ASSERT when SetVariable for ConOutDev/ConInDev/ErrOutDev variables fai...Elvin Li1-3/+1
2012-05-31Fixed build failed.ydong101-3/+3
2012-05-30Add new interface GetVariable2 and GetEfiGlobalVariable2 to return more info....ydong101-4/+4
2011-11-30Remove PCD usage for console driver, PcdConOutRow and PcdConOutColumn are cur...li-elvin1-7/+0
2011-11-25Updated GraphicsConsole and Terminal driver text mode initialization routine ...li-elvin1-2/+128
2011-04-19Fix the terminal driver to call hotkey callback even no one is calling ReadKe...niruiyu1-3/+26
2011-03-23MdeModulePkg Terminal: Add text mode for PcdConOutColumn/Rowjljusten1-1/+1
2010-12-30Prevent a NULL device path from being passed into REPORT_STATUS_CODE_WITH_DEV...mdkinney1-23/+23
2010-04-24Update the copyright notice formathhtian1-2/+2
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...vanjeff1-439/+686
2010-01-27Remove reference to PCDs of status code value. Use macros introduced in PI1.2...xli241-2/+2
2009-09-14updated the Bus Driver that is able to create all or one of its child handles...vanjeff1-29/+50
2009-02-25update hotplug check logicvanjeff1-1/+1
2009-02-251. Retired HotPlugDevice protocol.vanjeff1-52/+55
2009-02-24temporary roll back changing on gEfiHotPlugDevice.vanjeff1-54/+52
2009-02-231. Retired HotPlugDevice protocol.vanjeff1-52/+54
2009-02-03remove some internal functions and allocate some FIFO data structure instead ...vanjeff1-72/+29
2009-01-08ECC clean up.vanjeff1-4/+4
2009-01-081.Review the comments;gikidy1-10/+0
2008-12-17Refine code to remove structure assignmentqhuang81-31/+16
2008-12-17Code scrub for Universal\Console\TerminalDxe. gikidy1-60/+47
2008-12-05Roll back change to Terminal Type PCDmdkinney1-1/+1
2008-12-05Match PCD rename in MdePkg/MdePkg.dec r6857.jljusten1-1/+1