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
/
Nt32Pkg
/
WinNtGopDxe
Age
Commit message (
Expand
)
Author
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-26
Fix a bug which cause a CRTL, ALT, or SHIFT is pressed on the GOP console for...
qianouyang
2011-10-25
Change the SimpleTextInEx implementation to return CTRL+C when CTRL and C are...
niruiyu
2011-09-30
1. Add Partial Keystroke Support in Nt32 WinNTGopDxe driver. See the Uefi2.3....
qianouyang
2011-06-09
Fix ICC build issues
mdkinney
2011-05-16
Return scan code for Pause key.
vanjeff
2011-04-19
Fix NT32 Keyboard driver to call hotkey callback even no one is calling ReadK...
niruiyu
2010-10-21
Use the correct length to copy KeyData.
niruiyu
2010-04-28
Update the copyright notice format
hhtian
2010-02-25
Clean up EFI_SPECIFICATION_VERSION and PI_SPECIFICATION_VERSION.
klu2
2010-02-23
1. Correct File header to ## @file
lgao4
2009-06-20
Fix ICC compatibility issues
mdkinney
2009-04-30
Replace references to RFC 3066 with RFC 4646.
gikidy
2009-04-14
Per UEFI spec, SetMode() should clear screen anyway with black color.
vanjeff
2009-04-07
return value not follow spec.
vanjeff
2009-03-04
add check for invalid handle.
vanjeff
2009-02-25
remove dependent package from inf files.
vanjeff
2009-02-25
Retired gSimpleTextInExNotifyGuid, used local structure address to be notify ...
vanjeff
2009-02-04
use the GUIDed versions of events: EVT_SIGNAL_VIRTUAL_ADDRESS_CHANGE and EVT_...
jji4
2009-01-16
Adjust gSimpleTextInExNotifyGuid position in INF file.
gikidy
2008-12-16
Clean up to update the reference of the these macros:
qhuang8
2008-11-01
Fix some build error under ICC tool-chain.
qwang12
2008-10-30
Patch to remove STATIC modifier. This is on longer recommended by EFI Framewo...
jji4
2008-09-04
clean up the un-suitable ';' location when declaring the functions.
vanjeff
2008-04-08
Fix warnings generated by gcc for ia32 builds:
jljusten
2008-03-04
Add NULL parameter checking for notify function.
qhuang8
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-10-11
Add compiler hint of "GLOBAL_REMOVE_IF_UNREFERENCED" to prevent static unicod...
qhuang8
2007-10-09
Add compiler hint of "GLOBAL_REMOVE_IF_UNREFERENCED" to prevent component nam...
qhuang8
2007-09-29
Update to support to produce Component Name and & Component Name 2 protocol ...
qhuang8
2007-07-26
removed gEfiWinNtCPUSpeedGuid, gEfiWinNtCPUModelGuid, and gEfiWinNtMemoryGuid...
AJFISH
2007-07-20
remove some comments introduced by tools.
vanjeff
2007-07-17
Add Dxe as postfix for WinNtGop driver in Nt32 Platform.
klu2
2007-06-29
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2920 6f1...
AJFISH
2007-06-27
Add WinNtSerialIoDxe driver into Nt32Pkg
klu2
2007-06-27
Add WinNtGop driver into Nt32Pkg
klu2