Age | Commit message (Expand) | Author |
2015-07-16 | MdeModulePkg/TerminalDxe: Some improvements | Heyi Guo |
2015-07-16 | MdeModulePkg/TerminalDxe: Set NullRemaining to FALSE by default | Heyi Guo |
2015-07-10 | MdeModulePkg: Fix TerminalDxe VS2013 build failure | Roy Franz |
2015-07-09 | Accept VT220 DEL and function keys for TTY terminal type | Roy Franz |
2015-07-09 | Treat ASCII 0x7F as backspace for TtyTerm terminals | Roy Franz |
2015-07-09 | Add "TtyTerm" terminal type to TerminalDxe | Roy Franz |
2014-12-04 | MdeModulePkg: Source fixes and cleanup for ARMGCC compiles | Randy Pawell |
2014-09-03 | MdeModulePkg: Convert non DOS format files to DOS format and remove unused mo... | Gao, Liming |
2014-08-28 | MdeModulePkg: INF/DEC file updates to EDK II packages | Zeng, Star |
2014-08-28 | MdeModulePkg: INF/DEC file updates to EDK II packages | Zeng, Star |
2014-08-01 | MdeModulePkg: Fix wrong check for SetAttribute in Consplitter | Elvin Li |
2014-07-31 | MdeModulePkg: Removed valid text mode check in SetAttribute interface in Grap... | Elvin Li |
2014-07-25 | MdeModulePkg: Fix parameter verification for SetAttribute | Jaben Carsey |
2014-03-28 | Add ASSERT to check if NewVariable is NULL. | Elvin Li |
2014-03-25 | Report the setting variable failure to platform through the status code when ... | Ruiyu Ni |
2014-03-18 | Remove ASSERT when SetVariable for ConOutDev/ConInDev/ErrOutDev variables fai... | Elvin Li |
2014-02-12 | Fix several typo issues. | Elvin Li |
2014-02-11 | Remove redundant IsUnicodeFiFoEmpty ()in UnicodeFiFoRemoveOneKey(). | Elvin Li |
2013-07-15 | Refine the validation for the input attribute before return. | Eric Dong |
2013-04-02 | Don't assume HiiDatabase has been present at the entrypoint and don't assume ... | lzeng14 |
2013-03-15 | Add debug message to output video resolution used by GraphicsConsole. | li-elvin |
2013-03-05 | Enhance the ConPlatform driver to take care of the optional Controller device... | niruiyu |
2013-01-22 | Take the highest horizontal resolution as highest video resolution. | li-elvin |
2012-12-25 | Set graphic mode if graphic mode is not same with the one which GraphicsConso... | li-elvin |
2012-10-25 | Add uninstalling GOP and UGA protocol in Consplitter Stop (). | li-elvin |
2012-10-17 | Fix buffer overflow issue in Consplitter. | li-elvin |
2012-10-08 | Move GOP and UGA draw from Consplitter entrypoint to start(). When there is o... | li-elvin |
2012-08-22 | Get correct GOP protocol for physical GOP device. | li-elvin |
2012-08-21 | Fix some coding style issues | czhang46 |
2012-08-21 | Fix Consplitter GOP UEFI SCT issue. | li-elvin |
2012-08-17 | Fix the issue that consplitter should not touch ConIn variable & do ConIn co... | czhang46 |
2012-08-17 | Add missing break and add comment to non-necessary break. | li-elvin |
2012-08-16 | Fix incorrect sizeof () usage. | li-elvin |
2012-08-10 | Fix 2 errors for new feature | czhang46 |
2012-08-07 | Removed SetMode in GraphicsConsole Start() in release BIOS to improve perform... | li-elvin |
2012-07-30 | Add 2 new Bds features | czhang46 |
2012-07-30 | Change the type of NotifyHandle from EFI_HANDLE to VOID * for SimpleTextInEx ... | niruiyu |
2012-05-31 | Fixed build failed. | ydong10 |
2012-05-30 | Add new interface GetVariable2 and GetEfiGlobalVariable2 to return more info.... | ydong10 |
2012-05-24 | Remove the check of signature because the code which looks for the input Noti... | niruiyu |
2012-05-24 | Enhance the ConPlatform driver's matching algorithm to manage the console con... | niruiyu |
2012-05-07 | Fix memory leak issues. | ydong10 |
2012-04-12 | Keep StdErr same logic initialization with ConOut, e.g. initialize gST->Stand... | li-elvin |
2012-02-24 | GraphicsConsole supports both UGA and GOP protocol, "UGA Console Driver" is c... | li-elvin |
2011-11-30 | Remove PCD usage for console driver, PcdConOutRow and PcdConOutColumn are cur... | li-elvin |
2011-11-25 | Updated GraphicsConsole and Terminal driver text mode initialization routine ... | li-elvin |
2011-10-28 | Remove hard code video resolution in C code and use PCD PcdVideoHorizontalRes... | li-elvin |
2011-10-27 | Check the serial buffer empty status before performing the serial IO reading ... | niruiyu |
2011-10-08 | MdeModulePkg: TerminalDxe driver code clean up | niruiyu |
2011-10-08 | MdeModulePkg: Fix TerminalDxe FIFO Data Loss | niruiyu |