1. 467d15a Add generic SerialPortLib instance for 16550 UARTs configured through PCDs. Depends on new library class called PlatformHookLib to perform platform specific initialization of the UART. by mdkinney · 14 years ago
  2. 4bad9ad Add a TcpIo library to facilitate usage of TCP service. by tye1 · 14 years ago
  3. 8a2d499 Add SMM Variable implementation. by gdong1 · 14 years ago
  4. dad6393 Add a new PCD PcdResetOnMemoryTypeInformationChange in MdeModulePkg to control whether to reset system when memory type information changes. by niruiyu · 14 years ago
  5. 6eea8ea Add new PCD gEfiMdeModulePkgTokenSpaceGuid.PcdMaxEfiSystemTablePointerAddress for the MdeModulePkg that allows the platform DSC file to specify the address below which the EFI_SYSTEM_TABLE_POINTER structure is allocated. by lgao4 · 14 years ago
  6. aeeb84b Some existing PCI adapters with UEFI option ROMs make unaligned requests through the PCI I/O Protocol. Add support for unaligned requests in the PCI IO protocol implementation in the PCI Bus driver to be compatible with those UEFI option ROMs. by rsun3 · 14 years ago
  7. b3ec9b5 Fix PCD token value conflict issue. by gikidy · 14 years ago
  8. e026f00 Correct the bad token number for gEfiMdeModulePkgTokenSpaceGuid.PcdFirmwareVendor. by rsun3 · 14 years ago
  9. cfbc1a7 1. Introduce PcdTftpBlockSize to let platform DSC customize block size. by hhuan13 · 14 years ago
  10. 92a4f6f Add 64-bit versions of FLASH Base addressess as it is legal to have them >4G. For backward compatability if the new 64-bit base addresses are zero use the old 32-bit base addressess. by andrewfish · 14 years ago
  11. 099f2b1 Change type of PcdSrIovSupport/PcdAriSupport/PcdMrIovSupport from FeatureFlag to [FixAtBuild, PcdDynamics]. by rsun3 · 15 years ago
  12. 0ef42f8 Update QueryCapsuleCapabilities interface. by li-elvin · 15 years ago
  13. 3dc8585 MdeModulePkg: by jyao1 · 15 years ago
  14. e3e134e Fix minor format issue in file header by qhuang8 · 15 years ago
  15. cd5ebaa Update the copyright notice format by hhtian · 15 years ago
  16. 64a8054 Grammatical and disclaimer changes (does not follow internal C coding stds.) by myronporter · 15 years ago
  17. a914195 MdeModule Package version updated from 0.90 to 0.91. by rsun3 · 15 years ago
  18. fe92ab2 import Debug Agent Library and null instance in MdeModulePkg. by vanjeff · 15 years ago
  19. 6bfbb5f 1. Correct File header to ## @file by lgao4 · 15 years ago
  20. c39c3e2 add more comments for gEfiMdeModulePkgTokenSpaceGuid.PcdTurnOffUsbLegacySupport. by niruiyu · 15 years ago
  21. 54ea99a Enable the Load Module At fixed Address feature by jchen20 · 15 years ago
  22. 9f7d5b4 Remove micro definition for smbios version, instead we use a PCD value to let user customize smbios version better. by li-elvin · 15 years ago
  23. 5d2311b Integrated S3 thunk implementation: change the PcdDxeIplSwitchToLongMode type from [PcdsFeatureFlag.IA32] to [PcdsFeatureFlag.IA32, PcdsFeatureFlag.X64] by jchen20 · 15 years ago
  24. 75dea6b Create DxeReportStatusCodeLib instance. by xli24 · 15 years ago
  25. 10c5d87 Remove status code modules' dependency on IntelFrameworkModulePkg. by xli24 · 15 years ago
  26. 1ef2678 Update PCI bus driver to support non-standard PCI to PCI bridge I/O window alignment, such as 2K/1K/512 byte. Feature PCD PcdPciBridgeIoAlignmentProbe is introduced to turn on/off this feature. by rsun3 · 15 years ago
  27. cd98f30 Add new SecurityManagementLib, and update SecurityStub driver to use this lib. by lgao4 · 15 years ago
  28. 25126a0 Enable Report Status Code Router introduced in PI 1.2 for PEI and DXE. by xli24 · 15 years ago
  29. 9060e3e 1. Impl PI 1.2 PCI part. Major changes include: by davidhuang · 15 years ago
  30. 02328a5 EMU Variable: Add support for pre-reserved NV variable store. by jljusten · 15 years ago
  31. 48cd992 add assertion to ensure HwErr type variable range is less than or equal to VariableStore range. by eric_tian · 15 years ago
  32. 05d7105 Update the comments for S3Lib and RecoveryLib class to state that they are deprecated. by qhuang8 · 15 years ago
  33. a90ccab Correct the format of comments by lgao4 · 15 years ago
  34. 7385086 update MdePkg version to 1.01 by vanjeff · 15 years ago
  35. 6144e7a Add PCDs for FirmwareVendor, FirmwareRevision, FirmwareVerisonString, and FirmwareReleaseDateString by mdkinney · 16 years ago
  36. a29645c Remove library class of MemoryTestLib and related library instances. by xli24 · 16 years ago
  37. 5e895e6 update the usage help text on variable statistic information. by eric_tian · 16 years ago
  38. 504dcb0 This checkin addresses the compatibility issue of passing arguments of type VA_LIST between components. The type VA_LIST is mapped onto the compiler specific implementation of varargs. As a result, modules build with different compilers may not use the same VA_LIST structure. The solution to this issue is to define a new type called BASE_LIST that is a compiler independent method of passing varargs between modules. by mdkinney · 16 years ago
  39. 6388684 1. retired NicIp4ConfigProtocolGuid by vanjeff · 16 years ago
  40. da801a6 Fix DEC issue for MdeModulePkg: by klu2 · 16 years ago
  41. 72670d3 Add gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSupportUefiDecompress by jljusten · 16 years ago
  42. 6d8ced2 Merge application PlatOverMngr and library DxePlatDriOverLib into driver PlatDriOverrideDxe. by lgao4 · 16 years ago
  43. e602a22 Retire IfrSupportLib and ExtendedIfrSupportLib, which have been replaced by HiiLib. by lgao4 · 16 years ago
  44. 023c0fe retain gEfiLoadPeImageProtocolGuid, and only published by DxeCore to keep backward compatibility. by eric_tian · 16 years ago
  45. af3888e remove the gEfiLoadPeImageProtocolGuid and replace all references for it with BasePeCoffLib. by eric_tian · 16 years ago
  46. 9a6dcbf Add NewHii and UefiHiiService library class by lgao4 · 16 years ago
  47. 2fcdca1 1. The original code has a bug on calculate the size of SCRATCH_SIZE. It should be maximum value between PcdMaxVariableSize and PcdMaxHardwareErrorVariableSize. by eric_tian · 16 years ago
  48. f6f910d Retire Extended HII library class. by rsun3 · 16 years ago
  49. 9937b36 1. retired console control protocol. by vanjeff · 16 years ago
  50. a0afd24 retired some private protocols used by EFI 1.10 network stack. by vanjeff · 16 years ago
  51. 3c506dd Add gEfiMdeModulePkgTokenSpaceGuid.PcdAcpiTableStorageFile which by jljusten · 16 years ago
  52. c40aa22 Remove Feature PCD PcdSupportFullConfigRoutingProtocol as EDK II sample implementation is UEFI compliant system which always produces gEfiHiiConfigRoutingProtocolGuid. by qwang12 · 16 years ago
  53. d11ad58 Rename BaseMemoryTestLib to MemoryTestLib. by xli24 · 16 years ago
  54. 9336760 retire gEfiAlternateFvBlockGuid. All platform FvbRuntimeDxe drivers will not produce such protocol to signify itself support writable FVB protocol. by eric_tian · 16 years ago
  55. 4e17cc9 Minor update the PCD section by qhuang8 · 16 years ago
  56. 4941d88 Retire TCG platform protocol, which will be replaced by PI Security Architecture protocol. by lgao4 · 16 years ago
  57. dad6083 1. retried PrimaryConsoleInDeviceGuid, PrimaryConsoleOutDeviceGuid and PrimaryStandardErrorDeviceGuid. by vanjeff · 16 years ago
  58. 00f3851 retire FvbServiceLib class in MdeModulePkg, and also remove the two instances in MdeModulePkg and ItaniumPlatformPkg. by eric_tian · 16 years ago
  59. b6ee92e Refine BaseMemoryTestLib and add instance with full functionality. by xli24 · 16 years ago
  60. 92650d2 Remove PeRemove PeiPeCoffLoader.h and gPeiPeCoffLoaderGuid, and Add PeCoffExtraActionLib class and instances. by qhuang8 · 16 years ago
  61. 97b2c9b Update PeiCore to handle FvImage with PI FV extension header by lgao4 · 16 years ago
  62. fc9da5a refine pcd comments by eric_tian · 16 years ago
  63. ea43036 Clean the unused PCD entry. by lgao4 · 16 years ago
  64. 08c4ca5 retire gEfiBootStateGuid and replace it with dynamic hii pcd. so the different boot times can know whether it needs to do full/minimal/no_changes configuration. by eric_tian · 16 years ago
  65. ea2d908 retired PcdNtEmulatorEnable. by vanjeff · 16 years ago
  66. 88a5561 Update Variable driver to depend on full version FaultTolerantWrite protocol, and remove the lite version FaultTolerantWrite Dxe Driver. New full version FaultTolerantWriteDxe driver is added in MdeModulePkg. by lgao4 · 16 years ago
  67. 85e923a Add full version FaultTolerantWrite Dxe driver. by lgao4 · 16 years ago
  68. a86ae18 Re-organize the PCDs section to reduce the duplication of PCD help text and default value: every PCD token space and token pair has only one entry in DEC file. by gikidy · 16 years ago
  69. 6448d56 remove Bmp.h and ShellFile.h From MdeModulePkg to IntelFrameworkPkg by qhuang8 · 16 years ago
  70. 3709c4c 1. delete Include/Guid/VariableInfo.h by eric_tian · 16 years ago
  71. aa19fa5 Update PCD help text. by lgao4 · 16 years ago
  72. 3519b58 corrected typo. by qwang12 · 16 years ago
  73. 844d9de Use default boot file name from UefiSpec.h and retired related PCDs by klu2 · 16 years ago
  74. 7dbb8c5 Update help information for PcdSupportFullConfigRoutingProtocol. by qwang12 · 16 years ago
  75. 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
  76. 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
  77. 86b7139 Move OEMBadging protocol from MdeModulePkg to IntelFrameworkModulePkg by klu2 · 16 years ago
  78. f806dd2 Use single one PcdFrameworkCompatibilitySupport PCD to support framework HII and FvHob. by lgao4 · 16 years ago
  79. f1aec6c 1. Retired HotPlugDevice protocol. by vanjeff · 16 years ago
  80. 7fc80d4 Retired gSimpleTextInExNotifyGuid, used local structure address to be notify handle. by vanjeff · 16 years ago
  81. ad801d0 Check in library class of BaseMemoryTestLib. by xli24 · 16 years ago
  82. 87fbccb Move library class GenericBdsLib and PlatformBdsLib to IntelFrameworkModulePkg by klu2 · 16 years ago
  83. 96cb78a Use gEfiCallerIdGuid as the private guid for PcdPeim module. by lgao4 · 16 years ago
  84. 4bfa7dc 1. Remove feature flag PcdDxeIplEnableIdt entries by qhuang8 · 16 years ago
  85. e4b99ad Change library class PlatDriOverLib to PlatformDriOverrideLib by lgao4 · 16 years ago
  86. 4986c56 temporary roll back changing on gEfiHotPlugDevice. by vanjeff · 16 years ago
  87. 76f1dde Move Crc32GuidedSectionExtraction from Protocol to Guid directory by lgao4 · 16 years ago
  88. 5c52673 Move MdeModuleHii.h into Include\Guid directory by lgao4 · 16 years ago
  89. dae9306 Update the PCD comments for PcdFrameworkHiiCompatibilitySupport. by qwang12 · 16 years ago
  90. cebfa89 update PCD help text by vanjeff · 16 years ago
  91. 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
  92. a8e1ed5 Refine help text of PcdDisableDefaultKeyboardLayoutInUsbKbDriver. by xli24 · 16 years ago
  93. 2db4a77 Update MdeModulePkg package surface area: by qhuang8 · 16 years ago
  94. aa8f4f5 1. Retired HotPlugDevice protocol. by vanjeff · 16 years ago
  95. d73be1d Remove BaseMemoryTest PPI and related producers and consumers. by xli24 · 16 years ago
  96. 55e4e17 Path\filename information added for Protocol/PPI/Guid section in DEC file. by gikidy · 16 years ago
  97. 19f1707 Remove FlashMap Ppi that has been replaced by Flash related PCDs. by lgao4 · 16 years ago
  98. 8d4cd91 1.Moved HotPlugDevice.h & SimpleTextInNotify.h from /Guid to /Protocol by gikidy · 16 years ago
  99. 109e9a6 Code scrub for the following drivers and librarys. by lgao4 · 16 years ago
  100. 346cf9a Code scrub for MdeModule Include header file (Protocol and DEC) by lgao4 · 16 years ago