1. 4754c98 Update to use DOS format by qhuang8 · 16 years ago
  2. 95f484c Update to use DOS format by qhuang8 · 16 years ago
  3. 4fd730b Change functional static variable to Global variable. No STATIC modifier is recommended though it is defined in Base.h. It is for consistency. by qwang12 · 16 years ago
  4. 0df3178 Change functional static variable to Global variable. No STATIC modifier is recommended though it is defined in Base.h. It is for consistency. by qwang12 · 16 years ago
  5. e48813d Change functional static variable to Global variable. No STATIC modifier is recommended though it is defined in Base.h. It is for consistency. by qwang12 · 16 years ago
  6. 19b15d6 Change functional static variable to Global variable. No STATIC modifier is recommended though it is defined in Base.h. by qwang12 · 16 years ago
  7. 8630d2d Update the comment. by qwang12 · 16 years ago
  8. 3d6b07b Pass ICC build. by qwang12 · 16 years ago
  9. d2ef2ab Fixed build failure of R8 modules with uni file by jwang36 · 16 years ago
  10. c59f6dc add info for removal of SafeFreePool. by qwang12 · 16 years ago
  11. 30ae98d 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
  12. 7001eaf 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
  13. 676df92 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
  14. 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
  15. 34abfd7 Rename the global variable to avoid possible symbol conflict. by qwang12 · 16 years ago
  16. 5822807 Rename the global variable to avoid possible symbol conflict. by qwang12 · 16 years ago
  17. e56dd2c 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
  18. 7492c63 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
  19. ba31c2e 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
  20. 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
  21. 819d148 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
  22. df1f748 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
  23. fe1e36e 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
  24. 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
  25. 7829726 Implement Read() and Poll() by mdkinney · 16 years ago
  26. 34c4ae4 Add performance measurement token for SEC by mdkinney · 16 years ago
  27. 7cff25d Measure time spent in Driver Binding Supported() calls by mdkinney · 16 years ago
  28. 008d401 Measure time spent in SEC by mdkinney · 16 years ago
  29. a5f2a20 Fix bug walking list of ACPI descriptors searching for bus ranges. by mdkinney · 16 years ago
  30. 9df8788 Performance improvement on startup of build.exe by jwang36 · 16 years ago
  31. 5da37dd Adjust assembler's comments. by klu2 · 16 years ago
  32. cc26d6f Modify DSC file of UnixPkg according to update of MDE package. by xli24 · 16 years ago
  33. 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
  34. 3ea27e1 ATA_REQUEST_SENSE_ERROR is not defined in ATA spec and no one use it. by vanjeff · 16 years ago
  35. 9fe0e26 Fix hard code base tool path. by klu2 · 16 years ago
  36. 4bf952d Images loaded by the DXE IPL should allocate memory of type EfiBootServicesCode, not EfiBootServicesData by mdkinney · 16 years ago
  37. ebc5f59 Remove duplicate module in MdePkg DSC file. by klu2 · 16 years ago
  38. e34ecc8 Remove unnessary UEFI_SPECIFICATION_VERSION and PI_SPECIFICATION_VERSION in INF file by eric_tian · 16 years ago
  39. 045c8b9 add Metronome.inf into MdeModulePkg.dsc. by vanjeff · 16 years ago
  40. 6296e67 Fix copyright date by mdkinney · 16 years ago
  41. fbfd91e Add generic module that produces the Metronome Architectural Protocol on top of an instance of the Timer Library defined in the MdePkg by mdkinney · 16 years ago
  42. 2faf4da Refine comments of X64 assembly files of MDE BaseLib. by xli24 · 16 years ago
  43. 405b567 Refine file header for INF files of DXE and PEI core modules. by xli24 · 16 years ago
  44. 0047820 Refine version info in MDE file header. by xli24 · 16 years ago
  45. 57246fe sync comments. by vanjeff · 16 years ago
  46. 85ea851 Refine file header for INF files of MDE library instances. by xli24 · 16 years ago
  47. f40a038 Fixed incorrect function prototype in AutoGen.c for PEI modules. by jwang36 · 16 years ago
  48. 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
  49. a41a173 adjust file list order in dsc file. by vanjeff · 16 years ago
  50. 82adad5 1. Fixed bugs of HSD bug trackers 201729, 201670 and 201601 by jwang36 · 16 years ago
  51. ad6d2a4 adjust file list order in dsc file. by vanjeff · 16 years ago
  52. 078bee4 clean up EBC in inf files. by vanjeff · 16 years ago
  53. 82e718f Fix build break (verified to boot to shell). by qhuang8 · 16 years ago
  54. 9a833c8 Add missing protocol header file. by klu2 · 16 years ago
  55. 1875720 Add back gEfiFormBrowser2ProtocolGuid & gEfiFormBrowser2ProtocolGuid as they were actually used by LocateFormBrowser2Protocols() in this library instance. by qhuang8 · 16 years ago
  56. 9d96b05 Fix EFI_IMAGE_NT_SIGNATURE (PE00). (Its value should be 0x00004550.) by qhuang8 · 16 years ago
  57. 3443441 remove null directory by vanjeff · 16 years ago
  58. 55256f5 Update supported module type of MDE library instances according to MDE library spec. by xli24 · 16 years ago
  59. 464cf98 Remove over specify protocol/ppi/guid by klu2 · 16 years ago
  60. bb40027 move Ia32DivS64x64Remainder.c to Ia32/DivS64x64Remainder.c. by vanjeff · 16 years ago
  61. aa5f255 Copied remotely by vanjeff · 16 years ago
  62. bf314e6 update files header by vanjeff · 16 years ago
  63. 01f6d46 Move global variable to the top of C file for consistent coding style. by qwang12 · 16 years ago
  64. 44cfd8a Move global variable to the top of C file for consistent coding style. by qwang12 · 16 years ago
  65. d251b34 Make use of correct format String: by qwang12 · 16 years ago
  66. 0e549d5 Make use of correct format String: by qwang12 · 16 years ago
  67. 13c3106 added EFI_SIGNATURE_XX in Base.h, and updated the industry header files to use them. by vanjeff · 16 years ago
  68. 88a1936 re-defined CDROM_VOLUME_DESCRIPTOR to be a union including Boot Record Volume Descriptor and Primary Volume Description. by vanjeff · 16 years ago
  69. 3052ec6 re-defined CDROM_VOLUME_DESCRIPTOR to be a union including Boot Record Volume Descriptor and Primary Volume Description. by vanjeff · 16 years ago
  70. a397f1b Use Pci.h instead of Pci23.h by mdkinney · 16 years ago
  71. c17f446 Rename Print() to VPrintXY() to eliminate symbol collision with the Print function in the UefiLib by mdkinney · 16 years ago
  72. dc31771 Add X64 Gate Descriptor by mdkinney · 16 years ago
  73. 8be701c Update 8259 driver to use IoLib instead of the CPU I/O Protocol by mdkinney · 16 years ago
  74. 46f8260 Update LIBRARY_CLASS declaration in the INF file so this library is type BASE and can be linked against all module types. by mdkinney · 16 years ago
  75. 33730c7 Remove DXS file. The dependency expression has been moved into the INF file. by mdkinney · 16 years ago
  76. 2952f72 Update 8254 Timer driver to use IoLib instead of CPU I/O Protocol by mdkinney · 16 years ago
  77. 0f25cc1 Update Metronome driver to use the IoLib instead of the CPU I/O Protocol. by mdkinney · 16 years ago
  78. 03c1105 Fix duplicate symbol in this driver. by mdkinney · 16 years ago
  79. bc14bdb by vanjeff · 16 years ago
  80. efe08f4 Remove the duplicated definitins. by qwang12 · 16 years ago
  81. a979fca Uefi.h include is required as this module need the EFI_CONFIGURATION_TABLE type definition. by qwang12 · 16 years ago
  82. 2616448 Coding style fix. by qwang12 · 16 years ago
  83. 5897821 Coding style fix. by qwang12 · 16 years ago
  84. 6053411 Coding style fix. by qwang12 · 16 years ago
  85. 751635b Coding style fix. by qwang12 · 16 years ago
  86. 2278f5f Coding style fix. by qwang12 · 16 years ago
  87. 1fd83dd Include DevicePath.h as this file need EFI_DEVICE_PATH_PROTOCOL's definition. by qwang12 · 16 years ago
  88. 49e7092 Add in local variable to ensure that "operands are evaluated in specified order". by qwang12 · 16 years ago
  89. 18e6a25 Remove the unnecessary include file: Uefi.h. Module should include this file base on the specification it comply with. by qwang12 · 16 years ago
  90. 5a6f122 Modify DSC file according to update of MDE library instances. by xli24 · 16 years ago
  91. cc1143b Modify DSC file according to update of MDE library instances. by xli24 · 16 years ago
  92. 0a525ec Modify DSC file according to update of MDE library instances. by xli24 · 16 years ago
  93. 9a02293 Modify DSC file according to update of MDE library instances. by xli24 · 16 years ago
  94. 1fbe8cd Modify DSC file according to update of MDE library instances. by xli24 · 16 years ago
  95. 601c8c2 Modify DSC file according to update of MDE library instances. by xli24 · 16 years ago
  96. aa79e01 Modify DSC file according to update of MDE library instances. by xli24 · 16 years ago
  97. a86d0e2 Remove EdkFvbServiceLib and GraphicsLib from MdeModulePkg, for they have been added to MDE package. by xli24 · 16 years ago
  98. 677472a 1. Rename following library instances according to MDE Library Spec: by xli24 · 16 years ago
  99. 7e43ed8 Refine code for ECC check. by xli24 · 16 years ago
  100. 14f268b Revert CpuId and CpuIdEx to r6213. by xli24 · 16 years ago