]> git.proxmox.com Git - mirror_edk2.git/history - MdeModulePkg/Universal/Console/TerminalDxe
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / MdeModulePkg / Universal / Console / TerminalDxe /
2021-12-07 Michael KubackiMdeModulePkg: Apply uncrustify changes
2021-12-07 Michael D KinneyMdeModulePkg: Change complex DEBUG_CODE() to DEBUG_CODE...
2021-12-07 Michael D KinneyMdeModulePkg: Change OPTIONAL keyword usage style
2021-12-07 Michael D KinneyMdeModulePkg: Change use of EFI_D_* to DEBUG_*
2021-02-03 gechaoMdeModulePkg/TerminalDxe: Terminal fifo buffer overflow.
2019-09-27 Gao, ZhichaoMdeModulePkg/TerminalDxe: Enhance the arrow keys support
2019-09-24 Zhichao GaoMdeModulePkg/TerminalDxe: Extend the terminal console...
2019-04-09 Michael D KinneyMdeModulePkg: Replace BSD License with BSD+Patent License
2018-09-14 Dandan BiMdeModulePkg: Avoid key notification called more than...
2018-09-06 Chen A ChenMdeModulePkg: Removing ipf which is no longer supported...
2018-08-21 shengleiMdeModulePkg TerminalDxe: Remove a redundant function
2018-06-28 Liming GaoMdeModulePkg: Clean up source files
2018-05-03 Ruiyu NiMdeModulePkg/Terminal: Check status of OpenProtocol...
2018-03-06 Ruiyu NiMdeModulePkg/Terminal: ReadKeyStrokeEx always return...
2017-11-13 Michael D KinneyMdeModulePkg/TerminalDxe: Fix PCANSI mapping for TRIANG...
2017-06-20 Dandan BiMdeModulePkg: Update comments in SimpleTextInEx accordi...
2017-04-20 Ruiyu NiMdeModulePkg/TerminalDxe: Avoid always append device...
2017-01-16 Hao WuMdeModulePkg/TerminalDxe: Refine SetTerminalDevicePath
2017-01-13 Ruiyu NiMdeModulePkg/TerminalDxe: Remove out-of-dated comments
2017-01-11 Ruiyu NiMdeModulePkg/TerminalDxe: Fix driver model bug
2017-01-11 Ruiyu NiMdeModulePkg/TerminalDxe: Remove unnecessary NULL point...
2017-01-11 Ruiyu NiMdeModulePkg/TerminalDxe: Separate state machine start...
2017-01-11 Ruiyu NiMdeModulePkg/TerminalDxe: Refine SetTerminalDevicePath
2017-01-11 Ruiyu NiMdeModulePkg/TerminalDxe: Refine InitializeTerminalCons...
2017-01-11 Ruiyu NiMdeModulePkg/TerminalDxe: Separate controller name...
2017-01-11 Ruiyu NiMdeModulePkg/TerminalDxe: Add TerminalTypeFromGuid...
2017-01-11 Ruiyu NiMdeModulePkg/TerminalDxe: Replace macro with enum for...
2016-12-26 Star ZengMdeModulePkg TerminalDxe: Execute key notify func at...
2016-12-20 Dandan BiMdeModulePkg/TerminalDxe: Initialize variable after...
2016-10-27 Michael KinneyMdeModulePkg/TerminalDxe: Fix IA32 VS2015x86 build...
2016-10-27 Gary LinMdeModulePkg/Universal: Fix typos in comments
2016-10-27 Brian J. JohnsonMdeModulePkg/TerminalDxe: Handle more keys with TtyTerm
2016-10-27 Brian J. JohnsonMdeModulePkg/TerminalDxe: Optimize TtyTerm cursor motion
2016-10-27 Brian J. JohnsonMdeModulePkg/TerminalDxe: Improve TtyTerm cursor positi...
2016-04-01 Ruiyu NiRevert "TerminalDxe: select the UART's default receive...
2016-01-21 Laszlo ErsekMdeModulePkg: TerminalDxe: select the UART's default...
2015-12-15 Jordan JustenMdeModulePkg: Convert all .uni files to utf-8
2015-11-26 Star ZengMdeModulePkg: TerminalDxe: avoid checking uninitialized...
2015-07-16 Heyi GuoMdeModulePkg/TerminalDxe: Some improvements
2015-07-16 Heyi GuoMdeModulePkg/TerminalDxe: Set NullRemaining to FALSE...
2015-07-10 Roy FranzMdeModulePkg: Fix TerminalDxe VS2013 build failure
2015-07-09 Roy FranzAccept VT220 DEL and function keys for TTY terminal...
2015-07-09 Roy FranzTreat ASCII 0x7F as backspace for TtyTerm terminals
2015-07-09 Roy FranzAdd "TtyTerm" terminal type to TerminalDxe
2014-12-04 Randy PawellMdeModulePkg: Source fixes and cleanup for ARMGCC compiles
2014-09-03 Gao, LimingMdeModulePkg: Convert non DOS format files to DOS forma...
2014-08-28 Zeng, StarMdeModulePkg: INF/DEC file updates to EDK II packages
2014-08-28 Zeng, StarMdeModulePkg: INF/DEC file updates to EDK II packages
2014-03-28 Elvin LiAdd ASSERT to check if NewVariable is NULL.
2014-03-25 Ruiyu NiReport the setting variable failure to platform through...
2014-03-18 Elvin LiRemove ASSERT when SetVariable for ConOutDev/ConInDev...
2014-02-12 Elvin LiFix several typo issues.
2014-02-11 Elvin LiRemove redundant IsUnicodeFiFoEmpty ()in UnicodeFiFoRem...
2013-07-15 Eric DongRefine the validation for the input attribute before...
2012-08-17 li-elvinAdd missing break and add comment to non-necessary...
2012-08-16 li-elvinFix incorrect sizeof () usage.
2012-07-30 niruiyuChange the type of NotifyHandle from EFI_HANDLE to...
2012-05-31 ydong10Fixed build failed.
2012-05-30 ydong10Add new interface GetVariable2 and GetEfiGlobalVariable...
2012-05-24 niruiyuRemove the check of signature because the code which...
2011-11-30 li-elvinRemove PCD usage for console driver, PcdConOutRow and...
2011-11-25 li-elvinUpdated GraphicsConsole and Terminal driver text mode...
2011-10-27 niruiyuCheck the serial buffer empty status before performing...
2011-10-08 niruiyuMdeModulePkg: TerminalDxe driver code clean up
2011-10-08 niruiyuMdeModulePkg: Fix TerminalDxe FIFO Data Loss
2011-07-06 niruiyuFix the comments to follow UEFI Spec regarding how...
2011-04-19 niruiyuFix the terminal driver to call hotkey callback even...
2011-03-23 jljustenMdeModulePkg Terminal: Add text mode for PcdConOutColum...
2010-12-30 mdkinneyPrevent a NULL device path from being passed into REPOR...
2010-05-17 rsun3Small code refinement in MdeModulePkg.
2010-04-24 hhtianUpdate the copyright notice format
2010-02-24 lgao41. Correct File header to ## @file
2010-01-29 mdkinneyRemove unnecessary use of FixedPcdxxx() functions and...
2010-01-28 vanjeffEnhanced TerminalDxe module not to install Simple Text...
2010-01-27 xli24Remove reference to PCDs of status code value. Use...
2010-01-15 rsun3Fix some coding style issues in MdeModulePkg.
2009-09-14 vanjeffupdated the Bus Driver that is able to create all or...
2009-08-27 vanjeffrefine the code.
2009-08-26 AJFISHMinor bugs fixes from testing on Xcode 3.2 and with...
2009-08-21 gikidyUpdate the comments avoid making confuse.
2009-07-13 gikidyRoll back R8811 check in for it will get a double carri...
2009-07-08 gikidyFix OutputString() in the console driver does not auto...
2009-04-30 gikidyReplace references to RFC 3066 with RFC 4646.
2009-04-07 vanjeffreturn value not follow spec.
2009-03-04 vanjeffadd check for invalid handle.
2009-02-25 vanjeffremove dependent package from inf files.
2009-02-25 vanjeffupdate hotplug check logic
2009-02-25 vanjeff1. Retired HotPlugDevice protocol.
2009-02-25 vanjeffRetired gSimpleTextInExNotifyGuid, used local structure...
2009-02-24 vanjefftemporary roll back changing on gEfiHotPlugDevice.
2009-02-23 vanjeff1. Retired HotPlugDevice protocol.
2009-02-12 vanjeffenhanced security check.
2009-02-09 vanjeffupdate meta.
2009-02-06 vanjeffupdate format.
2009-02-03 vanjeffremove some internal functions and allocate some FIFO...
2009-01-16 gikidy1.Moved HotPlugDevice.h & SimpleTextInNotify.h from...
2009-01-08 vanjeffECC clean up.
2009-01-08 gikidy1.Review the comments;
2008-12-17 qhuang8Refine code to remove structure assignment
2008-12-17 gikidyCode scrub for Universal\Console\TerminalDxe.
next