1. 0b84526 1, Retired PCD PcdSupportHardwareErrorRecord, because as UEFI specification said, if PcdHardwareErrorRecordLevel is 0, platform does not provide feature of hardware error record. by klu2 · 16 years ago
  2. 34a2bb9 All UEFI applications in the MdeModukePkg should be placed in MdeModulePkg/Application by eric_tian · 16 years ago
  3. 7f3a617 1, Change name of PcdPlatformBootTimeoutDefault to PcdPlatformBootTimeout, now this PCD is *not* only hold default value of Bds timeout, but it is associated with a HII type PCD to hold persistent value for BDS timeout. Platform integrator will establish this mapping in platform DSC file. by klu2 · 16 years ago
  4. 746be87 If variable does not exist for a HII PCD, a new NV variable need to be created. by klu2 · 16 years ago
  5. 18efbdf All UEFI applications in the MdeModukePkg should be placed in MdeModulePkg/Application by eric_tian · 16 years ago
  6. 86b7139 Move OEMBadging protocol from MdeModulePkg to IntelFrameworkModulePkg by klu2 · 16 years ago
  7. de5b0df Correct minor comments in meta data file. by lgao4 · 16 years ago
  8. 37226e8 Add a work around to set the PCD protocol lock to TPL_NOTIFY to relax the restriction on caller of PCD protocol. by qhuang8 · 16 years ago
  9. 3dcdbe7 update by eric_tian · 16 years ago
  10. c7a6f87 Fix GCC building broken, GCC does not allow \ character at end of line in comments by klu2 · 16 years ago
  11. 4f22e23 Add missing library class header file. by klu2 · 16 years ago
  12. 16a44a1 Remove unreferenced library class by klu2 · 16 years ago
  13. afac5e1 Remove unreferenced library class by klu2 · 16 years ago
  14. 32610f3 Add missing library class header file. by klu2 · 16 years ago
  15. 0b9e639 Add missing protocol header files by klu2 · 16 years ago
  16. 1ba6921 Remove unreferenced library class. by klu2 · 16 years ago
  17. 4e896fe Fix missing protocol header file by klu2 · 16 years ago
  18. 7df0b52 Refine comments by klu2 · 16 years ago
  19. bba6c99 Refine comments by klu2 · 16 years ago
  20. 58612f2 Fix typo. by klu2 · 16 years ago
  21. 9bc88ad Fix typo by klu2 · 16 years ago
  22. a8fdba5 remove dependent package from inf files. by vanjeff · 16 years ago
  23. f33d304 fix typo by klu2 · 16 years ago
  24. 86a3ad4 Refine the INF's comment by klu2 · 16 years ago
  25. f806dd2 Use single one PcdFrameworkCompatibilitySupport PCD to support framework HII and FvHob. by lgao4 · 16 years ago
  26. 3d53ba8 Merge GetSizeTableIndexA to GetSizeTableIndex function because it only be invoked by GetSizeTableIndex. by klu2 · 16 years ago
  27. 7c2228d update hotplug check logic by vanjeff · 16 years ago
  28. f1aec6c 1. Retired HotPlugDevice protocol. by vanjeff · 16 years ago
  29. 34070f1 Remove private event description from INF. by xli24 · 16 years ago
  30. 9fdeb09 Correct some misleading comments. by xli24 · 16 years ago
  31. 599a55a Add sample for auto-generated PCD by klu2 · 16 years ago
  32. 40d542f minimum update to pass ICC by vanjeff · 16 years ago
  33. 7fc80d4 Retired gSimpleTextInExNotifyGuid, used local structure address to be notify handle. by vanjeff · 16 years ago
  34. ad801d0 Check in library class of BaseMemoryTestLib. by xli24 · 16 years ago
  35. 844c77b Move PlatformBdsLibNull library instance to IntelFrameworkModulePkg by klu2 · 16 years ago
  36. 87fbccb Move library class GenericBdsLib and PlatformBdsLib to IntelFrameworkModulePkg by klu2 · 16 years ago
  37. 96cb78a Use gEfiCallerIdGuid as the private guid for PcdPeim module. by lgao4 · 16 years ago
  38. 4bfa7dc 1. Remove feature flag PcdDxeIplEnableIdt entries by qhuang8 · 16 years ago
  39. b6349c0 Change directory name PlatformDriOverride to PlatformDriOverrideDxe. by lgao4 · 16 years ago
  40. de4647f Reduce directory deep by lgao4 · 16 years ago
  41. e4b99ad Change library class PlatDriOverLib to PlatformDriOverrideLib by lgao4 · 16 years ago
  42. 4986c56 temporary roll back changing on gEfiHotPlugDevice. by vanjeff · 16 years ago
  43. d5893e0 fix the bug of calculating subnetmask prefix length. It is a regression issue, which incorrectly take "&" operation as "&&" by eric_tian · 16 years ago
  44. 76f1dde Move Crc32GuidedSectionExtraction from Protocol to Guid directory by lgao4 · 16 years ago
  45. 5be56d9 Fix function comments. by niry · 16 years ago
  46. 457112f Fix path separator to follow convention. by qhuang8 · 16 years ago
  47. 5c52673 Move MdeModuleHii.h into Include\Guid directory by lgao4 · 16 years ago
  48. dae9306 Update the PCD comments for PcdFrameworkHiiCompatibilitySupport. by qwang12 · 16 years ago
  49. cebfa89 update PCD help text by vanjeff · 16 years ago
  50. 04985a5 retire gEfiFirmwareVolumeDispatcherProtocolGuid by eric_tian · 16 years ago
  51. f999350 retire gEfiFirmwareVolumeDispatcherProtocolGuid as its original design is used to signify such FV need to be dispatched or not. by eric_tian · 16 years ago
  52. a8e1ed5 Refine help text of PcdDisableDefaultKeyboardLayoutInUsbKbDriver. by xli24 · 16 years ago
  53. bdb869f Add PrintDxe driver and update EdkPrintLib to DxePrintLibPrint2Protocol by qhuang8 · 16 years ago
  54. 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
  55. 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
  56. 2db4a77 Update MdeModulePkg package surface area: by qhuang8 · 16 years ago
  57. 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
  58. 610b2cb Add PrintDxe to produce EDKII print2 protocol on top of PrintLib in MdePkg by qhuang8 · 16 years ago
  59. bee6755 Rename EdkPrintLib to DxePrintLibPrint2Protocol to better reflect its functionality. by qhuang8 · 16 years ago
  60. ee0961f Update Performance library instances to adapt to the update in Performance infrastructure. by qhuang8 · 16 years ago
  61. 3f57706 remove console control protocol consuming in DrawImage(), caller should make sure current mode is graphics mode. by vanjeff · 16 years ago
  62. bc6b589 Update DxeCore for the performance infrastructure updates: Use Raw sting to replace XXX_TOKEN by qhuang8 · 16 years ago
  63. 9105d2c Retire GenericPlatformVariableGuid in MdeModulePkg by qhuang8 · 16 years ago
  64. 8704a8a retire PeiPerformanceHob.h, all its information has been integrated into Include\Guid\Performance.h by qhuang8 · 16 years ago
  65. e996a8c Retire Print protocol in MdeModulePkg and update Print2 protocol to provide full set of API in PrintLib classes by qhuang8 · 16 years ago
  66. 72aff63 Merge performance protocol, pei performance hob into a single performance.h in MdeModulePkg\Include\Guid by qhuang8 · 16 years ago
  67. aa8f4f5 1. Retired HotPlugDevice protocol. by vanjeff · 16 years ago
  68. fbfa4a1 Minor update on capitalization for ECC check. by xli24 · 16 years ago
  69. d73be1d Remove BaseMemoryTest PPI and related producers and consumers. by xli24 · 16 years ago
  70. ea1ac7a Clean up gEfiHotPlugDeviceGuid in ConPlatformDxe. by vanjeff · 16 years ago
  71. 55e4e17 Path\filename information added for Protocol/PPI/Guid section in DEC file. by gikidy · 16 years ago
  72. 88fa231 Meta-data verified. by gikidy · 16 years ago
  73. 309e312 update code to pass K8. by hchen30 · 16 years ago
  74. c948a51 Fix EBC build broken. by klu2 · 16 years ago
  75. acd3b0e Fix EBC build broken. by klu2 · 16 years ago
  76. 20bcdbc Add assertion to ensure pointer dereference has been checked against NULL pointer. by qhuang8 · 16 years ago
  77. 055f28d Meta-data reviewed. by gikidy · 16 years ago
  78. 7174e04 1.enhanced security check. 2.remove un-necessary ASSERT. by vanjeff · 16 years ago
  79. 89c18a1 enhanced security check. by vanjeff · 16 years ago
  80. 1fef733 Fix security check. by lgao4 · 16 years ago
  81. 2fead09 Source level security checked by jji4 · 16 years ago
  82. e67ca95 Source level security checked by jji4 · 16 years ago
  83. db0bd81 enhanced security check. by vanjeff · 16 years ago
  84. 4ad9d87 * MdeModulePkg/Core/Pei/Dependency/Dependency.h by jljusten · 16 years ago
  85. cb0b858 add assert logic to avoid Klocwork fake report by eric_tian · 16 years ago
  86. 525aded add assert logic to avoid Klocwork fake report by eric_tian · 16 years ago
  87. a1b749d add assert logic to avoid Klocwork fake report by eric_tian · 16 years ago
  88. c55426a fixed comments missing. by vanjeff · 16 years ago
  89. df80a83 enhanced security check. by vanjeff · 16 years ago
  90. 7c1bc8d Enhanced status return check. by vanjeff · 16 years ago
  91. e618d0c add return value check. by vanjeff · 16 years ago
  92. 892b7f9 add NULL pointer check. by vanjeff · 16 years ago
  93. 4cfc329 Fix the typo in comments by qhuang8 · 16 years ago
  94. 96a5ac5 Adjust code to fix potential array out-bound issues. by qhuang8 · 16 years ago
  95. 51195fb Remove several unicode in comments. by qhuang8 · 16 years ago
  96. ead7e7d Fix the potential illegal EBC opcode issue. by qhuang8 · 16 years ago
  97. 98b15cf Include the missing Guid header file to refer the global Guid by lgao4 · 16 years ago
  98. 8a3f79b Add the missing Guid header file. by lgao4 · 16 years ago
  99. b998288 Correct typo in comments, clean IfrSupportLib.h by lgao4 · 16 years ago
  100. fbbb421 clean K8. by eric_tian · 16 years ago