index
:
edk2-platforms.git
about
devel-IntelAtomProcessorE3900
devel-MinPlatform
devel-MinnowBoard3
devel-MinnowBoard3-UDK2017
devel-MinnowBoardMax-UDK2017
devel-OpenPlatformPkg
devel-dynamictables
master
minnowboard-max-udk2015
pentium-celeron-n-udk2015
(https://github.com/tianocore/edk2-platforms)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
MdeModulePkg
/
Universal
/
Console
/
TerminalDxe
/
TerminalConIn.c
Age
Commit message (
Expand
)
Author
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
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-07-30
Change the type of NotifyHandle from EFI_HANDLE to VOID * for SimpleTextInEx ...
niruiyu
2012-05-24
Remove the check of signature because the code which looks for the input Noti...
niruiyu
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
2011-04-19
Fix the terminal driver to call hotkey callback even no one is calling ReadKe...
niruiyu
2010-04-24
Update the copyright notice format
hhtian
2010-01-27
Remove reference to PCDs of status code value. Use macros introduced in PI1.2...
xli24
2010-01-15
Fix some coding style issues in MdeModulePkg.
rsun3
2009-08-21
Update the comments avoid making confuse.
gikidy
2009-04-07
return value not follow spec.
vanjeff
2009-03-04
add check for invalid handle.
vanjeff
2009-02-25
Retired gSimpleTextInExNotifyGuid, used local structure address to be notify ...
vanjeff
2009-02-12
enhanced security check.
vanjeff
2009-02-09
update meta.
vanjeff
2009-02-03
remove some internal functions and allocate some FIFO data structure instead ...
vanjeff
2009-01-08
1.Review the comments;
gikidy
2008-12-17
Code scrub for Universal\Console\TerminalDxe.
gikidy
2008-07-18
code scrub.
vanjeff
2008-07-03
Added some functions header.
vanjeff
2008-07-01
Clean codes per ECC for TerminalDxe module.
vanjeff
2008-04-10
apply for doxgen format.
vanjeff
2007-11-22
Clean up: update "EFI" to "UEFI" if applicable.
qhuang8
2007-10-19
Update to support EFI_SIMPLE_INPUT_EX protocol
qhuang8
2007-07-09
Updated modules to not depend on the IntelFrameworkPkg.
AJFISH
2007-07-05
Check in following modules,
xgu3