1. e8480a1 Correct function comments of S3BootScriptCloseTable(). by Liming Gao · 11 years ago
  2. 0befb08 MdePkg PcdLib: Except for SizeOfBuffer is greater than the maximum size supported, align the behavior of LibPcdSetPtr with LibPcdSetN to handle error status returned. by Star Zeng · 11 years ago
  3. 300f2c6 Correct function comments of S3BootScriptSaveDispatch2(). by Liming Gao · 11 years ago
  4. 1346352 Update MemoryAllocationLib.AllocateAlignedPages API comments for memory overflow ASSERT case. by Liming Gao · 11 years ago
  5. af8aa62 MdePkg: First instruction after clearing CR0.PE must be a far jmp. by David Woodhouse · 11 years ago
  6. 321c89c Clean up hard-coded offsets and other utter bogosity in Thunk16.S by David Woodhouse · 11 years ago
  7. da66011 MdePkg PcdLib: Follow the comment of LibPcdGetNextToken to ASSERT when an invalid TokenNumber input. by Star Zeng · 11 years ago
  8. 96d6d00 MdePkg and MdeModulePkg Pcd: Add the new EFI_GET_PCD_INFO_PROTOCOL and EFI_GET_PCD_INFO_PPI support for PI 1.2.1 compliance. by Star Zeng · 11 years ago
  9. 419db80 MdePkg and MdeModulePkg Pcd: Implement PCD Driver for External PCD Database and SKU enable Feature. by Bob C Feng · 11 years ago
  10. fcfd5fb Add support for PI1.2.1 TempRam Done PPI. by Liming Gao · 11 years ago
  11. c48abbe Add BaseSmbusLibNull instance for SmbusLib. Add check in BootScriptExecutorDxe driver for the return status of S3BootScriptExecute(). by Shumin Qiu · 11 years ago
  12. 9da3888 Fix several bugs in DevicePathLib implementation regarding the device path node and text conversion. by Ruiyu Ni · 11 years ago
  13. a93b0e3 Use rsp instead of esp to save 64-bit stack pointer. by Elvin Li · 11 years ago
  14. ed84519 MdePkg PeiServicesLib: Refine the code to avoid error report. by Star Zeng · 11 years ago
  15. c793510 1. Enable use-cases in PEI using SecurityPPI co-equal to the use-cases in DXE using the Security Arch Protocol by Star Zeng · 11 years ago
  16. e8326a0 This patch uses dummy routine as NotifyFunction to make sure those 2 APIs provided from library can create event as expected when the caller does not feed in a NotifyFunction. Also, typo is corrected. by Mars Lin · 11 years ago
  17. 8c1e795 Add Memory fence for ARM Architecture (32 and 64 bit) by Olivier Martin · 11 years ago
  18. 3eb695c Removed the assumption on APIC timer initial Count is all 1s and updated it to handle the long delay that timer initial count. by Jeff Fan · 11 years ago
  19. eed8d67 Supplement EFIAPI for UefiDevicePathLibCatPrint(), otherwise gcc-4.4 by Laszlo Ersek · 11 years ago
  20. e01a125 Match the comments with the implementation for Baselib::GetFirstNode. by Shumin Qiu · 11 years ago
  21. 45a4305 MdePkg/BasePeCoffLib: Fixed coding style by Olivier Martin · 11 years ago
  22. bf6ee6c MdePkg/BaseSynchronizationLib: Added ARM Aarch64 architecture support by Harry Liebel · 11 years ago
  23. deb65d6 MdePkg/BaseCpuLib: Added ARM Aarch64 architecture support by Harry Liebel · 11 years ago
  24. 807e260 MdePkg/BaseLib: Added ARM Aarch64 architecture support by Harry Liebel · 11 years ago
  25. b4319af MdePkg: Added ARM Aarch64 architecture support by Harry Liebel · 11 years ago
  26. fed549d MdePkg: Added ARM Aarch64 support to PE/COFF support by Harry Liebel · 11 years ago
  27. 4d0a30a Add 4 APIs to DevicePathLib: ConvertDeviceNodeToText, ConvertDevicePathToText, ConvertTextToDeviceNode and ConvertTextToDevicePath. by Ruiyu Ni · 11 years ago
  28. 7751806 Correctly character in comments of BaseLib BitField. by Liming Gao · 11 years ago
  29. 499ceb8 Fixed the issue that BitFieldWrite32, BitFieldAnd32, BitFieldOr32, BitFieldAndThenOr32 with StartBit==0 and EndBit== 31 will hang in debug tip. by Liming Gao · 11 years ago
  30. 1dde8b0 Update PeiMemoryAllocationLib instance to support AllocateReservedPages() API. by Liming Gao · 11 years ago
  31. de27b8f Fill the ImageHandle and DriverBindingHandle field of Driver Binding Protocol before installing the Driver Binding Protocol instance. by Ruiyu Ni · 11 years ago
  32. 5e2fd93 Add the missing "," for the patch to fix status code print string. by Gary Ching-Pang Lin · 12 years ago
  33. 0df625f Without this fix, the "%r" format specifier prints eg. "0000001A" instead of "Security Violation" for EFI_SECURITY_VIOLATION. by lgao4 · 12 years ago
  34. a71865b Fix minor typos in BaseLib LinkedList comments by lgao4 · 12 years ago
  35. 4e6b101 Fix CpuIdEx.asm to return correct ECX/EDX value. by niruiyu · 12 years ago
  36. 8b5b3d4 Allocate temp buffer instead of change the input string to avoid crush. by ydong10 · 12 years ago
  37. 48c8b6a Current Thunk16.asm implementation clears reserved bits, which does not follow IA32 SDM. Now the fix is to only clear PAE and PSE bit of CR4 for real mode. by li-elvin · 12 years ago
  38. bf29dc1 Checks the TE image before use it. by ydong10 · 12 years ago
  39. 9495255 Add ASSERT() for BitField operations to make sure the input value is valid. by lgao4 · 12 years ago
  40. f2e4447 Remove the ASSERT (FALSE) code, just return unsupported. by ydong10 · 12 years ago
  41. 72ccedb Enhance the check for RelocBase->SizeOfBlock before use it. by ydong10 · 12 years ago
  42. 9ca9935 Enhance the check for some fields in the PE image before use it. by ydong10 · 12 years ago
  43. 713ffa2 Enhance the check for resource section data. by ydong10 · 12 years ago
  44. 36b48bf Enhance the check for debug data before get the PdbPointer. by ydong10 · 12 years ago
  45. f8ffa6d Remove the useless code. by ydong10 · 12 years ago
  46. f04544b Enhance CreatePopup to call ReadKeyStroke() before calling WaitForEvent(). This can handle the case when in lazy ConIn mode. by niruiyu · 12 years ago
  47. 8472f1f Build the registered guid HOB and SystemTable to record the GUID itself in PeiExtractGuidedSectionLib and DxeExtractGuidedSectionLib, and also state the restriction in BaseExtractGuidedSectionLib. by lzeng14 · 12 years ago
  48. 2054fd1 Fix memory out of band access in AsmFxSave() and AsmFxRestore(). by lgao4 · 12 years ago
  49. 771729c Add new API IsDevicePathValid() to UefiDevicePathLib. by niruiyu · 12 years ago
  50. 0054ce5 Enhance the error code info. by ydong10 · 12 years ago
  51. 158e788 Enhance the comments. by ydong10 · 12 years ago
  52. dbcecd5 Should pass in bytes of string buffer to UnicodeSPrint() rather than Unicode string length. by erictian · 12 years ago
  53. 60893cc Enhance the check for some fields in the PE image before use it. by ydong10 · 12 years ago
  54. 3acb198 Enhance the check when ImageRead function return. by ydong10 · 12 years ago
  55. d6bee31 Enhance the code to make the code logic more clear. by ydong10 · 12 years ago
  56. 33026cc Enable wide string support for CreatePopUp function in UefiLib. by ydong10 · 12 years ago
  57. 192764d Update HobLib and Hob Service to avoid data over flow. by lgao4 · 12 years ago
  58. dc204d5 Add comment for modules which have external input. by jyao1 · 13 years ago
  59. bf4a3db Add new interface GetVariable2 and GetEfiGlobalVariable2 to return more info. Also replace old interface with new one. by ydong10 · 13 years ago
  60. de74f0c Correct a bug in AsmCpuidEx() to return correct ECX and EDX. by niruiyu · 13 years ago
  61. 00b7e3e Update the logic related to get section header offset for TE image. by ydong10 · 13 years ago
  62. e019232 Patch include: by ydong10 · 13 years ago
  63. ba14539 Add new extension PerformanceLib APIs to store ID info. by lzeng14 · 13 years ago
  64. 28186d4 Validate some fields in PE image to make sure not access violation for later code. by ydong10 · 13 years ago
  65. 05570a7 Update function comments to remove confused description on PerformanceLib EndPerformanceMeasurement API. by lgao4 · 13 years ago
  66. 3556c7a Correct function comments on DxeServicesLib GetFileBufferByFilePath API. by lgao4 · 13 years ago
  67. fcbcced Current IPF version SwitchStack implementation uses loadrs instruction to restore dirty partition of register stack from the backing store, but there is no guarantee to make the backing store valid before. So add flushrs before loadrs to make sure backing store valid. by li-elvin · 13 years ago
  68. be30ddf Update the offset when read every debug entries info. by ydong10 · 13 years ago
  69. 744265e Clarify alignment of GetSpinLockProperties() is byte alignment. by lgao4 · 13 years ago
  70. 1445300 Update the modifier of ThunkContext parameter for AsmPrepareThunk16() in BaseLib from OUT to IN OUT. by lgao4 · 13 years ago
  71. 3dbef42 Add code check to avoid access violation. by ydong10 · 13 years ago
  72. 265fa9f MdePkg: Add a new macro VA_COPY for variable argument support. Fix a bug in the UefiLib instance that there is a non portable assumption that Marker is copied when passed to a function. by rsun3 · 13 years ago
  73. 3bbe68a Add Missing invocations to VA_END() for VA_START(). by rsun3 · 13 years ago
  74. c8641de Roll back the previous change in MdePkg BaseLib Ia32 Thunk16.S and EcpPkg GlueLib BaseLib Ia32 Thunk16.S, and still use the hard code offset in them to avoid GCC compiler create the unexpected instruction. by lgao4 · 13 years ago
  75. fe28761 Clean up the hard code offset in MdePkg BaseLib Ia32 Thunk16.S and EcpPkg GlueLib BaseLib Ia32 Thunk16.S. by lgao4 · 13 years ago
  76. c577049 Fix the issue to clear the high 16-bit of EAX before use it Thunk code. by lgao4 · 13 years ago
  77. c32dcd2 add missing <BR> by hhtian · 13 years ago
  78. b316eab Add the missing supported module type in MdePkg DxeServicesTableLib instance. by lgao4 · 13 years ago
  79. c119933 MdePkg DxeServicesLib: Search further in GetFileBufferByFilePath by jljusten · 13 years ago
  80. 736d06b Update comments in BaseExtractGuidedSectionLib library instance to say its used memory is the physical memory space. by lgao4 · 13 years ago
  81. 0806815 MdePkg/BaseLib: Replaced inline assembly for ARMGCC by GCC assembly source file by oliviermartin · 13 years ago
  82. 30f001c Add core FFS3 support, ExtractGuidedSectionLib/GuidedSectionExtractionLib/PiFirmwareFile.h. by lzeng14 · 13 years ago
  83. 32fa354 Update Base type SecPeiDxeTimerLibCpu to support all module type. by lgao4 · 13 years ago
  84. f2a4d59 Fix Xcode link failure. Relocations are not supported in .text sections. by andrewfish · 13 years ago
  85. 4ae2e63 Refine code to follow coding style. by ydong10 · 13 years ago
  86. 4223e4f Minor copyright format update by hhtian · 13 years ago
  87. 16a4873 MdePkg: Add missing implementation of GetTimeInNanoSecond() to TimerLib library instance DxeTimerLibEsal. by xdu2 · 13 years ago
  88. 5c45133 Refine code to follow coding style. by ydong10 · 13 years ago
  89. 6088db3 Move generic IA32_SEGMENT_DESCRIPTOR definition to BaseLib.h. by li-elvin · 13 years ago
  90. 6709bbd Add check before use to make code run more safer. by ydong10 · 13 years ago
  91. fe69ac8 MdePkg: Add S3 library interfaces and base implementations by jljusten · 13 years ago
  92. b9610b9 Add new API GetTimeInNanoSecond() to TimerLib to convert elapsed ticks to time in unit of nanoseconds. by xdu2 · 13 years ago
  93. 83f1f16 Refine code to follow coding style. by ydong10 · 13 years ago
  94. 3e5cfe9 Simplify the SmmPeriodicSmiLib to call AllocatePool() for every entry in the SMI periodic handler list. by niruiyu · 13 years ago
  95. 569224f Use linked list to replace the current array solution to store the periodic SMI handlers to support more than 8 periodic SMI handlers. by niruiyu · 13 years ago
  96. 4134280 Fix X64 compile error. by lgao4 · 13 years ago
  97. 6bae492 clarify the logic of the print length counting functions in both PrintLib library instances. by jcarsey · 13 years ago
  98. 48c0731 Fix X64 compile error. by lgao4 · 13 years ago
  99. f405c06 Add 2 functions to UefiLib library class: CatSPrint and CatVSPrint. by jcarsey · 13 years ago
  100. 3c47fe6 MdePkg: Fixed hang/reset in thunk code when building with GCC X64 by geekboy15a · 13 years ago