summaryrefslogtreecommitdiffstats
path: root/EdkModulePkg
Commit message (Expand)AuthorAgeFilesLines
* Fixed build break caused by GetPerformanceCounter() in PeiMain modulejwang362006-10-101-0/+8
* Set Hob type for FvMainCompactFv to EFI_HOB_TYPE_UNUSED after decompressed. T...klu22006-10-102-5/+15
* Add pair of performance macro function to measure the whole PEI phase's perfo...klu22006-10-102-5/+6
* This patch is to make sure at least VARIABLE_RECLAIM_THRESHOLD (1024) bytes o...qwang122006-10-102-0/+18
* 1) If DebugAssertEnabled is TRUE, we still need to provide the GET sizeqwang122006-10-101-55/+60
* Add PERF_START function for collecting performance data for DXE_OK tag.klu22006-10-081-0/+2
* Remove EBC arch from supported arch list to fix tracker EDKII350.yshang12006-10-081-3/+1
* Add support for DEBUG and RELEASE builds of this FPD file.mdkinney2006-10-041-43/+5
* Remove the duplicated Copy Right in msa header.lgao42006-09-2773-636/+0
* Optimize the algorithm of creating page table to enhance boot performance and...qhuang82006-09-262-485/+58
* Merger DriverBinding and ComponentName into one <extern> section for all *.ms...vanjeff2006-09-2124-64/+8
* Delete Build directorylgao42006-09-202-2/+2
* Update Device Path Module to use PCD Feature Flags to determine of the Device...mdkinney2006-09-195-67/+84
* Add use of PCD feature flags to the Device Path Modulesmdkinney2006-09-191-0/+48
* Declare PCD Feature flags for protocols produced by the Device Path Module an...mdkinney2006-09-191-0/+45
* Add PCD Feature Flags to control which decompression method(s) are included i...mdkinney2006-09-192-15/+40
* Remove IDT mdkinney2006-09-191-1056/+0
* changed EdkModulePkg GUID from the original B6EC423C-21D2-490D-85C6-DD5864EAA...lgao42006-09-1882-1003/+1003
* added EFIAPI for those constructor functionsvanjeff2006-09-185-99/+104
* Remove Static declaration for the related driver binding functions. lgao42006-09-142-13/+0
* git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1538 6f1...jchen202006-09-141-6/+5
* git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1537 6f1...jchen202006-09-141-1/+2
* Move ConPlatform module from EdkNT32 package to EdkModulePkg, and remove EdkP...lgao42006-09-1310-12/+1617
* Modify for enabling native VISTA jchen202006-09-133-0/+126
* clean up PCD settting for EdkModulePkg.fpd and EdkNt32Pkg.fpdlgao42006-09-082-5063/+5533
* Change PcdDebugPrintErrorLevel PCD declare in msa as DYNAMIC, because this PC...lgao42006-09-074-6/+6
* Set MdePkg.fpd, EdkModulePkg.fpd and Nt32.fpd default build directory to work...lgao42006-09-061-1/+1
* Update RuntimeLib.yshang12006-09-065-68/+55
* Fix PeiLoadImage() for compressed peim to print the correct image address and...lgao42006-09-051-9/+13
* git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1461 6f1...yshang12006-09-051-3/+0
* git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1459 6f1...yshang12006-09-052-16/+4
* Add the following Pcds declaration in EdkModulePkg.spd file. EdkModulePkg Pei...lgao42006-09-054-152/+183
* git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1452 6f1...yshang12006-09-051-13/+4
* Follow up EDKT247-253yshang12006-09-056-16/+27
* Update library constructor definition.yshang12006-09-052-0/+4
* Fix EdkII tracker 219, change incorrect print level in line 200 and line 453 ...lgao42006-09-051-3/+3
* git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1436 6f1...yshang12006-09-042-0/+6
* Update Coding style of status code.yshang12006-09-043-4/+5
* Follow up EDKT238, EDKT239, EDKT242, EDKT243yshang12006-09-047-31/+21
* Follow up EDKT236.yshang12006-09-011-1/+3
* Follow up EDKT235yshang12006-09-011-2/+2
* Follow up tracker:yshang12006-09-0113-36/+116
* Change true to TRUE.qwang122006-08-301-12/+12
* Change true to TRUE.qwang122006-08-301-5/+5
* Add in feature flag PcdPeiPcdDatabaseSetEnabled, PcdPeiPcdDatabaseGetSizeEnab...qwang122006-08-305-118/+321
* Add a Pcd to define the maximum number of performance log entries during PEI ...qhuang82006-08-296-7/+22
* Modify the implementation of performance library so that:qhuang82006-08-283-16/+40
* Fix Edk Tracker 206.lgao42006-08-232-4/+14
* added 20ms stall to wait for slave device ready when identify some type of Se...vanjeff2006-08-231-81/+83
* Fix one bug in PeiMain to make it output correct ImageStartAddress. And in Dx...lgao42006-08-223-25/+10