1. 5673300 Fix constructor/destructor issue for DXE_RUNTIM_DRIVER library instance. by qhuang8 · 16 years ago
  2. 9638ba6 Synchronize function comment in h file by gikidy · 16 years ago
  3. 122e219 Function headers in .h and .c files synchronized with spec by jji4 · 16 years ago
  4. fc0c5b3 Add SEC as supported module types to follow MdeLib spec. by qhuang8 · 16 years ago
  5. 3d73239 Remove the EBC architecture support. by qhuang8 · 16 years ago
  6. 7187151 Function headers in .h and .c files synchronized with spec by jji4 · 16 years ago
  7. 3e5c323 Synchronize function comment in by gikidy · 16 years ago
  8. 003c1db Remove checking for overflow in several Multiple functions in BaseLib, for it is not feasible to check in C code. by qhuang8 · 16 years ago
  9. 66770cc Function headers in .h and .c files synchronized with spec by jji4 · 16 years ago
  10. cf8ae2f Function headers in .h and .c files synchronized with spec by jji4 · 16 years ago
  11. eb1c78d Synchronize function comment in MdePkg\Library\BaseMemoryLib.h,CacheMaintenanceLib.h with the c file instance of this functions. by gikidy · 16 years ago
  12. 65da001 Add PI_SPECIFICATION_VERSION = 0x00010000 for the following library instances, because they depend on the new definitions in PI spec. by lgao4 · 16 years ago
  13. 9aa049d Synchronize function comment in MdePkg\Library\BaseLib.h with the instance of this functions. by gikidy · 16 years ago
  14. 04fdba5 Fix minor issues in GCC assembly. The operand is 64bit and "q" prefix should be applied. by qhuang8 · 16 years ago
  15. dc8577f Clean up the unused EDK_RELEASE_VERSION, PI_SPECIFICATION_VERSION and EFI_SPECIFICATION_VERSION from all the MdePkg INF files. by lgao4 · 16 years ago
  16. 43fe5cd Fix ICC warnings by qhuang8 · 16 years ago
  17. e73bf9f Use ".486" for the instruction of "wbinvd" by qhuang8 · 16 years ago
  18. 6089ba6 Function headers checked with spec by jji4 · 16 years ago
  19. 93b5b85 Add runtime safe PCI Express Library instance by mdkinney · 16 years ago
  20. 3e3ae63 Add runtime registration function to all PCI Libs by mdkinney · 16 years ago
  21. 0a559bb Add reallocation functions to the UEFI Memory Allocation Library by mdkinney · 16 years ago
  22. 3b6a71f Add reallocate functions to the PEI Memory Allocation Library by mdkinney · 16 years ago
  23. 9f4f2f0 Add EnableCache() and DisableCache() implementations for IA32 and X64 to the BaseLib by mdkinney · 16 years ago
  24. c3363c9 Code scrub with spec. by jji4 · 16 years ago
  25. 98ea597 Should use uppercase character for return value's comment. by klu2 · 16 years ago
  26. 9504e2c Rename DxePciLibPciRootBridgeIo to UefiPciLibPciRootBridgeIo. by xli24 · 16 years ago
  27. 6f6ae61 RenameRename DxePciLibPciRootBridgeIo to UefiPciLibPciRootBridgeIo. by xli24 · 16 years ago
  28. 3745e1a Synchronize comments with .h and .c file. Even format differences will lead doxygen think they are different comment and generate two copy comments. by klu2 · 16 years ago
  29. e43e4b3 Refine new library instances according to review comments. by xli24 · 16 years ago
  30. 978baf5 Update supported module type of PeiPalLib according to the latest MDE library spec. by xli24 · 16 years ago
  31. c239043 Add ReallocatePool(), ReallocateRuntimePool(), and ReallocateReservedPool() to BaseMemoryLib by mdkinney · 16 years ago
  32. 91fd9c9 Code and comments have been checked with spec. by jji4 · 16 years ago
  33. 64735d2 synchronize the MdePkg/Include/Library/PcdLib.h and the MDE_Library_Spec.Add the commit for Macro in the PcdLib.h reference to the Spec. by gikidy · 16 years ago
  34. e934a74 Function comments have been checked with spec. by jji4 · 16 years ago
  35. 8789c5e synchronize the MdePkg/Include/Library/MemoryAllocationLib.h,PalLib.h the MDE_Library_Spec. by gikidy · 16 years ago
  36. 8404146 Function comments have been checked with spec. by jji4 · 16 years ago
  37. 58125b7 Function headers and comments have been checked with spec. by jji4 · 16 years ago
  38. 6d6a109 Function headers and comments have been checked with spec. by jji4 · 16 years ago
  39. 1d37ab9 Code and comments have been checked with spec. by jji4 · 16 years ago
  40. b315472 1.Removed PrintXY from Graphics Library. by vanjeff · 16 years ago
  41. 6f890d5 Detab by qhuang8 · 16 years ago
  42. 285010e Update doxygen comment for VarArg list parameter. "..."'s description is added. by qwang12 · 16 years ago
  43. f1db45f Code Scrub: Code has been checked with MDE spec by jji4 · 16 years ago
  44. 563353b Fix GCC build break. by qhuang8 · 16 years ago
  45. d5954c6 Code Scrub: by jji4 · 16 years ago
  46. b75a165 Update function header align to Mde Lib spec. by lgao4 · 16 years ago
  47. 08a458b Files of PeiPalLib uses the wrong license information in the file header. Update them. by xli24 · 16 years ago
  48. ca2a999 Remove UefiHiiLib & UefiIfrSupportLib. They have been moved to MdeModulePkg. by qhuang8 · 16 years ago
  49. d68a10d Update for the library class renaming: UsbLib -> UefiUsbLib by qhuang8 · 16 years ago
  50. 172ea7c Update for the library class renaming: ScsiLib -> UefiScsiLib by qhuang8 · 16 years ago
  51. 4d52c1f Use PalLib instead of PalCallLib by qhuang8 · 16 years ago
  52. dc49f4e Use PalLib instead of PalCallLib by qhuang8 · 16 years ago
  53. fa73b3b Use PalLib instead of PalCallLib by qhuang8 · 16 years ago
  54. ff1f227 Retired PeiPiLib, all its API has been merged to PeiServicesLib by qhuang8 · 16 years ago
  55. 729675a Add PeiServicesInstallFvInfoPpi(). It is formerly PiLibInstallFvInfoPpi() in PeiPiLib by qhuang8 · 16 years ago
  56. eb9dd4d Rename DxePiLib to DxeServicesLib by qhuang8 · 16 years ago
  57. 9f87412 Remove BasePalCallLibNull It is replaced by BasePalLibNull by qhuang8 · 16 years ago
  58. 4c24c4e Add BasePalLibNull It originates from BasePalCallLibNull by qhuang8 · 16 years ago
  59. 5a92a63 Use PalLib instead of PalCallLib by qhuang8 · 16 years ago
  60. 484c778 Update minor comments for Smbus, PcdLib, PeiServicesLib library instance. And change UefiRuntimeLib instance type to UEFI_DRIVER according to MdeLib spec. by lgao4 · 16 years ago
  61. e5dab01 1, Move device path utility macros from protocol's header file to DevicePathLib library classes by klu2 · 16 years ago
  62. 1a3eaf0 Add following library instances to MDE package: by xli24 · 16 years ago
  63. 85cd6cd Add gEfiDriverConfigurationProtocolGuid GUID C Name in INF. by qhuang8 · 16 years ago
  64. 3a6779f Update the implementation of EfiLibInstallAllDriverBinding2(). by qhuang8 · 16 years ago
  65. f5b2c45 Add IA32, x64 & EBC version of EfiConvertFunctionPointer() by qhuang8 · 16 years ago
  66. 1b37333 Add two EFI Modifier. by qwang12 · 16 years ago
  67. 9185c38 Sync in bug fix from EDK I: by qwang12 · 16 years ago
  68. a1fc19d Use #include "XXX.h" for module internal header files. by qhuang8 · 16 years ago
  69. b1ff428 Update to use DOS format by qhuang8 · 16 years ago
  70. 86026b9 Fix a typo. by qwang12 · 16 years ago
  71. 4108358 Add in the OPTIONAL modifier. by qwang12 · 16 years ago
  72. e4508cd Fix a prototype bug. by qwang12 · 16 years ago
  73. c1b1d7a Fix a prototype bug. by qwang12 · 16 years ago
  74. 33de599 Fix the doxygen comment. by qwang12 · 16 years ago
  75. 6c40137 Use #include "XXX.h" for module internal header files. by qhuang8 · 16 years ago
  76. b687d19 Use #include <XXX.h> for public include files. Remove commented code. by qhuang8 · 16 years ago
  77. 47fc17d Use #include "XXX.h" for module internal header files. by qhuang8 · 16 years ago
  78. e82e1ac Update to use DOS format by qhuang8 · 16 years ago
  79. 32ed92d Update to use DOS format by qhuang8 · 16 years ago
  80. 4754c98 Update to use DOS format by qhuang8 · 16 years ago
  81. 95f484c Update to use DOS format by qhuang8 · 16 years ago
  82. bb1d8ee Remove SafeFreePool from MemoryAllocationLib as this API's name is misleading. Its implementation only check if a pointer is NULL. If a garbage pointer is passed in, the gBS->FreePool will still ASSERT in debug build and return error code. by qwang12 · 16 years ago
  83. 34abfd7 Rename the global variable to avoid possible symbol conflict. by qwang12 · 16 years ago
  84. 5822807 Rename the global variable to avoid possible symbol conflict. by qwang12 · 16 years ago
  85. fe46741 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
  86. 5da37dd Adjust assembler's comments. by klu2 · 16 years ago
  87. a7e883d Move FvbServiceLib, GraphicsLib, and DxePalLib from MDE package due to package dependency issue, and update all DSC files accordingly. by xli24 · 16 years ago
  88. e34ecc8 Remove unnessary UEFI_SPECIFICATION_VERSION and PI_SPECIFICATION_VERSION in INF file by eric_tian · 16 years ago
  89. 2faf4da Refine comments of X64 assembly files of MDE BaseLib. by xli24 · 16 years ago
  90. 57246fe sync comments. by vanjeff · 16 years ago
  91. 85ea851 Refine file header for INF files of MDE library instances. by xli24 · 16 years ago
  92. 0308e20 1. build.py's changes : include XXXEntryPointLib.h into the corresponding autogen.c files of various modules to avoid the inconsistence between the interface definition of library class and the implementation of autogen.c by eric_tian · 16 years ago
  93. ad6d2a4 adjust file list order in dsc file. by vanjeff · 16 years ago
  94. 078bee4 clean up EBC in inf files. by vanjeff · 16 years ago
  95. 9a833c8 Add missing protocol header file. by klu2 · 16 years ago
  96. 1875720 Add back gEfiFormBrowser2ProtocolGuid & gEfiFormBrowser2ProtocolGuid as they were actually used by LocateFormBrowser2Protocols() in this library instance. by qhuang8 · 16 years ago
  97. 55256f5 Update supported module type of MDE library instances according to MDE library spec. by xli24 · 16 years ago
  98. 464cf98 Remove over specify protocol/ppi/guid by klu2 · 16 years ago
  99. bb40027 move Ia32DivS64x64Remainder.c to Ia32/DivS64x64Remainder.c. by vanjeff · 16 years ago
  100. aa5f255 Copied remotely by vanjeff · 16 years ago