summaryrefslogtreecommitdiffstats
path: root/Nt32Pkg/WinNtGopDxe
Commit message (Expand)AuthorAgeFilesLines
* Nt32Pkg/NtGopInput: ReadKeyStrokeEx always return key stateRuiyu Ni2018-04-201-31/+48
* We enabled X64 native version NT32, and made it works on Windows 7 X64 OS.Jiamin Ma2013-10-121-8/+8
* Change the type of NotifyHandle from EFI_HANDLE to VOID * for SimpleTextInEx ...niruiyu2012-07-302-8/+6
* Remove the check of signature because the code which looks for the input Noti...niruiyu2012-05-241-5/+1
* Fix a bug which cause a CRTL, ALT, or SHIFT is pressed on the GOP console for...qianouyang2011-10-261-5/+3
* Change the SimpleTextInEx implementation to return CTRL+C when CTRL and C are...niruiyu2011-10-251-10/+10
* 1. Add Partial Keystroke Support in Nt32 WinNTGopDxe driver. See the Uefi2.3....qianouyang2011-09-303-240/+343
* Fix ICC build issuesmdkinney2011-06-091-7/+9
* Return scan code for Pause key.vanjeff2011-05-161-0/+1
* Fix NT32 Keyboard driver to call hotkey callback even no one is calling ReadK...niruiyu2011-04-193-105/+211
* Use the correct length to copy KeyData.niruiyu2010-10-211-2/+2
* Update the copyright notice formathhtian2010-04-286-12/+12
* Clean up EFI_SPECIFICATION_VERSION and PI_SPECIFICATION_VERSION.klu22010-02-251-2/+0
* 1. Correct File header to ## @filelgao42010-02-231-4/+4
* Fix ICC compatibility issuesmdkinney2009-06-201-14/+10
* Replace references to RFC 3066 with RFC 4646. gikidy2009-04-301-4/+4
* Per UEFI spec, SetMode() should clear screen anyway with black color.vanjeff2009-04-141-5/+1
* return value not follow spec.vanjeff2009-04-071-2/+1
* add check for invalid handle.vanjeff2009-03-041-1/+5
* remove dependent package from inf files.vanjeff2009-02-251-1/+0
* Retired gSimpleTextInExNotifyGuid, used local structure address to be notify ...vanjeff2009-02-253-34/+2
* use the GUIDed versions of events: EVT_SIGNAL_VIRTUAL_ADDRESS_CHANGE and EVT_...jji42009-02-041-2/+3
* Adjust gSimpleTextInExNotifyGuid position in INF file.gikidy2009-01-162-3/+2
* Clean up to update the reference of the these macros:qhuang82008-12-161-2/+2
* Fix some build error under ICC tool-chain.qwang122008-11-013-5/+5
* Patch to remove STATIC modifier. This is on longer recommended by EFI Framewo...jji42008-10-303-15/+1
* clean up the un-suitable ';' location when declaring the functions.vanjeff2008-09-041-20/+10
* Fix warnings generated by gcc for ia32 builds:jljusten2008-04-081-1/+1
* Add NULL parameter checking for notify function.qhuang82008-03-041-3/+3
* Clean up: update "EFI" to "UEFI" if applicable.qhuang82007-11-222-2/+2
* Update to support EFI_SIMPLE_INPUT_EX protocolqhuang82007-10-195-151/+895
* Add compiler hint of "GLOBAL_REMOVE_IF_UNREFERENCED" to prevent static unicod...qhuang82007-10-111-1/+1
* Add compiler hint of "GLOBAL_REMOVE_IF_UNREFERENCED" to prevent component nam...qhuang82007-10-091-4/+4
* Update to support to produce Component Name and & Component Name 2 protocol ...qhuang82007-09-293-84/+252
* removed gEfiWinNtCPUSpeedGuid, gEfiWinNtCPUModelGuid, and gEfiWinNtMemoryGuid...AJFISH2007-07-262-54/+0
* remove some comments introduced by tools.vanjeff2007-07-201-38/+0
* Add Dxe as postfix for WinNtGop driver in Nt32 Platform.klu22007-07-171-1/+1
* git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2920 6f1...AJFISH2007-06-291-11/+1
* Add WinNtSerialIoDxe driver into Nt32Pkgklu22007-06-271-5/+0
* Add WinNtGop driver into Nt32Pkgklu22007-06-276-0/+2444