summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Universal/Console/TerminalDxe
AgeCommit message (Expand)Author
2017-04-27MdeModulePkg: Move to new locationGuo Mang
2017-01-16MdeModulePkg/TerminalDxe: Refine SetTerminalDevicePathHao Wu
2017-01-13MdeModulePkg/TerminalDxe: Remove out-of-dated commentsRuiyu Ni
2017-01-11MdeModulePkg/TerminalDxe: Fix driver model bugRuiyu Ni
2017-01-11MdeModulePkg/TerminalDxe: Remove unnecessary NULL pointer checkRuiyu Ni
2017-01-11MdeModulePkg/TerminalDxe: Separate state machine start/stop logicRuiyu Ni
2017-01-11MdeModulePkg/TerminalDxe: Refine SetTerminalDevicePathRuiyu Ni
2017-01-11MdeModulePkg/TerminalDxe: Refine InitializeTerminalConsoleTextModeRuiyu Ni
2017-01-11MdeModulePkg/TerminalDxe: Separate controller name init logicRuiyu Ni
2017-01-11MdeModulePkg/TerminalDxe: Add TerminalTypeFromGuid internal functionRuiyu Ni
2017-01-11MdeModulePkg/TerminalDxe: Replace macro with enum for terminal typesRuiyu Ni
2016-12-26MdeModulePkg TerminalDxe: Execute key notify func at TPL_CALLBACKStar Zeng
2016-12-20MdeModulePkg/TerminalDxe: Initialize variable after declarationDandan Bi
2016-10-27MdeModulePkg/TerminalDxe: Fix IA32 VS2015x86 build breakMichael Kinney
2016-10-27MdeModulePkg/Universal: Fix typos in commentsGary Lin
2016-10-27MdeModulePkg/TerminalDxe: Handle more keys with TtyTermBrian J. Johnson
2016-10-27MdeModulePkg/TerminalDxe: Optimize TtyTerm cursor motionBrian J. Johnson
2016-10-27MdeModulePkg/TerminalDxe: Improve TtyTerm cursor position trackingBrian J. Johnson
2016-04-01Revert "TerminalDxe: select the UART's default receive FIFO depth"Ruiyu Ni
2016-01-21MdeModulePkg: TerminalDxe: select the UART's default receive FIFO depthLaszlo Ersek
2015-12-15MdeModulePkg: Convert all .uni files to utf-8Jordan Justen
2015-11-26MdeModulePkg: TerminalDxe: avoid checking uninitialized variableStar Zeng
2015-07-16MdeModulePkg/TerminalDxe: Some improvementsHeyi Guo
2015-07-16MdeModulePkg/TerminalDxe: Set NullRemaining to FALSE by defaultHeyi Guo
2015-07-10MdeModulePkg: Fix TerminalDxe VS2013 build failureRoy Franz
2015-07-09Accept VT220 DEL and function keys for TTY terminal typeRoy Franz
2015-07-09Treat ASCII 0x7F as backspace for TtyTerm terminalsRoy Franz
2015-07-09Add "TtyTerm" terminal type to TerminalDxeRoy Franz
2014-12-04MdeModulePkg: Source fixes and cleanup for ARMGCC compilesRandy Pawell
2014-09-03MdeModulePkg: Convert non DOS format files to DOS format and remove unused mo...Gao, Liming
2014-08-28MdeModulePkg: INF/DEC file updates to EDK II packagesZeng, Star
2014-08-28MdeModulePkg: INF/DEC file updates to EDK II packagesZeng, Star
2014-03-28Add ASSERT to check if NewVariable is NULL.Elvin Li
2014-03-25Report the setting variable failure to platform through the status code when ...Ruiyu Ni
2014-03-18Remove ASSERT when SetVariable for ConOutDev/ConInDev/ErrOutDev variables fai...Elvin Li
2014-02-12Fix several typo issues.Elvin Li
2014-02-11Remove redundant IsUnicodeFiFoEmpty ()in UnicodeFiFoRemoveOneKey().Elvin Li
2013-07-15Refine the validation for the input attribute before return.Eric Dong
2012-08-17Add missing break and add comment to non-necessary break.li-elvin
2012-08-16Fix incorrect sizeof () usage.li-elvin
2012-07-30Change the type of NotifyHandle from EFI_HANDLE to VOID * for SimpleTextInEx ...niruiyu
2012-05-31Fixed build failed.ydong10
2012-05-30Add new interface GetVariable2 and GetEfiGlobalVariable2 to return more info....ydong10
2012-05-24Remove the check of signature because the code which looks for the input Noti...niruiyu
2011-11-30Remove PCD usage for console driver, PcdConOutRow and PcdConOutColumn are cur...li-elvin
2011-11-25Updated GraphicsConsole and Terminal driver text mode initialization routine ...li-elvin
2011-10-27Check the serial buffer empty status before performing the serial IO reading ...niruiyu
2011-10-08MdeModulePkg: TerminalDxe driver code clean upniruiyu
2011-10-08MdeModulePkg: Fix TerminalDxe FIFO Data Lossniruiyu
2011-07-06Fix the comments to follow UEFI Spec regarding how to check an EFI_HANDLE is ...niruiyu