1. 41ad45c Add a PCD which enable SetupBrowser to support IFR generated by a VFR compiler in Framework VFR compatible mode. by qwang12 · 16 years ago
  2. f02d0c0 Add comments to MdeModulePkg.dec, Correct minor comments for other files and Add new guided IFR opcode to framework option key value. by lgao4 · 16 years ago
  3. 1cedc89 Add more comments for PCD. by klu2 · 16 years ago
  4. 86fa2a9 Fix broken that Boot file can not be found by BDS. by klu2 · 16 years ago
  5. a4ac253 Add doxygen comment for PcdBootFileName by klu2 · 16 years ago
  6. ec8cd35 Code scrub for GenericBdsLib by klu2 · 16 years ago
  7. aa103f4 Add PcdSupportFullConfigRoutingProtocol and gEfiDiskInfoAhciInterfaceGuid. by qwang12 · 17 years ago
  8. 41a5b67 Add declarations for two new PCDs. by qhuang8 · 17 years ago
  9. f8ea302 Add PCD PcdRealTimeClockUpdateTimeout and update code accordingly. by xli24 · 17 years ago
  10. 5f59775 Code scrube for MdeModule Definitions. by lgao4 · 17 years ago
  11. 813acf3 Merged in the following trackers from EDK: by qwang12 · 17 years ago
  12. 2003367 Move gPeiReadonlyVariableThunkPresentPpiGuid to EdkCompatibilityPkg/EdkCompatibilityPkg.dec which is a more proper package. by qwang12 · 17 years ago
  13. a9c908f add gPeiReadonlyVariableThunkPresentPpiGuid by qwang12 · 17 years ago
  14. cc582cf Rename the confusing PCD. by qhuang8 · 17 years ago
  15. 30d3be3 Add missing library class declaration. by klu2 · 17 years ago
  16. dd4047a [Description]: by qhuang8 · 17 years ago
  17. eaf539d Change MAX_PPI_DESCRIPTORS to FixedPcd PcdPeiCoreMaxPpiSupported, the default value is 64. Maybe other platform requires more than 64 Ppi and set this Pcd value. by lgao4 · 17 years ago
  18. 8541ada add PCD PcdUgaConsumeSupport to switch on/off EFI UGA Draw Protocol's consuming, it could save size by changing PCD's value to FALSE. by vanjeff · 17 years ago
  19. 58dcdad Merge Temporary Ram support patch. by klu2 · 17 years ago
  20. 9226efe 1) Cleanup HiiLib, IfrSupportLib. by qwang12 · 17 years ago
  21. 93e3992 UEFI HII: Merge UEFI HII support changes from branch. by qwang12 · 17 years ago
  22. b290614 Port PlatformDriOverrideDxe into R9. by vanjeff · 17 years ago
  23. 0c0f317 Add TCG/TPM internal PPI and Protocol by lgao4 · 17 years ago
  24. 0c9d739 1. Move some status code related PCDs to MdePkg by qhuang8 · 17 years ago
  25. 348c813 1. Update default value to adapt to most platform. by qhuang8 · 17 years ago
  26. 4673006 Remove the unnecessary CapsuleInfo.h file. by lgao4 · 17 years ago
  27. b6e7633 correct the gEfiCapsuleArchProtocolGuid to be the same with PI 1.0 spec with errata. by qwang12 · 17 years ago
  28. 36ee91c 1. Add DPC protocol and DpcLib library in MdeModulePkg. by vanjeff · 17 years ago
  29. 04e12c2 Move out the FlashMapHob by klu2 · 17 years ago
  30. d12f75f Add CapsuleInfo guid to store the list of capsule image guid. by lgao4 · 17 years ago
  31. 3076397 Add a feature flag to allow platform developer to decide if TE or PE32 section should be searched in PEI dispatcher. by qwang12 · 17 years ago
  32. 518d395 define the variable related to PCD for supporting big variable (>32K) easily. by gtian · 17 years ago
  33. 1b249b5 Add a Notification GUID for the implementation of EFI_SIMPLE_INPUT_EX protocol for Keyboard, terminal, etc modules. by qhuang8 · 17 years ago
  34. d0c6472 1. Add PcdConOutGopSupport and PcdConOutUgaSupport in MdeModulePkg.dec by vanjeff · 17 years ago
  35. 177aabe 1) add gEfiMdeModulePkgTokenSpaceGuid.PcdPeiCoreMaxFvSupported and gEfiMdeModulePkgTokenSpaceGuid.PcdPeiCoreMaxPeimPerFv to replace the MACRO definitions. by qwang12 · 17 years ago
  36. 2ad4dad 1. Update internal EfiPrint protocol to contain all print interfaces provided by PrintLib class of MdePkg. 2. Update SetupBrowserDxe driver to produce new EfiPrint protocol. by lgao4 · 17 years ago
  37. ac12a16 Add Unicode Collation related feature flags: by qhuang8 · 17 years ago
  38. 33a5a66 Add Profiling support for Variable store and added a specialized caching algorithm by AJFISH · 17 years ago
  39. c58cf83 Remove PeCoffLoader library class and its instances. by lgao4 · 17 years ago
  40. 5d58295 Enable the 0-31 temporary IDT entries prior to activate the LongMode. If not enable the temporary IDT table, DEBUG_PROPERTY_ASSERT_BREAKPOINT_ENABLED may not work correctly till CPU DXE programs the IDT table. by yshang1 · 17 years ago
  41. 4fb31c2 1) Add library classes of S3Lib and RecoveryLib in MdeModulePkg by klu2 · 17 years ago
  42. b0d803f Merge branch of PI tree to main trunk by klu2 · 17 years ago
  43. b3af5df Update all INF, DEC and DSC file to confirm to newest INF spec 0.44, DEC spec 0.41, DSC spec 0.40. by qhuang8 · 17 years ago
  44. 30143b1 Import ResetSystemLib. by yshang1 · 17 years ago
  45. 772db4b Import ArpDxe, Dhcp4Dxe, Ip4Dxe, Mtftp4Dxe, PxeBcDxe and PxeDhcp4Dxe. by vanjeff · 17 years ago
  46. da89d70 by vanjeff · 17 years ago
  47. 351986a 1) Remove Protocol/AcpiS3Save.h from IntelFrameworkPkg, which should be defined in TianoModulePkg. by yshang1 · 17 years ago
  48. 1df7a02 Remove Ppi/LoadFile.h and Ppi/FindFv.h from MdeModulePkg. by yshang1 · 18 years ago
  49. ed838d0 1. Import UsbKbDxe and UsbMouseDxe into MdeModulePkg 2. Updated UefiUsbLib by vanjeff · 18 years ago
  50. 7806465 remove the redudant gEfiPeiFvFileLoaderPpiGuid in Guid section. by qwang12 · 18 years ago
  51. 9ac6205 Fix wrong token space guid CName. by klu2 · 18 years ago
  52. c4b1ec3 Remove genenaric platform token space guid by klu2 · 18 years ago
  53. 3111e7b Use gEfiMdeModulePkgTokenSpaceGuid instead of gEfiEdkModulePkgTokenSpaceGuid. by klu2 · 18 years ago
  54. 5214a04 Add in gEfiExtendedSalVariableServicesProtocolGuid by qwang12 · 18 years ago
  55. e15fbaf 1) PcdFlashNvStorageFtwWorkingSize, PcdFlashNvStorageFtwWorkingBase, PcdFlashNvStorageFtwSpareSize, PcdFlashNvStorageFtwSpareBase, PcdFlashNvStorageVariableSize PcdFlashNvStorageVariableBase should in gEfiMdeModulePkgTokenSpaceGuid. by klu2 · 18 years ago
  56. 2cb630b Enabled PCD DXE/PEI module build. by jwang36 · 18 years ago
  57. be29ac9 1) PcdDxeIplSupportCustomDecompress, PcdDxeIplSupportTianoDecompress, PcdDxeIplSupportEfiDecompress, PcdDxeIplBuildShareCodeHobs should in gEfiMdeModulePkgTokenSpaceGuid token space by klu2 · 18 years ago
  58. 9294251 Remove gEfiEndOfPeiSignalPpiGuid, it should be defined in MdePkg.dec by qhuang8 · 18 years ago
  59. 56a71b5 Porting WinNtFwhPei and WinNtFlashMapPei to produce FvHob. by klu2 · 18 years ago
  60. 9527612 Check in following modules, by xgu3 · 18 years ago
  61. 192f6d4 Add PeiCore module for enabling NT32Pkg, please attention this PeiCore does follows PI specification except some FV definitions. by klu2 · 18 years ago
  62. ba23773 Removed IntelframeworkPkg contamination from MdeModulePkg modules. by AJFISH · 18 years ago
  63. 2e19fd0 Porting SecMain module for Nt32Pkg, but not enable PI, so it currently dependent on IntelFrameworkPkg temporary. by klu2 · 18 years ago
  64. 2bf16f4 add in by qwang12 · 18 years ago
  65. 3a98b77 Updated *.dec files and .h files to support correct include path scheme by AJFISH · 18 years ago
  66. 56a1c22 Rename PCD section name by qhuang8 · 18 years ago
  67. d8a4397 added PPI and Protocol definitions needed by porting modules by vanjeff · 18 years ago
  68. 6c25c60 1) Add include path into MdeModulePkg.dec by klu2 · 18 years ago
  69. 88f2012 1. added common header files, Guid header filess, Protocol header files, PPI header files. by vanjeff · 18 years ago
  70. 84e2085 Wrong package name by klu2 · 18 years ago
  71. b7d286b Import MdeModulePkg, only one module HelloWorld by now. by vanjeff · 18 years ago