1. f66a43b We enabled X64 native version NT32, and made it works on Windows 7 X64 OS. by Jiamin Ma · 11 years ago
  2. 402e4a9 Change the type of NotifyHandle from EFI_HANDLE to VOID * for SimpleTextInEx protocol. by niruiyu · 12 years ago
  3. a974619 Remove the check of signature because the code which looks for the input NotifyHandle in the internal linked list is enough. by niruiyu · 13 years ago
  4. af1600f Fix a bug which cause a CRTL, ALT, or SHIFT is pressed on the GOP console for NT32, it inserts a ' 'character character. by qianouyang · 13 years ago
  5. 7ad45ba Change the SimpleTextInEx implementation to return CTRL+C when CTRL and C are both pressed; SimpleTextIn implementation still returns CTRL+3. by niruiyu · 13 years ago
  6. df7499f 1. Add Partial Keystroke Support in Nt32 WinNTGopDxe driver. See the Uefi2.3.1a chapter 11.2 by qianouyang · 13 years ago
  7. 1b65880 Fix ICC build issues by mdkinney · 14 years ago
  8. 4c89154 Return scan code for Pause key. by vanjeff · 14 years ago
  9. 66fe714 Fix NT32 Keyboard driver to call hotkey callback even no one is calling ReadKeyStroke(). by niruiyu · 14 years ago
  10. 5b31378 Use the correct length to copy KeyData. by niruiyu · 14 years ago
  11. 8f2a5f8 Update the copyright notice format by hhtian · 15 years ago
  12. 0b75797 Clean up EFI_SPECIFICATION_VERSION and PI_SPECIFICATION_VERSION. by klu2 · 15 years ago
  13. 7b202cb 1. Correct File header to ## @file by lgao4 · 15 years ago
  14. a00ec39 Fix ICC compatibility issues by mdkinney · 16 years ago
  15. 44c4024 Replace references to RFC 3066 with RFC 4646. by gikidy · 16 years ago
  16. c0aa5e0 Per UEFI spec, SetMode() should clear screen anyway with black color. by vanjeff · 16 years ago
  17. 8a67d80 return value not follow spec. by vanjeff · 16 years ago
  18. 0dc9978 add check for invalid handle. by vanjeff · 16 years ago
  19. a8fdba5 remove dependent package from inf files. by vanjeff · 16 years ago
  20. 7fc80d4 Retired gSimpleTextInExNotifyGuid, used local structure address to be notify handle. by vanjeff · 16 years ago
  21. ae66d8d use the GUIDed versions of events: EVT_SIGNAL_VIRTUAL_ADDRESS_CHANGE and EVT_SIGNAL_EXIT_BOOT_SERVICES by jji4 · 16 years ago
  22. 67252d9 Adjust gSimpleTextInExNotifyGuid position in INF file. by gikidy · 16 years ago
  23. 99e1dd8 Clean up to update the reference of the these macros: by qhuang8 · 16 years ago
  24. 6394182 Fix some build error under ICC tool-chain. by qwang12 · 16 years ago
  25. 78e570b Patch to remove STATIC modifier. This is on longer recommended by EFI Framework coding style. All duplicated symbols has been renamed accordingly. by jji4 · 16 years ago
  26. ed66e1b clean up the un-suitable ';' location when declaring the functions. by vanjeff · 16 years ago
  27. 1be0dda Fix warnings generated by gcc for ia32 builds: by jljusten · 17 years ago
  28. 6c29550 Add NULL parameter checking for notify function. by qhuang8 · 17 years ago
  29. 8a7d75b Clean up: update "EFI" to "UEFI" if applicable. by qhuang8 · 17 years ago
  30. 62cf113 Update to support EFI_SIMPLE_INPUT_EX protocol by qhuang8 · 17 years ago
  31. d1aeb0b Add compiler hint of "GLOBAL_REMOVE_IF_UNREFERENCED" to prevent static unicode string table linked into final image if both PcdComponentNameDisabled and PcdComponentName2Disabled are set to TRUE. by qhuang8 · 17 years ago
  32. 1307dcd Add compiler hint of "GLOBAL_REMOVE_IF_UNREFERENCED" to prevent component name structures linked into final image if PcdComponentNameDisabled or PcdComponentName2Disabled is set to TRUE. by qhuang8 · 17 years ago
  33. e6e53c9 Update to support to produce Component Name and & Component Name 2 protocol based on Feature flag PcdComponentNameDisable & PcdComponentName2Disable. by qhuang8 · 17 years ago
  34. b397fbb removed gEfiWinNtCPUSpeedGuid, gEfiWinNtCPUModelGuid, and gEfiWinNtMemoryGuid. Replaced them with the PCD values they represent. There was no need to use the driver model, when you could get PCD value directly. Also removed local copies of Atoi() in several modules. Fixed bug in reporting of memory size. by AJFISH · 17 years ago
  35. dd0687a remove some comments introduced by tools. by vanjeff · 17 years ago
  36. 2ad8b20 Add Dxe as postfix for WinNtGop driver in Nt32 Platform. by klu2 · 17 years ago
  37. 0dea993 by AJFISH · 18 years ago
  38. 5f44f5b Add WinNtSerialIoDxe driver into Nt32Pkg by klu2 · 18 years ago
  39. c9fc89a Add WinNtGop driver into Nt32Pkg by klu2 · 18 years ago