1. bdb869f Add PrintDxe driver and update EdkPrintLib to DxePrintLibPrint2Protocol by qhuang8 · 16 years ago
  2. e031244 Update the variable name and GUID to set time zone and daylight saving: Use L"RTC" for shorter name and gEfiCallerIdGuid since this variable is private for this driver. by qhuang8 · 16 years ago
  3. 589f16d Update consplitter driver to use dynamic PCD to set console output mode instead of use L"ConOutMode" and gEfiGenericPlatformVariableGuid to set console output mode. by qhuang8 · 16 years ago
  4. 2db4a77 Update MdeModulePkg package surface area: by qhuang8 · 16 years ago
  5. bb9153a Split the Print functionality from SetupBrowserDxe. Platform should use PrintDxe to produces Print2 Protocol and PrintThunk for Edk Print protocol. by qhuang8 · 16 years ago
  6. 610b2cb Add PrintDxe to produce EDKII print2 protocol on top of PrintLib in MdePkg by qhuang8 · 16 years ago
  7. bee6755 Rename EdkPrintLib to DxePrintLibPrint2Protocol to better reflect its functionality. by qhuang8 · 16 years ago
  8. ee0961f Update Performance library instances to adapt to the update in Performance infrastructure. by qhuang8 · 16 years ago
  9. 3f57706 remove console control protocol consuming in DrawImage(), caller should make sure current mode is graphics mode. by vanjeff · 16 years ago
  10. bc6b589 Update DxeCore for the performance infrastructure updates: Use Raw sting to replace XXX_TOKEN by qhuang8 · 16 years ago
  11. 9105d2c Retire GenericPlatformVariableGuid in MdeModulePkg by qhuang8 · 16 years ago
  12. 8704a8a retire PeiPerformanceHob.h, all its information has been integrated into Include\Guid\Performance.h by qhuang8 · 16 years ago
  13. e996a8c Retire Print protocol in MdeModulePkg and update Print2 protocol to provide full set of API in PrintLib classes by qhuang8 · 16 years ago
  14. 72aff63 Merge performance protocol, pei performance hob into a single performance.h in MdeModulePkg\Include\Guid by qhuang8 · 16 years ago
  15. aa8f4f5 1. Retired HotPlugDevice protocol. by vanjeff · 16 years ago
  16. fbfa4a1 Minor update on capitalization for ECC check. by xli24 · 16 years ago
  17. d73be1d Remove BaseMemoryTest PPI and related producers and consumers. by xli24 · 16 years ago
  18. ea1ac7a Clean up gEfiHotPlugDeviceGuid in ConPlatformDxe. by vanjeff · 16 years ago
  19. 55e4e17 Path\filename information added for Protocol/PPI/Guid section in DEC file. by gikidy · 16 years ago
  20. 88fa231 Meta-data verified. by gikidy · 16 years ago
  21. 309e312 update code to pass K8. by hchen30 · 16 years ago
  22. c948a51 Fix EBC build broken. by klu2 · 16 years ago
  23. acd3b0e Fix EBC build broken. by klu2 · 16 years ago
  24. 20bcdbc Add assertion to ensure pointer dereference has been checked against NULL pointer. by qhuang8 · 16 years ago
  25. 055f28d Meta-data reviewed. by gikidy · 16 years ago
  26. 7174e04 1.enhanced security check. 2.remove un-necessary ASSERT. by vanjeff · 16 years ago
  27. 89c18a1 enhanced security check. by vanjeff · 16 years ago
  28. 1fef733 Fix security check. by lgao4 · 16 years ago
  29. 2fead09 Source level security checked by jji4 · 16 years ago
  30. e67ca95 Source level security checked by jji4 · 16 years ago
  31. db0bd81 enhanced security check. by vanjeff · 16 years ago
  32. 4ad9d87 * MdeModulePkg/Core/Pei/Dependency/Dependency.h by jljusten · 16 years ago
  33. cb0b858 add assert logic to avoid Klocwork fake report by eric_tian · 16 years ago
  34. 525aded add assert logic to avoid Klocwork fake report by eric_tian · 16 years ago
  35. a1b749d add assert logic to avoid Klocwork fake report by eric_tian · 16 years ago
  36. c55426a fixed comments missing. by vanjeff · 16 years ago
  37. df80a83 enhanced security check. by vanjeff · 16 years ago
  38. 7c1bc8d Enhanced status return check. by vanjeff · 16 years ago
  39. e618d0c add return value check. by vanjeff · 16 years ago
  40. 892b7f9 add NULL pointer check. by vanjeff · 16 years ago
  41. 4cfc329 Fix the typo in comments by qhuang8 · 16 years ago
  42. 96a5ac5 Adjust code to fix potential array out-bound issues. by qhuang8 · 16 years ago
  43. 51195fb Remove several unicode in comments. by qhuang8 · 16 years ago
  44. ead7e7d Fix the potential illegal EBC opcode issue. by qhuang8 · 16 years ago
  45. 98b15cf Include the missing Guid header file to refer the global Guid by lgao4 · 16 years ago
  46. 8a3f79b Add the missing Guid header file. by lgao4 · 16 years ago
  47. b998288 Correct typo in comments, clean IfrSupportLib.h by lgao4 · 16 years ago
  48. fbbb421 clean K8. by eric_tian · 16 years ago
  49. a935a0d Add in ASSERT to avoid NULL point dereference. by qwang12 · 16 years ago
  50. dcbb35e Add comments in DSC files to explain the function and design of components section. by xli24 · 16 years ago
  51. 05b1c41 update meta. by vanjeff · 16 years ago
  52. d1a54e2 ECC cleanup: Non-Boolean comparisons should use a compare operator (==, !=, >, < >=, <=) by qwang12 · 16 years ago
  53. 2517435 Clean Network Driver to include Uefi.h, not PiDxe.h. by lgao4 · 16 years ago
  54. 9cff2f8 Roll back the DEBUG mask change which cause SerialIo read_conf test item failure. by niry · 16 years ago
  55. ba5e88f Add parenthesis to expression to make order of operations clear by mdkinney · 16 years ago
  56. 276a49b Clean up FaultTolerantWriteDxe to remove the duplicated definition. by lgao4 · 16 years ago
  57. 2374b97 fix the operator priority bug. by niry · 16 years ago
  58. 8ed62a3 Fix minor build issue. by qhuang8 · 16 years ago
  59. c410589 K8: Add in ASSERT to detect possible NULL pointer dereference. by qwang12 · 16 years ago
  60. fd0d484 clean ecc by eric_tian · 16 years ago
  61. b2c0a17 Pass ECC by jgong5 · 16 years ago
  62. 7b2207f Coding style checked by jji4 · 16 years ago
  63. 7ae9c1c Coding style checked by jji4 · 16 years ago
  64. d59b8b5 fixed more issues by scrubbing. by jgong5 · 16 years ago
  65. c24b392 fix ecc warning by eric_tian · 16 years ago
  66. ed3a31b Pass ECC check. by xli24 · 16 years ago
  67. a676b86 Coding style checked by jji4 · 16 years ago
  68. 81b0761 Synced function header. by jgong5 · 16 years ago
  69. f737cfb code scrub for UefiPxeBcDxe. by jgong5 · 16 years ago
  70. 4de1f28 fix ecc by eric_tian · 16 years ago
  71. 9006e2b update format. by vanjeff · 16 years ago
  72. 9e1f123 Code level security checked by jji4 · 16 years ago
  73. 311a71b Cleanup K8 warning. by eric_tian · 16 years ago
  74. 7cf0271 Use UEFI macros for PE/COFF image types by mdkinney · 16 years ago
  75. 19f1707 Remove FlashMap Ppi that has been replaced by Flash related PCDs. by lgao4 · 16 years ago
  76. 7b728d6 Use TO_START and BY_START for UEFI driver model driver. by qwang12 · 16 years ago
  77. 17d6c2e 3) Doxygen comment cleanup. by qwang12 · 16 years ago
  78. e08d88c 3) Doxygen comment cleanup. by qwang12 · 16 years ago
  79. 597f4ee 1) Fix a typo in EhcMoniteAsyncRequests. by qwang12 · 16 years ago
  80. 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
  81. 7459a41 Fix typo in meta data. by klu2 · 16 years ago
  82. 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
  83. 6e4bac4 fix some checklist issues by ywu21 · 16 years ago
  84. 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
  85. 1068a65 Code size optimized by jji4 · 16 years ago
  86. d089bd5 Fix non-asci char in comment. by jlin16 · 16 years ago
  87. 3018ca2 1) Clean up the INF and add in comment to describe the surface area of modules by qwang12 · 16 years ago
  88. f3e0442 Add information in Meta-Data file by eric_tian · 16 years ago
  89. 280544d Add information in Meta-Data file by eric_tian · 16 years ago
  90. 603e7c0 Add information in Meta-Data file by eric_tian · 16 years ago
  91. e7cd6e6 Add information in Meta-Data file by eric_tian · 16 years ago
  92. 57dfc48 enhance the condition branch to handle Unix style file path. and avoid array overflow by eric_tian · 16 years ago
  93. 0ea756d Update the comment section of INF to add in more meta data description. by qwang12 · 16 years ago
  94. fd0fd89 Remove the accidental check in of test code. by qwang12 · 16 years ago
  95. bc166db Add in ASSERT to check out-of-bound and possible dereference of NULL pointers. by qwang12 · 16 years ago
  96. af58e37 add parameter check logic to clean up Klocwork warning. by eric_tian · 16 years ago
  97. 6041576 The caller of FindVariable() function ensure VariableName != NULL && VendorGuid != NULL. In the internal of this function, we only need to ensure that (VariableName[0] != 0 && VenderGuid != NULL) is true. by eric_tian · 16 years ago
  98. e4a3922 Update the protocol function to return EFI_INVALID_PARAMETER if CallBackFunction == NULL. The PCD library function will do ASSERT if CallBackFunction is NULL. by qwang12 · 16 years ago
  99. 3dc3861 re order the function definition to avoid unnecessary declaration. by niry · 16 years ago
  100. 4cf894e Split out Synchronization Library from Base Library by mdkinney · 16 years ago