]> git.proxmox.com Git - mirror_edk2.git/history - MdeModulePkg/Universal/Console
MdePkg: Convert all .uni files to utf-8
[mirror_edk2.git] / MdeModulePkg / Universal / Console /
2015-11-26 Star ZengMdeModulePkg: TerminalDxe: avoid checking uninitialized...
2015-10-15 Eric DongMdeModulePkg: Use PcdSet##S to replace PcdSet##
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-08-01 Elvin LiMdeModulePkg: Fix wrong check for SetAttribute in Consp...
2014-07-31 Elvin LiMdeModulePkg: Removed valid text mode check in SetAttri...
2014-07-25 Jaben CarseyMdeModulePkg: Fix parameter verification for SetAttribute
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...
2013-04-02 lzeng14Don't assume HiiDatabase has been present at the entryp...
2013-03-15 li-elvinAdd debug message to output video resolution used by...
2013-03-05 niruiyuEnhance the ConPlatform driver to take care of the...
2013-01-22 li-elvinTake the highest horizontal resolution as highest video...
2012-12-25 li-elvinSet graphic mode if graphic mode is not same with the...
2012-10-25 li-elvinAdd uninstalling GOP and UGA protocol in Consplitter...
2012-10-17 li-elvinFix buffer overflow issue in Consplitter.
2012-10-08 li-elvinMove GOP and UGA draw from Consplitter entrypoint to...
2012-08-22 li-elvinGet correct GOP protocol for physical GOP device.
2012-08-21 czhang46Fix some coding style issues
2012-08-21 li-elvinFix Consplitter GOP UEFI SCT issue.
2012-08-17 czhang46Fix the issue that consplitter should not touch ConIn...
2012-08-17 li-elvinAdd missing break and add comment to non-necessary...
2012-08-16 li-elvinFix incorrect sizeof () usage.
2012-08-10 czhang46Fix 2 errors for new feature
2012-08-07 li-elvinRemoved SetMode in GraphicsConsole Start() in release...
2012-07-30 czhang46Add 2 new Bds features
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...
2012-05-24 niruiyuEnhance the ConPlatform driver's matching algorithm...
2012-05-07 ydong10Fix memory leak issues.
2012-04-12 li-elvinKeep StdErr same logic initialization with ConOut,...
2012-02-24 li-elvinGraphicsConsole supports both UGA and GOP protocol...
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-28 li-elvinRemove hard code video resolution in C code and use...
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-06-13 niruiyuFix the issue that the GOP produced by ConSplitter...
2011-06-04 andrewfishFix X64 clang warnings.
2011-05-27 vanjeff1. Setting cursor position to (0, 0) and flushing curso...
2011-04-19 niruiyuFix the terminal driver to call hotkey callback even...
2011-03-23 jljustenMdeModulePkg Terminal: Add text mode for PcdConOutColum...
2011-03-23 jljustenMdeModulePkg GraphicsConsole: Add text mode for PcdConO...
2010-12-30 mdkinneyPrevent a NULL device path from being passed into REPOR...
2010-11-03 vanjeffThe CurrentNumberOfxxxxx should be based on the device...
2010-10-21 niruiyuUse the correct length to copy KeyData.
2010-10-14 niruiyuUpdate ConPlatform driver to support GOP driver which...
2010-10-13 jljustenDuetPkg, MdeModulePkg: Fix several enum comparions
2010-09-16 ydong10Refine code to make code run safely.
2010-08-17 vanjeffremove CpuBreakpoint ().
2010-08-17 vanjeffFixed one bug which may lead standard error handle...
2010-07-12 vanjeffremove duplicated code.
2010-06-18 li-elvinRemove some unnecessary clear screen from console drivers.
2010-05-17 rsun3Small code refinement in MdeModulePkg.
2010-04-24 hhtianUpdate the copyright notice format
2010-04-09 vanjeff1.Fixed the bug when retrieved component name by child...
2010-02-24 lgao41. Correct File header to ## @file
2010-02-11 klu2GraphicsOutputBlt() need judge parameter
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-19 rsun3Improve coding style in MdeModulePkg.
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-07-03 eric_tianfix the issue of "Simple File System Protocol Test...
2009-05-20 vanjeffrename array name to avoid naming collision.
2009-05-18 vanjeff1. remove duplicated set operation on UGA device.
2009-05-08 vanjeffSetMode() should clear screen per UEFI spec.
2009-04-30 gikidyReplace references to RFC 3066 with RFC 4646.
2009-04-30 gikidyReplace references to RFC 3066 with RFC 4646.
2009-04-14 rsun3HII Library Class interface refine.
2009-04-07 vanjeff1. Update the CRC32 in the EFI System Table header...
2009-04-07 vanjeffreturn value not follow spec.
2009-04-03 vanjeffinstall simple text output protocol on stderr should...
2009-04-02 vanjeffremove debug code
2009-04-02 vanjeff1. updated return value to EFI_SUCCESS by default.
2009-04-01 vanjeff1. retired console control protocol.
2009-03-27 vanjefffixed one bug in ConSpliterUgaDrawSetMode().
2009-03-25 xli24Move registration of Font into driver entry point.
next