summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Universal/Console/TerminalDxe/Terminal.c
Commit message (Expand)AuthorAgeFilesLines
* MdeModulePkg: Apply uncrustify changesMichael Kubacki2021-12-071-176/+205
* MdeModulePkg: Change complex DEBUG_CODE() to DEBUG_CODE_BEGIN/END()Michael D Kinney2021-12-071-3/+2
* MdeModulePkg/TerminalDxe: Extend the terminal console support typesZhichao Gao2019-09-241-4/+13
* MdeModulePkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney2019-04-091-7/+1
* MdeModulePkg/Terminal: Check status of OpenProtocol in BindingStartRuiyu Ni2018-05-031-1/+7
* MdeModulePkg/TerminalDxe: Avoid always append device path to *DevRuiyu Ni2017-04-201-8/+59
* MdeModulePkg/TerminalDxe: Refine SetTerminalDevicePathHao Wu2017-01-161-1/+1
* MdeModulePkg/TerminalDxe: Remove out-of-dated commentsRuiyu Ni2017-01-131-5/+0
* MdeModulePkg/TerminalDxe: Fix driver model bugRuiyu Ni2017-01-111-663/+281
* MdeModulePkg/TerminalDxe: Remove unnecessary NULL pointer checkRuiyu Ni2017-01-111-7/+2
* MdeModulePkg/TerminalDxe: Separate state machine start/stop logicRuiyu Ni2017-01-111-26/+59
* MdeModulePkg/TerminalDxe: Refine SetTerminalDevicePathRuiyu Ni2017-01-111-38/+3
* MdeModulePkg/TerminalDxe: Refine InitializeTerminalConsoleTextModeRuiyu Ni2017-01-111-82/+26
* MdeModulePkg/TerminalDxe: Separate controller name init logicRuiyu Ni2017-01-111-91/+56
* MdeModulePkg/TerminalDxe: Add TerminalTypeFromGuid internal functionRuiyu Ni2017-01-111-26/+29
* MdeModulePkg/TerminalDxe: Replace macro with enum for terminal typesRuiyu Ni2017-01-111-30/+30
* MdeModulePkg TerminalDxe: Execute key notify func at TPL_CALLBACKStar Zeng2016-12-261-3/+22
* MdeModulePkg/Universal: Fix typos in commentsGary Lin2016-10-271-1/+1
* Revert "TerminalDxe: select the UART's default receive FIFO depth"Ruiyu Ni2016-04-011-1/+1
* MdeModulePkg: TerminalDxe: select the UART's default receive FIFO depthLaszlo Ersek2016-01-211-1/+1
* MdeModulePkg/TerminalDxe: Some improvementsHeyi Guo2015-07-161-23/+4
* MdeModulePkg/TerminalDxe: Set NullRemaining to FALSE by defaultHeyi Guo2015-07-161-1/+1
* Accept VT220 DEL and function keys for TTY terminal typeRoy Franz2015-07-091-0/+6
* Add "TtyTerm" terminal type to TerminalDxeRoy Franz2015-07-091-7/+37
* 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-251-0/+33
* Remove ASSERT when SetVariable for ConOutDev/ConInDev/ErrOutDev variables fai...Elvin Li2014-03-181-3/+1
* Fixed build failed.ydong102012-05-311-3/+3
* Add new interface GetVariable2 and GetEfiGlobalVariable2 to return more info....ydong102012-05-301-4/+4
* Remove PCD usage for console driver, PcdConOutRow and PcdConOutColumn are cur...li-elvin2011-11-301-7/+0
* Updated GraphicsConsole and Terminal driver text mode initialization routine ...li-elvin2011-11-251-2/+128
* Fix the terminal driver to call hotkey callback even no one is calling ReadKe...niruiyu2011-04-191-3/+26
* MdeModulePkg Terminal: Add text mode for PcdConOutColumn/Rowjljusten2011-03-231-1/+1
* Prevent a NULL device path from being passed into REPORT_STATUS_CODE_WITH_DEV...mdkinney2010-12-301-23/+23
* Update the copyright notice formathhtian2010-04-241-2/+2
* 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-281-439/+686
* Remove reference to PCDs of status code value. Use macros introduced in PI1.2...xli242010-01-271-2/+2
* updated the Bus Driver that is able to create all or one of its child handles...vanjeff2009-09-141-29/+50
* update hotplug check logicvanjeff2009-02-251-1/+1
* 1. Retired HotPlugDevice protocol.vanjeff2009-02-251-52/+55
* temporary roll back changing on gEfiHotPlugDevice.vanjeff2009-02-241-54/+52
* 1. Retired HotPlugDevice protocol.vanjeff2009-02-231-52/+54
* remove some internal functions and allocate some FIFO data structure instead ...vanjeff2009-02-031-72/+29
* ECC clean up.vanjeff2009-01-081-4/+4
* 1.Review the comments;gikidy2009-01-081-10/+0
* Refine code to remove structure assignmentqhuang82008-12-171-31/+16
* Code scrub for Universal\Console\TerminalDxe. gikidy2008-12-171-60/+47
* Roll back change to Terminal Type PCDmdkinney2008-12-051-1/+1
* Match PCD rename in MdePkg/MdePkg.dec r6857.jljusten2008-12-051-1/+1