| 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 | 1 | -6/+6 |
* | Enable dynamic PCD for windowBusDriver | klu2 | 2007-07-10 | 1 | -17/+12 |
* | Updated modules to not depend on the IntelFrameworkPkg. | AJFISH | 2007-07-09 | 1 | -1/+6 |
* | Remove the EDK prefix from library instance folder's name | klu2 | 2007-07-09 | 1 | -2/+2 |
* | Remove the EDK prefix from library instance folder's name | klu2 | 2007-07-09 | 1 | -2/+2 |
* | Use gEfiMdeModulePkgTokenSpaceGuid instead of gEfiEdkModulePkgTokenSpaceGuid. | klu2 | 2007-07-06 | 1 | -3/+3 |
* | Use gEfiMdeModulePkgTokenSpaceGuid instead of gEfiEdkModulePkgTokenSpaceGuid. | klu2 | 2007-07-06 | 1 | -9/+9 |
* | Adjust all driver dispatch order in fdf files. | klu2 | 2007-07-06 | 1 | -52/+62 |
* | Add PciBus module to Nt32Platform. | qhuang8 | 2007-07-06 | 1 | -1/+1 |
* | Add MonotonicCounter driver | qhuang8 | 2007-07-06 | 1 | -0/+1 |
* | Use Hob to get the variable base address in NV storage, but this need to be c... | klu2 | 2007-07-06 | 1 | -1/+1 |
* | Fix some { error in Nt32Pkg platform dsc file | klu2 | 2007-07-06 | 1 | -7/+8 |
* | 1) PcdFlashNvStorageFtwWorkingSize, PcdFlashNvStorageFtwWorkingBase, PcdFlash... | klu2 | 2007-07-06 | 1 | -15/+23 |
* | Enabled PCD DXE/PEI module build. | jwang36 | 2007-07-06 | 1 | -5/+8 |
* | 1) PcdDxeIplSupportCustomDecompress, PcdDxeIplSupportTianoDecompress, PcdDxeI... | klu2 | 2007-07-06 | 1 | -7/+7 |
* | Select correct library instance of PeCoffLoaderLib for DXE_CORE | klu2 | 2007-07-06 | 1 | -3/+2 |
* | Update [PcdsDynamicDefault.common] because build.exe has been update. | klu2 | 2007-07-06 | 1 | -1/+1 |
* | Remove addtional debuglib library instance for SEC module. | klu2 | 2007-07-06 | 1 | -3/+0 |
* | SecMain should use BaseDebugNullLib.lib for DebugLib library class. | klu2 | 2007-07-06 | 1 | -1/+4 |
* | Split out DebugLib for different module types | AJFISH | 2007-07-05 | 1 | -2/+15 |
* | Use UefiDecompressLib|${WORKSPACE}/MdePkg/Library/BaseUefiDecompressLib/BaseU... | klu2 | 2007-07-05 | 1 | -1/+1 |
* | Porting WinNtFwhPei and WinNtFlashMapPei to produce FvHob. | klu2 | 2007-07-05 | 1 | -11/+14 |
* | Enable Nt32 platform boot to DXE phase. | klu2 | 2007-07-05 | 1 | -3/+4 |
* | Change section pcd from [PcdsDynamic] to [PcdsDynamicDefault] as defined in spec | hche10x | 2007-07-05 | 1 | -1/+1 |
* | Check in following modules, | xgu3 | 2007-07-05 | 1 | -3/+17 |
* | Add PeiCore module for enabling NT32Pkg, please attention this PeiCore does f... | klu2 | 2007-07-04 | 1 | -1/+3 |
* | add SKU section in dsc file | vanjeff | 2007-07-04 | 1 | -1/+9 |
* | Removed IntelframeworkPkg contamination from MdeModulePkg modules. | AJFISH | 2007-07-03 | 1 | -0/+6 |
* | enable PlatformBdsDxe | qwang12 | 2007-07-03 | 1 | -1/+1 |
* | changed gEfiMdeModulePkgTokenSpaceGuid to gEfiEdkModulePkgTokenSpaceGuid temp... | vanjeff | 2007-07-03 | 1 | -6/+6 |
* | add PCD Dxe and Pei module in Nt32Pkg.dsc, but they are commented. | vanjeff | 2007-07-03 | 1 | -1/+3 |
* | Porting SecMain module for Nt32Pkg, but not enable PI, so it currently depend... | klu2 | 2007-07-03 | 1 | -2/+3 |
* | Enable MiscSubclassDriver.inf in Nt32Pkg | vanjeff | 2007-07-03 | 1 | -1/+1 |
* | Adjust the default Library Class instances list in Library Class section. | vanjeff | 2007-07-03 | 1 | -127/+36 |
* | Correct DSC to specify the new AtapiPassThru directory. | lgao4 | 2007-07-03 | 1 | -1/+1 |
* | Add Nt32 fdf file. | lgao4 | 2007-07-03 | 1 | -1/+1 |
* | Change MonotonicCounterRuntimeDxe to MetronomeDxe. This is a typo ininitally.... | qwang12 | 2007-07-03 | 1 | -3/+3 |
* | Add IntelFrameworkModulePkg dependency for status code library instances and ... | lgao4 | 2007-07-02 | 1 | -26/+31 |
* | 1. Remove IntelFrameworkPkg.dec package dependency from EdkFvbServiceLib.inf ... | vanjeff | 2007-07-02 | 1 | -2/+2 |
* | 1. Add FrameworkFormBrowser.h | vanjeff | 2007-07-02 | 1 | -3/+6 |
* | 1. Clean up DxeNt32OemHookStatusCodeLib.inf and PeiNt32OemHookStatusCodeLib.inf | vanjeff | 2007-07-02 | 1 | -17/+19 |
* | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2920 6f1... | AJFISH | 2007-06-29 | 1 | -0/+434 |