1. 402e4a9 Change the type of NotifyHandle from EFI_HANDLE to VOID * for SimpleTextInEx protocol. by niruiyu · 12 years ago
  2. f01b91a Fixed build failed. by ydong10 · 13 years ago
  3. bf4a3db Add new interface GetVariable2 and GetEfiGlobalVariable2 to return more info. Also replace old interface with new one. by ydong10 · 13 years ago
  4. 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
  5. a95b604 Add logic to validate variable before use it. by ydong10 · 13 years ago
  6. bff8c6f Update copyright format by hhtian · 13 years ago
  7. cbc6b5e Add missing secure boot build option by hhtian · 13 years ago
  8. ea4ee7a EDK II Packages: Add Contributions.txt and License.txt files by jljusten · 13 years ago
  9. 0ff38cb Nt32Pkg: Add Secure Boot build option including Custom Mode setup by leegrosenbaum · 13 years ago
  10. 55b1753 Updated platform DSC files to add CPU Exception Library instances. by vanjeff · 13 years ago
  11. 572b0ad Override the base address to make LoadLibraryEx success in WIN7 SP1 OS. by ydong10 · 13 years ago
  12. 21e3aef Enable write file to USB from Shell in Win7 OS by ydong10 · 13 years ago
  13. 3e570e6 Append double-null for Type 19 data record. by lzeng14 · 13 years ago
  14. 3bbe68a Add Missing invocations to VA_END() for VA_START(). by rsun3 · 13 years ago
  15. bbd53f7 Update the Package version. by niruiyu · 13 years ago
  16. b620a67 Update console mode setup to use PcdSetupConOutColumn and PcdSetupConOutRow which are specially for BIOS setup. by li-elvin · 13 years ago
  17. 7ee85aa According to PI errata 0000654 and 000811, we need use 0xFFFE to instead of 0 for EFI_SMBIOS_PROTOCOL.Add() SmbiosHandle parameter to assign a unique handle to the SMBIOS record, and for EFI_SMBIOS_PROTOCOL.GetNext() SmbiosHandle parameter to get the first matched SMBIOS handle or indicate no more SMBIOS record. by lzeng14 · 13 years ago
  18. 82b7604 Correct the code to use SIZE_OF_EFI_FILE_INFO instead of sizeof (EFI_FILE_INFO) to fix a bug when creating a file/directory with single char as file name in root directory. by niruiyu · 13 years ago
  19. 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
  20. 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
  21. 24e1291 Enable the SE_TIME_ZONE_NAME privilege for NT32 to fix SetTime function test running in Win7 by niruiyu · 13 years ago
  22. bb9f4ea Avoid using code name in comments. by niruiyu · 13 years ago
  23. df7499f 1. Add Partial Keystroke Support in Nt32 WinNTGopDxe driver. See the Uefi2.3.1a chapter 11.2 by qianouyang · 13 years ago
  24. 46293a4 Clean up invalid keywords and missing keywords in [Define] section of INF/DEC files. by lzeng14 · 14 years ago
  25. 1b65880 Fix ICC build issues by mdkinney · 14 years ago
  26. 283d361 Fix the bug that WinNtBlockIo fails to properly allocate a buffer. by niruiyu · 14 years ago
  27. d7bc435 Order sections as [Defines], [Includes], [LibraryClasses], [Guids], [Ppis], [Protocols], [PcdsFeatureFlag], [PcdsFixedAtBuild], [PcdsPatchableInModule], [PcdsDynamic] and [PcdsDynamicEx]. by lzeng14 · 14 years ago
  28. 4c89154 Return scan code for Pause key. by vanjeff · 14 years ago
  29. 99df328 Clean up DEC files: by mdkinney · 14 years ago
  30. 58f8069 Fix DEC files so any PCD declared as Dynamic is also declared as DynamicEx by mdkinney · 14 years ago
  31. 66fe714 Fix NT32 Keyboard driver to call hotkey callback even no one is calling ReadKeyStroke(). by niruiyu · 14 years ago
  32. 75e55c5 Set EXECUTE flags in so RELEASE builds can tun correctly. by mdkinney · 14 years ago
  33. 0929b78 Add right PCD Library instance mapping by hhtian · 14 years ago
  34. 9531873 Add PCD Library instance mapping for GraphicsConsole driver. by rsun3 · 14 years ago
  35. 831ff05 Add support for the GetTimerValue() to the CPU AP for NT32. This also requires some performance counter APIs to be added to the WinNtThunk Protocol. by mdkinney · 14 years ago
  36. d0a3ead Changed TEMPORARY_RAM_SUPPORT_PPI to EFI_PEI_TEMPORARY_RAM_SUPPORT_PPI. by vanjeff · 14 years ago
  37. 48fff86 Update DebugLib to provide support for "err" command in the EFI Shell to adjust the filter mask for DEBUG() messages. The "err" command provide the ability to adjust this filter mask at a global level through an EFI Variable and at the module level through a the Debug Mask Protocol. In order to support the degree of flexibility, the DebugLib needs to use library to abstract the get/set operations to the filter mask. by mdkinney · 14 years ago
  38. b80022d Correct incoming buffer size comparison to the incoming buffer, not the existing buffer. by jcarsey · 14 years ago
  39. aaf779a Fixed a bug: when underlayer receives much more data, return EFI_BUFFER_TOO_SMALL. by hhuan13 · 14 years ago
  40. e74c367 Fix ICC 9.1 build break by mdkinney · 14 years ago
  41. 963b62e Set PcdResetOnMemoryTypeInformationChange to FALSE in NT32 to avoid close down in the first start up. by niruiyu · 14 years ago
  42. 5b31378 Use the correct length to copy KeyData. by niruiyu · 14 years ago
  43. 41e9426 Refile code to make code following the UEFI spec. by ydong10 · 14 years ago
  44. f515069 Fixed update file time error problem. by ydong10 · 14 years ago
  45. e527bd2 Enlarge the maximum size of VOID* typed PCD to ensure it is greater or equal to the actual size of data. by qhuang8 · 14 years ago
  46. 1a2ae0f Change DxeNt32PeCoffExtraActionLib to not depend on the library constructor to initialize mWinNt pointer because DxeCore calls the library API before it calls the constructor. by niruiyu · 14 years ago
  47. 21ff163 Make PeCoffExtraActionLib more robust, in case it is called before its constructor gets called. This fixes a crash in TOT. by andrewfish · 14 years ago
  48. 7ee525b Report correct MediaPresentSupported value from Nt32 SNP mode data. by xdu2 · 15 years ago
  49. 57b3102 Update NT32 to produce the gEfiMemoryTypeInformation HOB by mdkinney · 15 years ago
  50. ea3cfce Update NT32 BDS Library to call GenericBdsLib function to save gEfiMemoryTypeInformation by mdkinney · 15 years ago
  51. 8f2a5f8 Update the copyright notice format by hhtian · 15 years ago
  52. 663ef02 Remove Framework DataHubDxe and DataHubStdErrDxe drivers from EDKII native PI/UEFI NT32 platform. by lgao4 · 15 years ago
  53. ff72001 Nt32SerialIo driver was changed to produce the flow control device path node when the remaining device path contains such node. And it will return unsupported when receiving a remaining device path only contains UART node and it’s already produced the flow control node. by niruiyu · 15 years ago
  54. 5b368e7 Fix ICC build failures by mdkinney · 15 years ago
  55. 7cc9c45 Clean up Nt32Pkg and DuetPkg DSCs to move common used library instance to Common [LibraryClasses] section. by lgao4 · 15 years ago
  56. 5fa3085 Clean up PCDs section in Nt32 DSCs by removing those PCDs that use the default values/types from the DEC file. by lgao4 · 15 years ago
  57. 1b14ec4 Add VlanConfigDxe to platform DSC/FDF. by xdu2 · 15 years ago
  58. 8cc7e3e Remove over-specified dependencies on IntelFrameworkPkg and IntelFrameworkModulePkg. by xli24 · 15 years ago
  59. 2014a81 Add the missing OUTPUT directory for the EFI and depex file in Rule section. by lgao4 · 15 years ago
  60. a0b1646 Clean up Rules of Platform FDFs to apply only one EFI image and Depex for each driver. by lgao4 · 15 years ago
  61. 53f79f8 add debug agent null instance in DSC file. by vanjeff · 15 years ago
  62. 0b75797 Clean up EFI_SPECIFICATION_VERSION and PI_SPECIFICATION_VERSION. by klu2 · 15 years ago
  63. 7b202cb 1. Correct File header to ## @file by lgao4 · 15 years ago
  64. 70836cb Add Memory Allocation Library instance for modules of type DXE_SMM_DRIVER by mdkinney · 15 years ago
  65. 6635217 Update PeCoffExtraActionLib for NT32 to allow an app or driver to be loaded more than once. Only the first instance will support source level debug. by mdkinney · 15 years ago
  66. a3deae0 Fix the build warning of potential uninitialized variable of "SizeOfHeaders". by qhuang8 · 15 years ago
  67. f7c58a9 Remove unnecessary use of FixedPcdxxx() functions and [FixedPcd] INF sections. These should only be used for PCDs that are used to pre-init global variables, pre-init global structures, or size arrays. by mdkinney · 15 years ago
  68. 225290e Added new PeCoffGetEntryPoint lib function to get size of PE/COFF header. This is needed for debug prints with PE/COFF images that started as ELF or Mach-O. Moved and debugged ARM semihosting lib for RVD that prints out the debugger symbol load commands in a window on the debugger. Trying to write a script file, but that crashes RVD. Added debug print to BeagleBoard Sec that prints out RVD debugger command to load symbols for the Sec. Synced the rest of the code. by AJFISH · 15 years ago
  69. 9c1d98d Fix parameter checking for CPU I/O 2 Protocol on NT32 platform. by xli24 · 15 years ago
  70. 49b3b3a Don't calculate the directory size and the caller of EFI_FILE protocol can calculate that for better UI. by qhuang8 · 15 years ago
  71. ba82cb6 Implement the simulation version of StallPei for NT32 platform. It bases on window API Sleep(). by klu2 · 15 years ago
  72. 6f7978c Refer to OEM status code hook library instances in MdeModulePkg. by xli24 · 15 years ago
  73. 663ec9c Refer to status code library instances in MdeModulePkg. by xli24 · 15 years ago
  74. 164393a Move Status Code Handler modules for PI implementation to MdeModulePkg. by xli24 · 15 years ago
  75. bef09f3 Remove status code modules' dependency on IntelFrameworkModulePkg. by xli24 · 15 years ago
  76. 5e973c9 Correct license's header. by klu2 · 15 years ago
  77. 2022142 Return EFI_UNSUPPORTED on NT32 platform. by xli24 · 15 years ago
  78. b8d5cb4 Update NT32 emulation platform to produce dummy CPU I/O 2 Protocol. by xli24 · 15 years ago
  79. 8273af4 Add DxeSecurityManagementLib instance by lgao4 · 15 years ago
  80. 1fdd39d 1. PI SMBIOS Checkin. Major change include: by davidhuang · 15 years ago
  81. 60f3d32 Update Nt32 package to remove UID support . by qhuang8 · 15 years ago
  82. aa11588 Enable UID support in NT32 platform by gdong1 · 15 years ago
  83. 25126a0 Enable Report Status Code Router introduced in PI 1.2 for PEI and DXE. by xli24 · 15 years ago
  84. 061b1c2 1. Impl PI 1.2 PCI part. Major changes include: by davidhuang · 15 years ago
  85. 2356592 1) Update PE/COFF file alignment to 4KB to match 4KB section alignment. by mdkinney · 15 years ago
  86. c0cf06d Use UEFI EFI_FILE_PROTOCOL to replace EFI_FILE by qhuang8 · 15 years ago
  87. 9be2900 1. updated "the Bus Driver that creates all of its child handles on the first call to Start()" not to create any child handle if RemainingDeviepath is the End of Device Path Node, per UEFI 2.3. by vanjeff · 15 years ago
  88. af4a638 updated the Bus Driver that is able to create all or one of its child handles on each call to Start() not to create new child handle if RemainingDeviepath is the End of Device Path Node, per UEFI 2.3. by vanjeff · 15 years ago
  89. f22911b updated WinNtSerialIoDxe driver not to create new child handle if RemainingDeviepath is the End of Device Path Node, per UEFI 2.3. by vanjeff · 15 years ago
  90. dda34dc add UefiPxeBcDxe in Nt32 platform. by vanjeff · 15 years ago
  91. 5276f66 add UefiPxeBcDxe in Nt32 platform. by vanjeff · 15 years ago
  92. b06f85a Make end of line consistent caused by previous check in. by qhuang8 · 15 years ago
  93. 31dd4e2 Integrate the patch contributed by Andrew Fish to add ARM support. by qhuang8 · 15 years ago
  94. 6782e82 deleted PCD PcdUefiVariableDefaultTimeout by jchen20 · 15 years ago
  95. 9313111 Retire the usage of S3Lib and RecoveryLib since DxeIpl does not use them any more. by qhuang8 · 15 years ago
  96. c9eb1ba add correct [Depex] section. by vanjeff · 15 years ago
  97. f51c8a9 ProcessCapsule() and BdsMemoryTest() are implemented in the BdsDxe module, which will be invoked at PlatformBds library. by eric_tian · 15 years ago
  98. 7075f41 Remove extra #includes where possible to make build more efficient by mdkinney · 15 years ago
  99. f928971 roll back the change on the naming of DataHubRecords.h for backward compatibility. by eric_tian · 15 years ago
  100. 989003b Remove unused PeiServiceLib header file. by lgao4 · 15 years ago