1. 0c39efc Base on PI spec, GetPeiServicesTablePointer is updated to return CONST EFI_PEI_SERVICES**. This is a incompatible changes. All file that reference this must be updated. by qwang12 · 16 years ago
  2. 284c840 Base on PI spec, GetPeiServicesTablePointer is updated to return CONST EFI_PEI_SERVICES**. This is a incompatible changes. All file that reference this must be updated. by qwang12 · 16 years ago
  3. 5240b97 Base on PI spec, GetPeiServicesTablePointer is updated to return CONST EFI_PEI_SERVICES**. This is a incompatible changes. All file that reference this must be updated. by qwang12 · 16 years ago
  4. b5793f4 Add incompatible description. by qwang12 · 16 years ago
  5. 076a01d Update the comment. by qwang12 · 16 years ago
  6. b05ac95 remove PCD_INVALID_TOKEN_NUMBER, that is not defined in PCD Spec. by vanjeff · 16 years ago
  7. 1003f96 Fixed two minor issues by jwang36 · 16 years ago
  8. abb59a60 Fixed the incorrect file printed out when an unknown exception occurred. by jwang36 · 16 years ago
  9. 575bc2b Remove over specify library class for IntelFrameworkPkg and IntelFrameworkModulePkg. by klu2 · 16 years ago
  10. 8dbdc94 Remove over specifc library class for Nt32Pkg. by klu2 · 16 years ago
  11. 912004c Roolback PlatformMngr to UEFI_APPLICATION, and remove its dependency section. by lgao4 · 16 years ago
  12. 18d2d5a Remove over specific usage for library class by klu2 · 16 years ago
  13. bf9ffb9 ECP support update. by jlin16 · 16 years ago
  14. 43cefa3 Minor update for EfiVariable.h by lgao4 · 16 years ago
  15. 71f36e0 Minor update for PlatOverMngr driver, VariableFormat.h and DxePcdLib.c. by lgao4 · 16 years ago
  16. c30050f Fix a bug to locate the correct PPI. by qwang12 · 16 years ago
  17. 03c19e0 Use CONST instead of const by klu2 · 16 years ago
  18. 1903442 Remove the unnecessary include, such as PiDxe.h, PiPei.h, Base.h and Uefi.h in header file. The module should include these files before include the Protocol/Ppi/Guid/Library header files. by qwang12 · 16 years ago
  19. 0b94e31 Fix ICC building issue for Nt32 platform. by klu2 · 16 years ago
  20. 5f30069 Correct two minor comments by lgao4 · 16 years ago
  21. e60d361 Use BIT22 instead of SMBUS_LIB_PEC_BIT by klu2 · 16 years ago
  22. 44717a3 Formalize comments for Protocols and PPIs. by xli24 · 16 years ago
  23. 66eebcf Remove Smbus related macro, which are defined in MdePkg. by klu2 · 16 years ago
  24. 24c2823 Fix build issue for ICC compiler. by klu2 · 16 years ago
  25. 5ead4a0 If there are variables in the VAR_ADDED state that are identical to the variable being updated during reclaim, then only keep the variable being updated and delete variables in the VAR_ADDED state. by mdkinney · 16 years ago
  26. aa0583c Modify MDE source code according to MDE library update. by xli24 · 16 years ago
  27. e500088 Update library class and library instance description for UefiLib to follows specification. by klu2 · 16 years ago
  28. 2d8debe synchronize macros SMBUS_LIB_SLAVE_ADDRESS, SMBUS_LIB_COMMAND, SMBUS_LIB_LENGTH, SMBUS_LIB_PEC, SMBUS_LIB_RESERVED with latest MdePkg specification. by klu2 · 16 years ago
  29. 3ecdcd1 Update HobLib and PeCoffLib according to MDE Lib Spec 0.61c by lgao4 · 16 years ago
  30. eecd469 Update ScsiIo protocol and ScsiPassThruExt protocol guid value to UEFI 2.1 by lgao4 · 16 years ago
  31. 258cce1 Fix doxygen comment for structure and macro by klu2 · 16 years ago
  32. 1f08a15 Fix doxygen comment for structure and macro by klu2 · 16 years ago
  33. cce6f7a Fix doxygen comment for structure and macro by klu2 · 16 years ago
  34. 721b16a Fix doxygen comment for structure and macro by klu2 · 16 years ago
  35. a4e0b06 1, Fix doxygen comment for structure and macro by klu2 · 16 years ago
  36. 3354353 Fix doxygen comment for structure and macro by klu2 · 16 years ago
  37. 8b6c989 Fix doxygen comment for structure and macro by klu2 · 16 years ago
  38. 107ffdc Fix doxygen comment for structure and macro by klu2 · 16 years ago
  39. 7b98db8 Fix doxygen comment for structure and macro by klu2 · 16 years ago
  40. 07974e7 sync SerialPortLib.h with mde library spec0.61d-8.doc on webtop. by eric_tian · 16 years ago
  41. fc4db9b Remove the unused header files. by lgao4 · 16 years ago
  42. 3909993 Remove the package header files PiDxe.h/PiPei.h/Uefi.h included by Protocol/Ppi/Guid header file by lgao4 · 16 years ago
  43. 0856e61 sync the PcdUnixFileSystem value with real path. by eric_tian · 16 years ago
  44. 1d5df82 Set Root=NULL if some error code is returned from OpenVolume() interface of EfiSimpleFileSystem Protocol. The implementation of that interface does not necessarily set the output parameter of Root NULL if error code is returned. by qhuang8 · 16 years ago
  45. 1536925 Fix a case error by qhuang8 · 16 years ago
  46. 4ef8fb4 trunk/edk2/MdePkg/Include/X64/ProcessorBind.h: by jljusten · 16 years ago
  47. 956a6dc add proper modifers preceding to function arguments. by eric_tian · 16 years ago
  48. b91d5ec sync the comments of scsilib library class with Mde Library Spec. by eric_tian · 16 years ago
  49. d69107a sync the comments of serialportlib library class with Mde Library Spec. by eric_tian · 16 years ago
  50. 1b88ce8 sync the comments of FvbServiceLib library class with Mde Library Spec. by eric_tian · 16 years ago
  51. d3b835c ECP support update. by jlin16 · 16 years ago
  52. d4344b1 Fix build broken issue by klu2 · 16 years ago
  53. 289598a Add usblib library class mapping. by klu2 · 16 years ago
  54. 7befabe Fixed HSD201706, which a None SourceOverrideDir will cause path join failure. by jwang36 · 16 years ago
  55. b8e2922 Correct the filename. by vanjeff · 16 years ago
  56. e97835b Change PeiMain/DxeMain's base name to PeiCore/DxeCore. by klu2 · 16 years ago
  57. 5a54c2f Correct file comment for DxeServicesTableLib.c by klu2 · 16 years ago
  58. f468abd Correct file comment for DxeServicesTableLib.c by klu2 · 16 years ago
  59. add1f24 Remove DXE CIS word by klu2 · 16 years ago
  60. 29cb357 Add MSFT support by klu2 · 16 years ago
  61. 77df4b6 Miss tool chain tag in CPU.inf by klu2 · 16 years ago
  62. e9e65e2 Remove unicode char by klu2 · 16 years ago
  63. 9cd1d1c Use macro instead of hard code value for timer register address in local APIC by klu2 · 16 years ago
  64. 3bb398e Remove unicode char. by klu2 · 16 years ago
  65. 0925404 Synchronize function's comments with EFI 1.1 specification. by klu2 · 16 years ago
  66. 8048b3f Use doxygen style comments for enumration value. by klu2 · 16 years ago
  67. d16ce4d Synchronize function's comments with EFI 1.1 specification. by klu2 · 16 years ago
  68. 35e0d11 Synchronize function's comments with EFI 1.1 specification. by klu2 · 16 years ago
  69. 2baabe0 Synchronize function's comments with EFI 1.1 specification. by klu2 · 16 years ago
  70. 8377875 Synchronize function's comments with UEFI specification. by klu2 · 16 years ago
  71. d04dc02 Add more description for type parameter for EFI_TAP_REWIND function prototype. by klu2 · 16 years ago
  72. 4e4b448 change "\" sign to "/" sign that is comply with INF spec. by eric_tian · 16 years ago
  73. 6cb2629 sync the comments of GraphicsLib library instance with Mde Library Spec. by eric_tian · 16 years ago
  74. 8517ee5 sync GraphicsLib.h with Mde Library Spec. by eric_tian · 16 years ago
  75. 7792722 change "\" sign to "/" sign that is comply with INF spec. by eric_tian · 16 years ago
  76. a477cce cleanup the improper comments for function return value in LockKeyboards() by eric_tian · 16 years ago
  77. 2f2a277 1. Set the EFI_DEBUG_IMAGE_INFO_TABLE_MODIFIED bit on insertion/deletion of entries in DebugImageInfo Table. by qhuang8 · 16 years ago
  78. 71bd74c Changing source filename to match name changing. by vanjeff · 16 years ago
  79. 766f1ff Changing source filename to match name changing. by vanjeff · 16 years ago
  80. 26fb472 Renamed remotely by vanjeff · 16 years ago
  81. 144594f Renamed remotely by vanjeff · 16 years ago
  82. 1cd5081 Renamed remotely by vanjeff · 16 years ago
  83. d9697ee Renamed remotely by vanjeff · 16 years ago
  84. d9e5f7f Renamed remotely by vanjeff · 16 years ago
  85. 9d25a75 Renamed remotely by vanjeff · 16 years ago
  86. 32f9f96 Renamed remotely by vanjeff · 16 years ago
  87. 17a10e4 Renamed remotely by vanjeff · 16 years ago
  88. d3dc3f8 Renamed remotely by vanjeff · 16 years ago
  89. 691e587 Renamed remotely by vanjeff · 16 years ago
  90. 53631e5 Renamed remotely by vanjeff · 16 years ago
  91. 89d2171 Renamed remotely by vanjeff · 16 years ago
  92. 1f7dded Renamed remotely by vanjeff · 16 years ago
  93. e11ddda Renamed remotely by vanjeff · 16 years ago
  94. 73595a1 Renamed remotely by vanjeff · 16 years ago
  95. 5786730 Renamed remotely by vanjeff · 16 years ago
  96. af8ba86 Renamed remotely by vanjeff · 16 years ago
  97. caf69a0 Renamed remotely by vanjeff · 16 years ago
  98. b57f380 Renamed remotely by vanjeff · 16 years ago
  99. 0fe1be7 Renamed remotely by vanjeff · 16 years ago
  100. 04c99fb Renamed remotely by vanjeff · 16 years ago