| Commit message (Expand) | Author | Age | Files | Lines |
* | Update library instances naming. | qhuang8 | 2008-11-13 | 1 | -5/+2 |
* | Add following library instances to MDE package: | xli24 | 2008-11-11 | 1 | -1/+6 |
* | Move FvbServiceLib, GraphicsLib, and DxePalLib from MDE package due to packag... | xli24 | 2008-10-29 | 1 | -3/+0 |
* | Remove duplicate module in MdePkg DSC file. | klu2 | 2008-10-29 | 1 | -1/+0 |
* | adjust file list order in dsc file. | vanjeff | 2008-10-28 | 1 | -33/+29 |
* | clean up EBC in inf files. | vanjeff | 2008-10-28 | 1 | -0/+6 |
* | Modify DSC file according to update of MDE library instances. | xli24 | 2008-10-25 | 1 | -7/+10 |
* | Add missing library instance to MdePkg.dsc | klu2 | 2008-08-20 | 1 | -0/+1 |
* | Remove INF/MSA file name to align with directory name | qhuang8 | 2008-07-19 | 1 | -1/+1 |
* | Remove directory DxeDebugLibSerialPort to BaseDebugLibSerialPort since this i... | qhuang8 | 2008-07-19 | 1 | -1/+1 |
* | 1) Cleanup HiiLib, IfrSupportLib. | qwang12 | 2008-02-02 | 1 | -0/+1 |
* | UEFI HII: Merge UEFI HII support changes from branch. | qwang12 | 2008-01-21 | 1 | -1/+2 |
* | Fix the duplicate module in dsc file | klu2 | 2007-12-17 | 1 | -1/+0 |
* | 1) Fix bugs in BaseMemoryLibOptXXX instances in MdePkg. | yshang1 | 2007-11-08 | 1 | -0/+4 |
* | Remove library instance of PeiServicesTablePointerLibMm7 | klu2 | 2007-10-15 | 1 | -2/+0 |
* | Add BasePalCallLibNull instance in MdePkg. It is useful when building IPF com... | yshang1 | 2007-10-11 | 1 | -0/+1 |
* | Correct ExtractGuidedSectionLib library instance for PEIM and DXE | lgao4 | 2007-10-09 | 1 | -1/+2 |
* | Correct CpuLib.inf format in DSC file | lgao4 | 2007-10-08 | 1 | -1/+1 |
* | added the CpuLib | vprabhal | 2007-10-05 | 1 | -0/+1 |
* | 1. Add ExtractGuidedSectionLib library to replace customdecompress library. | lgao4 | 2007-09-29 | 1 | -1/+2 |
* | Merge branch of PI tree to main trunk | klu2 | 2007-09-24 | 1 | -0/+1 |
* | Merge the PI enabling works from the branch | qwang12 | 2007-09-04 | 1 | -0/+1 |
* | Update all INF, DEC and DSC file to confirm to newest INF spec 0.44, DEC spec... | qhuang8 | 2007-08-30 | 1 | -18/+18 |
* | Fix bug in PciCfg to support PCI express address. | yshang1 | 2007-08-06 | 1 | -1/+1 |
* | Remove addtional PCD type | klu2 | 2007-08-02 | 1 | -6/+0 |
* | Removed unneeded $(WORKSPACE)\ in *.DSC files. Also synced MdePkg.dec file wi... | AJFISH | 2007-07-27 | 1 | -69/+69 |
* | Add BasePcdLibNull. | yshang1 | 2007-07-27 | 1 | -0/+1 |
* | Remove unused section in .INF, .DEC, .DSC of MdePkg and MdeModulePkg. | yshang1 | 2007-07-25 | 1 | -19/+0 |
* | Import BaseMemoryLibMmx. | yshang1 | 2007-07-23 | 1 | -0/+2 |
* | Remove unused comments in MdePkg. | yshang1 | 2007-07-19 | 1 | -0/+1 |
* | add in PeiServicesTablePointerLibMm7.inf | qwang12 | 2007-07-19 | 1 | -1/+2 |
* | Use () instead of {}, replace \ to / for path. | klu2 | 2007-07-18 | 1 | -63/+63 |
* | To support GCC build. Currently, it could not pass GCC build,since tool could... | yshang1 | 2007-07-17 | 1 | -0/+2 |
* | Rename PeiSmbusLibSmbus2 as PeiSmbusLibSmbus2Ppi. | yshang1 | 2007-07-17 | 1 | -1/+1 |
* | Updated modules to not depend on the IntelFrameworkPkg. | AJFISH | 2007-07-09 | 1 | -2/+2 |
* | Add inf files for PeiSmbusLibSmbus2, PeiDxePostCodeLibReportStatusCode, PeiMe... | vanjeff | 2007-07-05 | 1 | -2/+5 |
* | Add BaseCustomDecompressLibNull, DxeDebugLibSerialPort and UefiUsbLib library... | lgao4 | 2007-07-03 | 1 | -1/+3 |
* | Add building DxeMemoryLib. | yshang1 | 2007-07-02 | 1 | -0/+1 |
* | 1. Port X64, IPF and EBC arch for BaseLib | vanjeff | 2007-07-02 | 1 | -4/+7 |
* | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2888 6f1... | vanjeff | 2007-06-29 | 1 | -45/+47 |
* | 1) Modify ScsiIo protocol according to UEFI specification | klu2 | 2007-06-29 | 1 | -1/+1 |
* | add in BasePeCoffLib | qwang12 | 2007-06-28 | 1 | -1/+1 |
* | Convert msa to inf for UefiRuntimeLib | klu2 | 2007-06-27 | 1 | -0/+1 |
* | 1) Porting the original WinNtStuff Peim to new Nt32Pkg | klu2 | 2007-06-27 | 1 | -0/+1 |
* | Used "|" as value separator. | jwang36 | 2007-06-26 | 1 | -2/+2 |
* | 1) Incorporated generating top level makefile. Now platform build is possible... | jwang36 | 2007-06-25 | 1 | -4/+4 |
* | added PcdComponentName2Disable, PcdDriverDiagnostics2Disable reference in DSC... | vanjeff | 2007-06-25 | 1 | -0/+2 |
* | Cleanup MdePkg.dsc, UefiLib.inf and UefiLib.msa | vanjeff | 2007-06-22 | 1 | -0/+4 |
* | Import MdePkg.dec and MdePkg.dec. Initial version. | vanjeff | 2007-06-22 | 1 | -0/+124 |