Age | Commit message (Expand) | Author | Files | Lines |
2008-01-04 | 1. Import UEFI PxeBc module in MdeModulePkg | vanjeff | 1 | -0/+1 |
2007-12-24 | add iSCSI protocol | eric_tian | 1 | -0/+3 |
2007-12-05 | Update CapsuleDriver to use capsule library. | lgao4 | 1 | -0/+1 |
2007-11-28 | modify the corresponding file path about UsbMouseAbsolutePointerDxe driver | eric_tian | 1 | -1/+1 |
2007-11-20 | Remove Atapi Pass Thru driver in MdeModulePkg. This module is only used for t... | qhuang8 | 1 | -1/+0 |
2007-11-20 | 1. Add DPC protocol and DpcLib library in MdeModulePkg. | vanjeff | 1 | -1/+4 |
2007-11-14 | add UsbMouseSimulateTouchPad driver to verify the correction of dispatching A... | eric_tian | 1 | -0/+1 |
2007-11-08 | 1) Fix bugs in BaseMemoryLibOptXXX instances in MdePkg. | yshang1 | 1 | -150/+26 |
2007-10-22 | Update following library class/Protocol for puting 'Framework' as prefix | klu2 | 1 | -1/+1 |
2007-10-18 | Added library instance for PcdLib for module type DXE_CORE | jwang36 | 1 | -0/+1 |
2007-10-17 | Rename Crc32GuidedSectionExtractLib to DxeCrc32GuidedSectionExtractLib. | lgao4 | 1 | -1/+1 |
2007-10-17 | Apply Crc32GuidedSectionExtract library instance to replace the original Crc3... | lgao4 | 1 | -2/+5 |
2007-10-16 | 1. Add PcdConOutGopSupport and PcdConOutUgaSupport in MdeModulePkg.dec | vanjeff | 1 | -3/+5 |
2007-10-15 | 1) add gEfiMdeModulePkgTokenSpaceGuid.PcdPeiCoreMaxFvSupported and gEfiMdeMod... | qwang12 | 1 | -0/+4 |
2007-10-11 | Add BasePalCallLibNull instance in MdePkg. It is useful when building IPF com... | yshang1 | 1 | -24/+2 |
2007-10-09 | Correct ExtractGuidedSectionLib library instance for PEIM and DXE | lgao4 | 1 | -1/+2 |
2007-10-09 | Add Unicode Collation related PCD entries in DSC file. | qhuang8 | 1 | -0/+2 |
2007-10-05 | added the CpuLib | vprabhal | 1 | -0/+1 |
2007-10-04 | Added new PCD setting | AJFISH | 1 | -0/+1 |
2007-10-04 | Made PCD valid for all architectures. Added new Variable statistic dump aplic... | AJFISH | 1 | -0/+1 |
2007-09-29 | 1. Add ExtractGuidedSectionLib library to replace customdecompress library. | lgao4 | 1 | -2/+2 |
2007-09-28 | Add PeiPiLib in MdeModulePkg DSC file | klu2 | 1 | -1/+2 |
2007-09-28 | Enable the 0-31 temporary IDT entries prior to activate the LongMode. If not ... | yshang1 | 1 | -0/+1 |
2007-09-28 | 1. Replace PeCoffLoader library by PeCoff lib for PeiCore, DxeIpl and DxeMain. | lgao4 | 1 | -4/+0 |
2007-09-26 | 1) Add library classes of S3Lib and RecoveryLib in MdeModulePkg | klu2 | 1 | -1/+6 |
2007-09-24 | Merge branch of PI tree to main trunk | klu2 | 1 | -0/+2 |
2007-09-17 | Remove OldPeiCoreEntryPoint library instance from MdePkg | klu2 | 1 | -1/+0 |
2007-08-30 | Update all INF, DEC and DSC file to confirm to newest INF spec 0.44, DEC spec... | qhuang8 | 1 | -74/+74 |
2007-08-28 | Fix IPF build break | mdkinney | 1 | -1/+5 |
2007-08-17 | Use <> in #include statements instead of "" for include files from packages | mdkinney | 1 | -0/+10 |
2007-08-10 | 1) Move EFI_DEBUG_INFO structure to IntelFrameworkModule/Include/DebugInfo.h ... | klu2 | 1 | -4/+4 |
2007-08-07 | Import UndiRuntimeDxe. | yshang1 | 1 | -1/+7 |
2007-08-07 | 1. Enable Mtftp4Dxe in MdeModulePkg.dsc | vanjeff | 1 | -1/+2 |
2007-08-06 | Fix bug in PciCfg to support PCI express address. | yshang1 | 1 | -1/+1 |
2007-08-03 | SmBusLib had a bad path and was crashing the build | AJFISH | 1 | -1/+1 |
2007-08-02 | Remove addtional PCD type | klu2 | 1 | -5/+0 |
2007-07-30 | Update License header. | yshang1 | 1 | -1/+2 |
2007-07-30 | Import ArpDxe, Dhcp4Dxe, Ip4Dxe, Mtftp4Dxe, PxeBcDxe and PxeDhcp4Dxe. | vanjeff | 1 | -1/+7 |
2007-07-27 | Removed unneeded $(WORKSPACE)\ in *.DSC files. Also synced MdePkg.dec file wi... | AJFISH | 1 | -232/+232 |
2007-07-25 | 1) Add PcatSingleSegmentPciCfg2Pei in MdeModulePkg. | yshang1 | 1 | -0/+1 |
2007-07-25 | Fixed EBC build issues. | vanjeff | 1 | -2/+2 |
2007-07-25 | Remove unused section in .INF, .DEC, .DSC of MdePkg and MdeModulePkg. | yshang1 | 1 | -16/+0 |
2007-07-24 | Retire the "Include/Common" of MdeModulePkg. | yshang1 | 1 | -2/+0 |
2007-07-24 | 1. remove un-necessary instances reference | vanjeff | 1 | -15/+1 |
2007-07-24 | Import SnpDxe, Tcp4Dxe, Udp4Dxe and MnpDxe. | vanjeff | 1 | -0/+4 |
2007-07-23 | 1. Import NetLib, IpIoLib and UdpIoLib class definitions | vanjeff | 1 | -0/+8 |
2007-07-20 | Remove Ppi/LoadFile.h and Ppi/FindFv.h from MdeModulePkg. | yshang1 | 1 | -2/+2 |
2007-07-20 | add in PcdSupportUpdateCapsuleRest | qwang12 | 1 | -0/+1 |
2007-07-20 | Fix the typo in last check in | qhuang8 | 1 | -0/+1 |
2007-07-20 | Remove RTC package dependency on IntelFrameworkPkg | qhuang8 | 1 | -2/+3 |