1. d84dbca Use apply PeiServicesLib to locate PPI by qhuang8 · 16 years ago
  2. 4cfc329 Fix the typo in comments by qhuang8 · 16 years ago
  3. 96a5ac5 Adjust code to fix potential array out-bound issues. by qhuang8 · 16 years ago
  4. 51195fb Remove several unicode in comments. by qhuang8 · 16 years ago
  5. ead7e7d Fix the potential illegal EBC opcode issue. by qhuang8 · 16 years ago
  6. 4798ea5 1) Replace IA32API with EFIAPI to standardise the calling convention. by qwang12 · 16 years ago
  7. 98b15cf Include the missing Guid header file to refer the global Guid by lgao4 · 16 years ago
  8. 2e121e9 Add #defines for commonly used Base Address and Sizes. by mdkinney · 16 years ago
  9. 8a3f79b Add the missing Guid header file. by lgao4 · 16 years ago
  10. 1e42ac7 Add MdePkgTokenSpace Guid header file. by lgao4 · 16 years ago
  11. b998288 Correct typo in comments, clean IfrSupportLib.h by lgao4 · 16 years ago
  12. 9e5acfd Change style 0 == Index to Index == 0 by lgao4 · 16 years ago
  13. fbbb421 clean K8. by eric_tian · 16 years ago
  14. a935a0d Add in ASSERT to avoid NULL point dereference. by qwang12 · 16 years ago
  15. dcbb35e Add comments in DSC files to explain the function and design of components section. by xli24 · 16 years ago
  16. 80ed209 Add comments in DSC files to explain the function and design of components section. by xli24 · 16 years ago
  17. b2ba1c1 Add comments in DSC files to explain the function and design of components section. by xli24 · 16 years ago
  18. 6074a6f Add comments in DSC files to explain the function and design of components section. by xli24 · 16 years ago
  19. f8d8f54 Remove the workaround in DxeHobLib.inf that it over-specify UefiBootServicesTableLib to generate the correct sequence for library constructor for DuetPkg. by qhuang8 · 16 years ago
  20. 8e0e028 Update ReportStatusCodeLib mapping: Use DxeCoreReportStatusLibFromHob DXE_CORE and DxeReportStatusCodeLib in IntelFrameworkModulePkg for all other modules. by qhuang8 · 16 years ago
  21. 6dacb8c Add DxeCoreReportStatusCodeLibFromHob library instance. For now, it is dedicated to DxeCore for DuetPkg. by qhuang8 · 16 years ago
  22. 05b1c41 update meta. by vanjeff · 16 years ago
  23. d1a54e2 ECC cleanup: Non-Boolean comparisons should use a compare operator (==, !=, >, < >=, <=) by qwang12 · 16 years ago
  24. f0a8eeb Comments synchronized by jji4 · 16 years ago
  25. 2517435 Clean Network Driver to include Uefi.h, not PiDxe.h. by lgao4 · 16 years ago
  26. 1f25dac Clean IpfMacro.i to remove unused Macro. by lgao4 · 16 years ago
  27. 9cff2f8 Roll back the DEBUG mask change which cause SerialIo read_conf test item failure. by niry · 16 years ago
  28. 6c6004f Fix build break for missing PeCoffLib mapping by mdkinney · 16 years ago
  29. ba5e88f Add parenthesis to expression to make order of operations clear by mdkinney · 16 years ago
  30. 9bb407c Fix IN OUT specifiers by mdkinney · 16 years ago
  31. 1bfc743 Fix ICC build break by qhuang8 · 16 years ago
  32. 5fc5555 Fix ICC build break by qhuang8 · 16 years ago
  33. 276a49b Clean up FaultTolerantWriteDxe to remove the duplicated definition. by lgao4 · 16 years ago
  34. 2374b97 fix the operator priority bug. by niry · 16 years ago
  35. d5469f4 Corrected the case of file name by jwang36 · 16 years ago
  36. 56c0008 Add change log for the non-backward compatibility change in EDK_7467 by qhuang8 · 16 years ago
  37. 6544297 Retired macro value TIME_OUT in UefiUsbLib and introduce a new PCD entry PcdUsbTransferTimeoutValue for it. by qhuang8 · 16 years ago
  38. 2f5c655 De-unicode to pass VS2005 build by qhuang8 · 16 years ago
  39. 8ed62a3 Fix minor build issue. by qhuang8 · 16 years ago
  40. 47c6e0f Comments checked with spec. by jji4 · 16 years ago
  41. 63ba999 Comments checked with spec. by jji4 · 16 years ago
  42. c410589 K8: Add in ASSERT to detect possible NULL pointer dereference. by qwang12 · 16 years ago
  43. fd0d484 clean ecc by eric_tian · 16 years ago
  44. b2c0a17 Pass ECC by jgong5 · 16 years ago
  45. 7b2207f Coding style checked by jji4 · 16 years ago
  46. 7ae9c1c Coding style checked by jji4 · 16 years ago
  47. d59b8b5 fixed more issues by scrubbing. by jgong5 · 16 years ago
  48. c24b392 fix ecc warning by eric_tian · 16 years ago
  49. ed3a31b Pass ECC check. by xli24 · 16 years ago
  50. a676b86 Coding style checked by jji4 · 16 years ago
  51. 81b0761 Synced function header. by jgong5 · 16 years ago
  52. f737cfb code scrub for UefiPxeBcDxe. by jgong5 · 16 years ago
  53. 4de1f28 fix ecc by eric_tian · 16 years ago
  54. 9006e2b update format. by vanjeff · 16 years ago
  55. 9e1f123 Code level security checked by jji4 · 16 years ago
  56. 311a71b Cleanup K8 warning. by eric_tian · 16 years ago
  57. 18e81d7 Fix typos in comments. by qhuang8 · 16 years ago
  58. 693e49c Add comments in platform DSC files to remind that binaries are only listed in FDF, not in DSC. by xli24 · 16 years ago
  59. 3dc728f Convert macros in the DevicePathLib to functions. by mdkinney · 16 years ago
  60. 57dd238 Add comment to explain use of the types "int" and "unsigned int" in the implementation of the BasePrintLib which does not follow the source code conventions used for the rest of the EDK II project. by mdkinney · 16 years ago
  61. e54ce90 Fix lib to use standard #defines for PE/COFF machine types by mdkinney · 16 years ago
  62. 820886d Update PE/COFF libs to use machine type macros from PeImage.h by mdkinney · 16 years ago
  63. 7cf0271 Use UEFI macros for PE/COFF image types by mdkinney · 16 years ago
  64. 2fb718b Update PCI Bus Driver to use the PeCoffLib instead of paring the PE/COFF image itself by mdkinney · 16 years ago
  65. e8ba34f Update DUET PCI Bus Driver to use PeCoffLib instead of parsing the PE/COFF image itself by mdkinney · 16 years ago
  66. 4ab0dff 1) Remove UEFI specific defines from IndustryStandard/PeImage.h by mdkinney · 16 years ago
  67. 1862ebc Add Ppi/Guid/Protocol header file path into the comments for user reference. by lgao4 · 16 years ago
  68. 700a786 update comments to allign with spec by tding1 · 16 years ago
  69. 19f1707 Remove FlashMap Ppi that has been replaced by Flash related PCDs. by lgao4 · 16 years ago
  70. c7b5f50 Fix minor coding style issue. by qhuang8 · 16 years ago
  71. 1360f68 Fix a bug: fail to change Boot Order in Boot Maintenance Manager. by qhuang8 · 16 years ago
  72. 7c90509 Minor adjust the logic in BasePrintLib and fix several typos by qhuang8 · 16 years ago
  73. 7b728d6 Use TO_START and BY_START for UEFI driver model driver. by qwang12 · 16 years ago
  74. 17d6c2e 3) Doxygen comment cleanup. by qwang12 · 16 years ago
  75. e08d88c 3) Doxygen comment cleanup. by qwang12 · 16 years ago
  76. 597f4ee 1) Fix a typo in EhcMoniteAsyncRequests. by qwang12 · 16 years ago
  77. e01fb25 Add missing GUID due to last check-in. by klu2 · 16 years ago
  78. 657abcf Enhance DxeCore to handle the all block sized allowed by the PI Specification and remove the assumption that the FV block size is always larger than the size of an FV Header. by lgao4 · 16 years ago
  79. ae66d8d use the GUIDed versions of events: EVT_SIGNAL_VIRTUAL_ADDRESS_CHANGE and EVT_SIGNAL_EXIT_BOOT_SERVICES by jji4 · 16 years ago
  80. 6a27a4e use the GUIDed versions of events: EVT_SIGNAL_VIRTUAL_ADDRESS_CHANGE and EVT_SIGNAL_EXIT_BOOT_SERVICES by jji4 · 16 years ago
  81. 7459a41 Fix typo in meta data. by klu2 · 16 years ago
  82. 8d6640c Cleanup meta data for GenericBdsLib library instance's INF by klu2 · 16 years ago
  83. ef84126 Cleanup meta data for BdsDxe INF file. by klu2 · 16 years ago
  84. 01a5c99 use the GUIDed versions of events listed below: EVT_SIGNAL_VIRTUAL_ADDRESS_CHANGE and EVT_SIGNAL_EXIT_BOOT_SERVICES by jji4 · 16 years ago
  85. 3d7decb Add in a check to make sure "BootCurrent" is created only when it match a valid "BOOT###" NV EFI variable. by qwang12 · 16 years ago
  86. 57a3157 use the GUIDed versions of events listed in all of our module/lib implementations: EVT_SIGNAL_VIRTUAL_ADDRESS_CHANGE and EVT_SIGNAL_EXIT_BOOT_SERVICES by jji4 · 16 years ago
  87. 6e4bac4 fix some checklist issues by ywu21 · 16 years ago
  88. 5c99864 remove some internal functions and allocate some FIFO data structure instead of declaring in global variable. To save size. by vanjeff · 16 years ago
  89. 1068a65 Code size optimized by jji4 · 16 years ago
  90. d089bd5 Fix non-asci char in comment. by jlin16 · 16 years ago
  91. 3018ca2 1) Clean up the INF and add in comment to describe the surface area of modules by qwang12 · 16 years ago
  92. 269c0ba Clean up PcRtc: by qhuang8 · 16 years ago
  93. abae655 clean up PciRootBridgeNoEnumerationDxe: Refine to pass GYGWIN GCC. by qhuang8 · 16 years ago
  94. 9e65d5e Clean up DuetBdsLib: Refine to pass CYGWIN GCC tool chain. by qhuang8 · 16 years ago
  95. 6583c35 Clean up KbcRestDxe: by qhuang8 · 16 years ago
  96. 4b869fe Clean up to fix GUID format issues to pass GCC tool chain. by qhuang8 · 16 years ago
  97. 61494da Clean up FvbRuntimeService: Remove the unused DXS file. by qhuang8 · 16 years ago
  98. c02d487 Clean up FSVariable: Remove the unused DXS file. by qhuang8 · 16 years ago
  99. ffdc186 Clean up EfiLdr: Refine code to pass CYGWIN GCC tool chain build by qhuang8 · 16 years ago
  100. 9008db4 Clean up DxeIpl: by qhuang8 · 16 years ago