| Commit message (Expand) | Author | Age | Files | Lines |
* | 1) Use Dynamic Pcd for hold the base address and length of Flash-related block. | klu2 | 2007-07-10 | 4 | -58/+10 |
* | Enable dynamic PCD for windowBusDriver | klu2 | 2007-07-10 | 2 | -2/+4 |
* | Add PcdLibNull library instance for Pcd Driver. | klu2 | 2007-07-10 | 2 | -0/+916 |
* | fixed token space issue | vanjeff | 2007-07-10 | 1 | -1/+1 |
* | Updated modules to not depend on the IntelFrameworkPkg. | AJFISH | 2007-07-09 | 30 | -636/+210 |
* | Remove invalid PeimEntryPointLib | qhuang8 | 2007-07-09 | 1 | -2/+1 |
* | remove the redudant gEfiPeiFvFileLoaderPpiGuid in Guid section. | qwang12 | 2007-07-09 | 1 | -1/+0 |
* | Fix wrong token space guid CName. | klu2 | 2007-07-09 | 1 | -1/+1 |
* | Remove genenaric platform token space guid | klu2 | 2007-07-09 | 1 | -1/+0 |
* | Use () but not {} in dsc file. | klu2 | 2007-07-09 | 1 | -195/+195 |
* | Use gEfiMdeModulePkgTokenSpaceGuid instead of gEfiEdkModulePkgTokenSpaceGuid. | klu2 | 2007-07-06 | 9 | -45/+45 |
* | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3127 6f1... | qwang12 | 2007-07-06 | 1 | -0/+0 |
* | Add in gEfiExtendedSalVariableServicesProtocolGuid | qwang12 | 2007-07-06 | 3 | -1/+9 |
* | Add in EmuVariableRuntimeDxe | qwang12 | 2007-07-06 | 8 | -0/+1773 |
* | Add MonAdd MonotonicCounter driver to platform build file | qhuang8 | 2007-07-06 | 1 | -0/+1 |
* | Add MonotonicCounter driver, which produces MonotonicCounter arch protocols | qhuang8 | 2007-07-06 | 4 | -0/+515 |
* | Use Hob to get the variable base address in NV storage, but this need to be c... | klu2 | 2007-07-06 | 3 | -4/+29 |
* | Fix the RuntimeDxe driver can not be dispatched correctly issue. | klu2 | 2007-07-06 | 1 | -1/+3 |
* | 1) PcdFlashNvStorageFtwWorkingSize, PcdFlashNvStorageFtwWorkingBase, PcdFlash... | klu2 | 2007-07-06 | 7 | -39/+65 |
* | Enabled PCD DXE/PEI module build. | jwang36 | 2007-07-06 | 2 | -3/+3 |
* | Changed gEfiEdkModulePkgTokenSpaceGuid to gEfiMdeModulePkgTokenSpaceGuid | jwang36 | 2007-07-06 | 1 | -1/+1 |
* | 1) PcdDxeIplSupportCustomDecompress, PcdDxeIplSupportTianoDecompress, PcdDxeI... | klu2 | 2007-07-06 | 6 | -13/+202 |
* | Should use gEfiFirmwareFileSystem2Guid but not gEfiFirmwareFileSystemGuid in ... | klu2 | 2007-07-06 | 3 | -3/+3 |
* | Remove gEfiEndOfPeiSignalPpiGuid, it should be defined in MdePkg.dec | qhuang8 | 2007-07-06 | 1 | -1/+0 |
* | Fixed build issues by updating DSC file | AJFISH | 2007-07-05 | 1 | -3/+4 |
* | Fix the build issue for MdeModulePkg. | klu2 | 2007-07-05 | 1 | -1/+2 |
* | Porting WinNtFwhPei and WinNtFlashMapPei to produce FvHob. | klu2 | 2007-07-05 | 4 | -3/+91 |
* | Enable Nt32 platform boot to DXE phase. | klu2 | 2007-07-05 | 1 | -1/+1 |
* | Remove FontPack reference from GraphicsConsole | xgu3 | 2007-07-05 | 1 | -1/+1 |
* | Check in following modules, | xgu3 | 2007-07-05 | 58 | -1/+22629 |
* | Include "Guid/FirmwareFileSystem.h " provided by IntelFrameworkPkg. | yshang1 | 2007-07-04 | 1 | -1/+1 |
* | Move PeiPeCoffLoader from /Protocol to /Guid. | yshang1 | 2007-07-04 | 1 | -1/+1 |
* | Update MdeModulePkg.dsc to build DxeCore. | yshang1 | 2007-07-04 | 1 | -0/+2 |
* | Check in DxeCore for Nt32 platform. Currently, it does not follow PI/UEFI2.1. | yshang1 | 2007-07-04 | 42 | -0/+24972 |
* | Add library class PeCoffLoaderLib in MdeModulePkg | yshang1 | 2007-07-04 | 1 | -0/+34 |
* | Add PeiDxePeCoffLoaderLib instance in MdeModulePkg. | yshang1 | 2007-07-04 | 3 | -0/+243 |
* | Add PeiCore module for enabling NT32Pkg, please attention this PeiCore does f... | klu2 | 2007-07-04 | 26 | -4/+5604 |
* | Add Logo Module | qhuang8 | 2007-07-04 | 3 | -0/+83 |
* | Removed IntelframeworkPkg contamination from MdeModulePkg modules. | AJFISH | 2007-07-03 | 25 | -630/+250 |
* | Add DebugPort & DebugSupport drivers | qhuang8 | 2007-07-03 | 22 | -0/+7261 |
* | Recovered the mis-overwritten inf file | jwang36 | 2007-07-03 | 1 | -5/+1 |
* | Enabled PCD DXE/PEI modules build in MdeModulePkg | jwang36 | 2007-07-03 | 6 | -6/+21 |
* | Porting SecMain module for Nt32Pkg, but not enable PI, so it currently depend... | klu2 | 2007-07-03 | 2 | -1/+73 |
* | Import DxeCorePerformanceLib DxePerformanceLib PeiPerformanceLib and EdkDxePr... | vanjeff | 2007-07-03 | 13 | -0/+2114 |
* | Import PCD dxe and PCD pei modules. | vanjeff | 2007-07-03 | 14 | -0/+5011 |
* | Update EFI_CAPSULE_HEADER definition. | vanjeff | 2007-07-03 | 1 | -2/+2 |
* | Update EFI_CAPSULE_HEADER definition. | yshang1 | 2007-07-03 | 1 | -4/+4 |
* | Correct DSC to specify the new AtapiPassThru directory. | lgao4 | 2007-07-03 | 1 | -1/+1 |
* | Move Pci/AtapiPassThru/Dxe to Pci/AtapiPassThruDxe. | yshang1 | 2007-07-03 | 5 | -0/+0 |
* | add in ShellFile.h | qwang12 | 2007-07-02 | 1 | -0/+31 |