Age | Commit message (Expand) | Author | Files | Lines |
2007-07-17 | 1. Fixed tools_def.template to meet ICC build for IA32 | vanjeff | 39 | -237/+223 |
2007-07-16 | Add Pei postfix to variable peim driver | klu2 | 2 | -1/+1 |
2007-07-16 | Add Dxe as postfix to Scsi related driver. | klu2 | 3 | -3/+3 |
2007-07-16 | remove duplicated modules | vanjeff | 17 | -4550/+0 |
2007-07-16 | Modules cleanup. | vanjeff | 30 | -129/+4551 |
2007-07-13 | Remove IPF EmuVariableIpf.inf | qwang12 | 3 | -358/+0 |
2007-07-13 | Fix typo in PeCoffLoaderLib.inf. | yshang1 | 1 | -1/+1 |
2007-07-12 | 1. Import UsbKbDxe and UsbMouseDxe into MdeModulePkg | vanjeff | 16 | -11/+4664 |
2007-07-12 | remove IPF reference from inf file | vanjeff | 1 | -5/+1 |
2007-07-12 | fixed memcpy link issue. | vanjeff | 2 | -2/+12 |
2007-07-11 | Build drivers for IPF, X64, IA32 arch | klu2 | 2 | -25/+29 |
2007-07-11 | Fixing the IPF building issue for PeiCore | klu2 | 3 | -10/+1 |
2007-07-11 | Update DSC file. | vanjeff | 1 | -12/+19 |
2007-07-11 | Import Usb/UsbBusDxe and Usb/UsbMassStorageDxe into MdeModulePkg. | vanjeff | 25 | -0/+10355 |
2007-07-11 | Keep the module name consistency with directory name. | vanjeff | 4 | -18/+18 |
2007-07-11 | Import EhciDxe and UhciDxe into MdeModulePkg. | vanjeff | 30 | -0/+13427 |
2007-07-10 | Removed CommonHeader.h from MdePkg & MdeModulePkg | AJFISH | 60 | -980/+165 |
2007-07-10 | 1) Use Dynamic Pcd for hold the base address and length of Flash-related block. | klu2 | 4 | -58/+10 |
2007-07-10 | Enable dynamic PCD for windowBusDriver | klu2 | 2 | -2/+4 |
2007-07-10 | Add PcdLibNull library instance for Pcd Driver. | klu2 | 2 | -0/+916 |
2007-07-10 | fixed token space issue | vanjeff | 1 | -1/+1 |
2007-07-09 | Updated modules to not depend on the IntelFrameworkPkg. | AJFISH | 30 | -636/+210 |
2007-07-09 | Remove invalid PeimEntryPointLib | qhuang8 | 1 | -2/+1 |
2007-07-09 | remove the redudant gEfiPeiFvFileLoaderPpiGuid in Guid section. | qwang12 | 1 | -1/+0 |
2007-07-09 | Fix wrong token space guid CName. | klu2 | 1 | -1/+1 |
2007-07-09 | Remove genenaric platform token space guid | klu2 | 1 | -1/+0 |
2007-07-09 | Use () but not {} in dsc file. | klu2 | 1 | -195/+195 |
2007-07-06 | Use gEfiMdeModulePkgTokenSpaceGuid instead of gEfiEdkModulePkgTokenSpaceGuid. | klu2 | 9 | -45/+45 |
2007-07-06 | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3127 6f1... | qwang12 | 1 | -0/+0 |
2007-07-06 | Add in gEfiExtendedSalVariableServicesProtocolGuid | qwang12 | 3 | -1/+9 |
2007-07-06 | Add in EmuVariableRuntimeDxe | qwang12 | 8 | -0/+1773 |
2007-07-06 | Add MonAdd MonotonicCounter driver to platform build file | qhuang8 | 1 | -0/+1 |
2007-07-06 | Add MonotonicCounter driver, which produces MonotonicCounter arch protocols | qhuang8 | 4 | -0/+515 |
2007-07-06 | Use Hob to get the variable base address in NV storage, but this need to be c... | klu2 | 3 | -4/+29 |
2007-07-06 | Fix the RuntimeDxe driver can not be dispatched correctly issue. | klu2 | 1 | -1/+3 |
2007-07-06 | 1) PcdFlashNvStorageFtwWorkingSize, PcdFlashNvStorageFtwWorkingBase, PcdFlash... | klu2 | 7 | -39/+65 |
2007-07-06 | Enabled PCD DXE/PEI module build. | jwang36 | 2 | -3/+3 |
2007-07-06 | Changed gEfiEdkModulePkgTokenSpaceGuid to gEfiMdeModulePkgTokenSpaceGuid | jwang36 | 1 | -1/+1 |
2007-07-06 | 1) PcdDxeIplSupportCustomDecompress, PcdDxeIplSupportTianoDecompress, PcdDxeI... | klu2 | 6 | -13/+202 |
2007-07-06 | Should use gEfiFirmwareFileSystem2Guid but not gEfiFirmwareFileSystemGuid in ... | klu2 | 3 | -3/+3 |
2007-07-06 | Remove gEfiEndOfPeiSignalPpiGuid, it should be defined in MdePkg.dec | qhuang8 | 1 | -1/+0 |
2007-07-05 | Fixed build issues by updating DSC file | AJFISH | 1 | -3/+4 |
2007-07-05 | Fix the build issue for MdeModulePkg. | klu2 | 1 | -1/+2 |
2007-07-05 | Porting WinNtFwhPei and WinNtFlashMapPei to produce FvHob. | klu2 | 4 | -3/+91 |
2007-07-05 | Enable Nt32 platform boot to DXE phase. | klu2 | 1 | -1/+1 |
2007-07-05 | Remove FontPack reference from GraphicsConsole | xgu3 | 1 | -1/+1 |
2007-07-05 | Check in following modules, | xgu3 | 58 | -1/+22629 |
2007-07-04 | Include "Guid/FirmwareFileSystem.h " provided by IntelFrameworkPkg. | yshang1 | 1 | -1/+1 |
2007-07-04 | Move PeiPeCoffLoader from /Protocol to /Guid. | yshang1 | 1 | -1/+1 |
2007-07-04 | Update MdeModulePkg.dsc to build DxeCore. | yshang1 | 1 | -0/+2 |