1. 0b94e31 Fix ICC building issue for Nt32 platform. by klu2 · 16 years ago
  2. 5f30069 Correct two minor comments by lgao4 · 16 years ago
  3. e60d361 Use BIT22 instead of SMBUS_LIB_PEC_BIT by klu2 · 16 years ago
  4. 44717a3 Formalize comments for Protocols and PPIs. by xli24 · 16 years ago
  5. 66eebcf Remove Smbus related macro, which are defined in MdePkg. by klu2 · 16 years ago
  6. 24c2823 Fix build issue for ICC compiler. by klu2 · 16 years ago
  7. 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
  8. aa0583c Modify MDE source code according to MDE library update. by xli24 · 16 years ago
  9. e500088 Update library class and library instance description for UefiLib to follows specification. by klu2 · 16 years ago
  10. 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
  11. 3ecdcd1 Update HobLib and PeCoffLib according to MDE Lib Spec 0.61c by lgao4 · 16 years ago
  12. eecd469 Update ScsiIo protocol and ScsiPassThruExt protocol guid value to UEFI 2.1 by lgao4 · 16 years ago
  13. 258cce1 Fix doxygen comment for structure and macro by klu2 · 16 years ago
  14. 1f08a15 Fix doxygen comment for structure and macro by klu2 · 16 years ago
  15. cce6f7a Fix doxygen comment for structure and macro by klu2 · 16 years ago
  16. 721b16a Fix doxygen comment for structure and macro by klu2 · 16 years ago
  17. a4e0b06 1, Fix doxygen comment for structure and macro by klu2 · 16 years ago
  18. 3354353 Fix doxygen comment for structure and macro by klu2 · 16 years ago
  19. 8b6c989 Fix doxygen comment for structure and macro by klu2 · 16 years ago
  20. 107ffdc Fix doxygen comment for structure and macro by klu2 · 16 years ago
  21. 7b98db8 Fix doxygen comment for structure and macro by klu2 · 16 years ago
  22. 07974e7 sync SerialPortLib.h with mde library spec0.61d-8.doc on webtop. by eric_tian · 16 years ago
  23. fc4db9b Remove the unused header files. by lgao4 · 16 years ago
  24. 3909993 Remove the package header files PiDxe.h/PiPei.h/Uefi.h included by Protocol/Ppi/Guid header file by lgao4 · 16 years ago
  25. 0856e61 sync the PcdUnixFileSystem value with real path. by eric_tian · 16 years ago
  26. 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
  27. 1536925 Fix a case error by qhuang8 · 16 years ago
  28. 4ef8fb4 trunk/edk2/MdePkg/Include/X64/ProcessorBind.h: by jljusten · 16 years ago
  29. 956a6dc add proper modifers preceding to function arguments. by eric_tian · 16 years ago
  30. b91d5ec sync the comments of scsilib library class with Mde Library Spec. by eric_tian · 16 years ago
  31. d69107a sync the comments of serialportlib library class with Mde Library Spec. by eric_tian · 16 years ago
  32. 1b88ce8 sync the comments of FvbServiceLib library class with Mde Library Spec. by eric_tian · 16 years ago
  33. d3b835c ECP support update. by jlin16 · 16 years ago
  34. d4344b1 Fix build broken issue by klu2 · 16 years ago
  35. 289598a Add usblib library class mapping. by klu2 · 16 years ago
  36. 7befabe Fixed HSD201706, which a None SourceOverrideDir will cause path join failure. by jwang36 · 16 years ago
  37. b8e2922 Correct the filename. by vanjeff · 16 years ago
  38. e97835b Change PeiMain/DxeMain's base name to PeiCore/DxeCore. by klu2 · 16 years ago
  39. 5a54c2f Correct file comment for DxeServicesTableLib.c by klu2 · 16 years ago
  40. f468abd Correct file comment for DxeServicesTableLib.c by klu2 · 16 years ago
  41. add1f24 Remove DXE CIS word by klu2 · 16 years ago
  42. 29cb357 Add MSFT support by klu2 · 16 years ago
  43. 77df4b6 Miss tool chain tag in CPU.inf by klu2 · 16 years ago
  44. e9e65e2 Remove unicode char by klu2 · 16 years ago
  45. 9cd1d1c Use macro instead of hard code value for timer register address in local APIC by klu2 · 16 years ago
  46. 3bb398e Remove unicode char. by klu2 · 16 years ago
  47. 0925404 Synchronize function's comments with EFI 1.1 specification. by klu2 · 16 years ago
  48. 8048b3f Use doxygen style comments for enumration value. by klu2 · 16 years ago
  49. d16ce4d Synchronize function's comments with EFI 1.1 specification. by klu2 · 16 years ago
  50. 35e0d11 Synchronize function's comments with EFI 1.1 specification. by klu2 · 16 years ago
  51. 2baabe0 Synchronize function's comments with EFI 1.1 specification. by klu2 · 16 years ago
  52. 8377875 Synchronize function's comments with UEFI specification. by klu2 · 16 years ago
  53. d04dc02 Add more description for type parameter for EFI_TAP_REWIND function prototype. by klu2 · 16 years ago
  54. 4e4b448 change "\" sign to "/" sign that is comply with INF spec. by eric_tian · 16 years ago
  55. 6cb2629 sync the comments of GraphicsLib library instance with Mde Library Spec. by eric_tian · 16 years ago
  56. 8517ee5 sync GraphicsLib.h with Mde Library Spec. by eric_tian · 16 years ago
  57. 7792722 change "\" sign to "/" sign that is comply with INF spec. by eric_tian · 16 years ago
  58. a477cce cleanup the improper comments for function return value in LockKeyboards() by eric_tian · 16 years ago
  59. 2f2a277 1. Set the EFI_DEBUG_IMAGE_INFO_TABLE_MODIFIED bit on insertion/deletion of entries in DebugImageInfo Table. by qhuang8 · 16 years ago
  60. 71bd74c Changing source filename to match name changing. by vanjeff · 16 years ago
  61. 766f1ff Changing source filename to match name changing. by vanjeff · 16 years ago
  62. 26fb472 Renamed remotely by vanjeff · 16 years ago
  63. 144594f Renamed remotely by vanjeff · 16 years ago
  64. 1cd5081 Renamed remotely by vanjeff · 16 years ago
  65. d9697ee Renamed remotely by vanjeff · 16 years ago
  66. d9e5f7f Renamed remotely by vanjeff · 16 years ago
  67. 9d25a75 Renamed remotely by vanjeff · 16 years ago
  68. 32f9f96 Renamed remotely by vanjeff · 16 years ago
  69. 17a10e4 Renamed remotely by vanjeff · 16 years ago
  70. d3dc3f8 Renamed remotely by vanjeff · 16 years ago
  71. 691e587 Renamed remotely by vanjeff · 16 years ago
  72. 53631e5 Renamed remotely by vanjeff · 16 years ago
  73. 89d2171 Renamed remotely by vanjeff · 16 years ago
  74. 1f7dded Renamed remotely by vanjeff · 16 years ago
  75. e11ddda Renamed remotely by vanjeff · 16 years ago
  76. 73595a1 Renamed remotely by vanjeff · 16 years ago
  77. 5786730 Renamed remotely by vanjeff · 16 years ago
  78. af8ba86 Renamed remotely by vanjeff · 16 years ago
  79. caf69a0 Renamed remotely by vanjeff · 16 years ago
  80. b57f380 Renamed remotely by vanjeff · 16 years ago
  81. 0fe1be7 Renamed remotely by vanjeff · 16 years ago
  82. 04c99fb Renamed remotely by vanjeff · 16 years ago
  83. 687990d Renamed remotely by vanjeff · 16 years ago
  84. fbf172b Changing source filename to match name changing. by vanjeff · 16 years ago
  85. d18156e Renamed remotely by vanjeff · 16 years ago
  86. 82ed85b Renamed remotely by vanjeff · 16 years ago
  87. dd7881b Renamed remotely by vanjeff · 16 years ago
  88. 40a0a41 Renamed remotely by vanjeff · 16 years ago
  89. b7d0300 Renamed remotely by vanjeff · 16 years ago
  90. e007e62 Renamed remotely by vanjeff · 16 years ago
  91. e8f9a2b Renamed remotely by vanjeff · 16 years ago
  92. 175dd7a Renamed remotely by vanjeff · 16 years ago
  93. e2c05af Renamed remotely by vanjeff · 16 years ago
  94. 01f4360 Renamed remotely by vanjeff · 16 years ago
  95. 01a59a8 Changing source filename to match name changing. by vanjeff · 16 years ago
  96. 49eb07e Changing source filename to match name changing. by vanjeff · 16 years ago
  97. 8caa82b Renamed remotely by vanjeff · 16 years ago
  98. 22602d6 Renamed remotely by vanjeff · 16 years ago
  99. be7e3c1 Renamed remotely by vanjeff · 16 years ago
  100. 4348727 Remove 2 unused directories. by vanjeff · 16 years ago