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