1. f4d7904 IntelFrameworkModulePkg: Update DEC and DSC version from 0.94 to 0.96 by Feng Tian · 9 years ago
  2. 5a673ab Legacy Boot Maintenance UI part code split from IntelFrameworkModulePkg/Universal/BdsDxe driver. by Eric Dong · 9 years ago
  3. 9e3f171 IntelFrameworkModulePkg: Add LegacyBootManagerLib. by Ruiyu Ni · 10 years ago
  4. 6f70975 Update IntelFrameworkModulePkg package version to 0.94. by Jeff Fan · 10 years ago
  5. da69cde Update IntelFrameworkModulePkg version: 0.92->0.93 by Jeff Fan · 11 years ago
  6. cbcccd2 Update Code to pass EBC compiler. by lgao4 · 12 years ago
  7. 5aab2d5 Add LzmaArchCustomDecompressLib library instance, which supports for X86 (IA32/X64) optimized decompression. It can provide the improved compression for IA32 and X64 architecture code. by lgao4 · 13 years ago
  8. 660b39c Update IntelFrameworkModulePkg version: 0.91->0.92 by vanjeff · 13 years ago
  9. eb5e7d3 Update code to follow coding style. Mainly change about: by ydong10 · 13 years ago
  10. cf7958f IntelFrameworkModulePkg: Add DxeCapsuleLib by jljusten · 13 years ago
  11. b2824a8 IntelFrameworkModulePkg: Add UpdateDriverDxe driver by jljusten · 13 years ago
  12. c2df8e1 IntelFrameworkModulePkg: Add FwVolDxe driver by jljusten · 13 years ago
  13. 13d4af6 IntelFrameworkModulePkg: Add AcpiS3SaveDxe driver by jljusten · 13 years ago
  14. 8a96515 IntelFrameworkModulePkg: Add AcpiSupportDxe driver by jljusten · 13 years ago
  15. 92d4b03 IntelFrameworkModulePkg: Add PalLib library class mapping by jljusten · 14 years ago
  16. bcecde1 IntelFrameworkModulePkg: Add Compatibility Support Module (CSM) drivers by jljusten · 14 years ago
  17. d8387fa IntelFrameworkModulePkg: Add IsaFloppyPei driver by jljusten · 14 years ago
  18. c77b88d Update DebugLib to provide support for "err" command in the EFI Shell to adjust the filter mask for DEBUG() messages. The "err" command provide the ability to adjust this filter mask at a global level through an EFI Variable and at the module level through a the Debug Mask Protocol. In order to support the degree of flexibility, the DebugLib needs to use library to abstract the get/set operations to the filter mask. by mdkinney · 14 years ago
  19. 558be45 Check in the IsaIoDxe device driver that consumes EFI_SIO_PROTOCOL to produce EFI_ISA_IO_PROTOCOL. by niruiyu · 14 years ago
  20. 28a9411 Add datahub status sode handler driver. by xli24 · 14 years ago
  21. 4fb411f Clean up package/platform DSC files by the following steps: by lgao4 · 15 years ago
  22. 180a5a3 Update the copyright notice format by hhtian · 15 years ago
  23. 38dc220 Per Liming request: 1)remove duplicate header disclaimer lines IntelFrameworkModulePkg.dsc; 2) IntelFrameworkModulePkg\Include\Library\GenericBdsLib.h line 948 is actually 948 to 963, 8 lines of @retval. by myronporter · 15 years ago
  24. 49fd8a3 Grammatical and disclaimer changes (does not follow internal C coding stds.) by myronporter · 15 years ago
  25. 37cc056 Update package version for IntelFrameworkPkg and IntelFrameworkModulePkg. by xli24 · 15 years ago
  26. 6bfbb5f 1. Correct File header to ## @file by lgao4 · 15 years ago
  27. 806bf4f Add generic module that produces the Framework CPU I/O Protocol using the services from the MdePkg IoLib by mdkinney · 15 years ago
  28. 1ace000 Minor code enhancement. by xli24 · 15 years ago
  29. e25cd12 Move non-framework status code library instances to MdeModulePkg. by xli24 · 15 years ago
  30. d42aba9 Move non-framework status code library instances to MdeModulePkg. by xli24 · 15 years ago
  31. 6237bf0 Move Status Code Handler modules for PI implementation to MdeModulePkg by xli24 · 15 years ago
  32. f979eec Remove status code modules' dependency on IntelFrameworkModulePkg. by xli24 · 15 years ago
  33. ce00a23 PI 1.1 SMM Feature Check-in by davidhuang · 15 years ago
  34. 25126a0 Enable Report Status Code Router introduced in PI 1.2 for PEI and DXE. by xli24 · 15 years ago
  35. d47bdf8 1. Impl PI 1.2 PCI part. Major changes include: by davidhuang · 15 years ago
  36. 203677f Make end of line consistent caused by previous check in. by qhuang8 · 15 years ago
  37. 918b6e7 Integrate the patch contributed by Andrew Fish to add ARM support. by qhuang8 · 15 years ago
  38. 7385086 update MdePkg version to 1.01 by vanjeff · 15 years ago
  39. 77b91d8 Replace Fixed PCD with Feature PCD for useHalfHandshake to reduce code size. by gikidy · 15 years ago
  40. 10c1a4c Merge 3 PCDs for the ISA Bus Driver to a single PCD that is a bitmask of features. by xli24 · 15 years ago
  41. fa70a2c Enhanced module to handle half handshake flow control. by gikidy · 15 years ago
  42. 574bb8b Add IncompatiblePciDeviceSupportDxe module in IntelFrameworkModulePkg. by vanjeff · 15 years ago
  43. 9eb130f Retired PciIncompatibleDeviceSupportLib from IntelFrameworkModulePkg. by vanjeff · 15 years ago
  44. 78d6366 Add Null implementation of the Legacy Region Protocol by mdkinney · 16 years ago
  45. 217b992 Remove unused PCDs: PcdPciIsaEnable and PcdPciVgaEnable by klu2 · 16 years ago
  46. d2c315e Retire the duplicate StatusCode PCD: by lgao4 · 16 years ago
  47. 1f095a0 Retire VariablePei and PcatSingleSegmentPciCfgPei in IntelFrameworkModulePkg. by lgao4 · 16 years ago
  48. 19a4a0a Merge PEI & DXE LzmaCustomDecompressLib. A previous implementation by jljusten · 16 years ago
  49. 306bf4e Add LzmaCustomDecompressLib based on the LZMA SDK 4.65 which was by jljusten · 16 years ago
  50. 0299403 Update DSC&FDF files according to update of status code PEIM. by xli24 · 16 years ago
  51. 6693414 Update DSC files according to update of status code driver. by xli24 · 16 years ago
  52. d6a6483 Remove unused IfrSupportLib and ExtendedIfrSupportLib by lgao4 · 16 years ago
  53. 3f07728 Add UefiHiiServicesLib library instance in every one DSC by lgao4 · 16 years ago
  54. f6f910d Retire Extended HII library class. by rsun3 · 16 years ago
  55. 4ddaf0e Rename library instance name from "PeCoffExtraActionLibNull" to "BasePeCoffExtraActionLibNull" by qhuang8 · 16 years ago
  56. f8be612 Remove PeRemove PeiPeCoffLoader.h and gPeiPeCoffLoaderGuid, and Add PeCoffExtraActionLib class and instances. by qhuang8 · 16 years ago
  57. ea2d908 retired PcdNtEmulatorEnable. by vanjeff · 16 years ago
  58. 1edcb8f Retire BaseReportStatusCodeLib in IntelFrameworkModulePkg. by qhuang8 · 16 years ago
  59. 3efaa6e Move IntelFrameworkModulePkg/Universal/Legacy8259Dxe to by jljusten · 16 years ago
  60. a95f236 Define EFI_REMOVABLE_MEDIA_FILE_NAME for EBC architecture in GenericBdsLib library instance, because UEFI specification does not define it for EBC. by klu2 · 16 years ago
  61. 9a2a7a1 GenericBdsLib can not be built under EBC because specification does not give some definition for EBC. by klu2 · 16 years ago
  62. ddac74d Move library class GenericBdsLib and PlatformBdsLib to IntelFrameworkModulePkg by klu2 · 16 years ago
  63. dcbb35e Add comments in DSC files to explain the function and design of components section. by xli24 · 16 years ago
  64. 6c6004f Fix build break for missing PeCoffLib mapping by mdkinney · 16 years ago
  65. 16f3deb Split out Synchronization Library from Base Library by mdkinney · 16 years ago
  66. 5c08e11 Move BdsDxe and GenericBdsLib to IntelFrameworkModulePkg, these modules need dependent on gEfiLegacyBiosProtocol to provide legacy boot support. But legacy boot is not described by PI/UEFI specification. by klu2 · 16 years ago
  67. bd5315c Update IoLib instance mapping so that the DSC file can support EBC build validation. by qhuang8 · 16 years ago
  68. a694b67 Add module Legacy8259Dxe to IntelFrameworkModulePkg.dsc, and make it clean for ICC build. by xli24 · 16 years ago
  69. 519f076 1.retried graphics library class from MdePkg by vanjeff · 16 years ago
  70. 774a1c8 Removed Graphics library instance in IntelFrameworkModulePkg, since no one use it and Graphics library class will be retried later. by vanjeff · 16 years ago
  71. 2067710 1, Add <Library/DevicePathLib.h> for all source that use device path utility macros by klu2 · 16 years ago
  72. 601c8c2 Modify DSC file according to update of MDE library instances. by xli24 · 16 years ago
  73. 1a8802f Update some module INF files in IntelFrameworkModulePkg to UEFI_DRIVER by qhuang8 · 16 years ago
  74. 38d8677 Remove unused library instances by qhuang8 · 17 years ago
  75. 685aec5 Remove unused library instances by qhuang8 · 17 years ago
  76. 25724a9 Remove SetupBrowser, DriverSample and HiiDatabase. by qwang12 · 17 years ago
  77. 08a4be3 Comment out the IntelFrameworkModulePkg/Universal/DriverSampleDxe/DriverSampleDxe.inf as VfrCompilor does not support the Framework VFR format. by qwang12 · 17 years ago
  78. 4f51e5c Add SmmRuntimeDxeReportStatusCodeLibFramework in IntelFrameworkModulePkg; by yshang1 · 17 years ago
  79. 797a9d6 MdeModule cleanup for PI: by klu2 · 17 years ago
  80. ac4f8b5 modify the corresponding file path about Ps2MouseAbsolutePointerDxe driver & rename the Ps2MouseSimulateTouchPadDxe folder to Ps2MouseAbsolutePointer by eric_tian · 17 years ago
  81. 0f8304c use a PS/2 mouse to simulate a faked touchpad device. by eric_tian · 17 years ago
  82. 8e5b17b Update following library class/Protocol for puting 'Framework' as prefix by klu2 · 17 years ago
  83. af3c1a5 added the CpuLib by vprabhal · 17 years ago
  84. 4fb31c2 1) Add library classes of S3Lib and RecoveryLib in MdeModulePkg by klu2 · 17 years ago
  85. 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
  86. 656f6e6 Added support for UART and Terminal PCD settings by AJFISH · 17 years ago
  87. 5da9710 Fix missing PCD issue for IntelFrameworkModulePkg.dsc by klu2 · 17 years ago
  88. 7ba905c Add VariablePei into IntelFrameworkModulePkg by klu2 · 17 years ago
  89. 2287f23 1) Move EFI_DEBUG_INFO structure to IntelFrameworkModule/Include/DebugInfo.h header file. by klu2 · 17 years ago
  90. e8ed718 Remove duplicate module in IntelFrameworkModulePkg by klu2 · 17 years ago
  91. 38d64b3 Remove ${WORKSPACE} by klu2 · 17 years ago
  92. 409f678 Removed unneeded $(WORKSPACE)\ in *.DSC files. Also synced MdePkg.dec file with package specification update by AJFISH · 17 years ago
  93. 1223277 1) Add PcatSingleSegmentPciCfg2Pei in MdeModulePkg. by yshang1 · 17 years ago
  94. f8cd287 Cleanup the license header by klu2 · 17 years ago
  95. 977bdf0 PcdIoBlockBaseAddressForIpf is required by IPF platform so need add it back by klu2 · 17 years ago
  96. d0288e1 Remove unused library instance by klu2 · 17 years ago
  97. 731f78a Clean up the unused PCD from IntelFrameworkModulePkg by klu2 · 17 years ago
  98. c21fc3e Clean up the Isa related DXE in IntelFrameworkMoudlePkg. by yshang1 · 17 years ago
  99. 98ca253 Move PcatCompatible/RealTimeClockRuntimeDxe module to MdeModulePkg from IntelFrameworkModulePkg. by klu2 · 17 years ago
  100. dcab253 1) Add _MSC_VER judgment for usage of #pragma intrinsic by klu2 · 17 years ago