summaryrefslogtreecommitdiff
path: root/EdkModulePkg
AgeCommit message (Expand)AuthorFilesLines
2006-10-131. Add the GLOBAL_REMOVE_IF_UNREFERENCED to globe variables which are used on...dtang213-66/+86
2006-10-131. Changed device detect method to use ATA/ATAPI device signature;jtang127-944/+1061
2006-10-13The reasons for the changes made are:cwu115-20/+106
2006-10-10Fixed build break caused by GetPerformanceCounter() in PeiMain modulejwang361-0/+8
2006-10-10Set Hob type for FvMainCompactFv to EFI_HOB_TYPE_UNUSED after decompressed. T...klu22-5/+15
2006-10-10Add pair of performance macro function to measure the whole PEI phase's perfo...klu22-5/+6
2006-10-10This patch is to make sure at least VARIABLE_RECLAIM_THRESHOLD (1024) bytes o...qwang122-0/+18
2006-10-101) If DebugAssertEnabled is TRUE, we still need to provide the GET sizeqwang121-55/+60
2006-10-08Add PERF_START function for collecting performance data for DXE_OK tag.klu21-0/+2
2006-10-08Remove EBC arch from supported arch list to fix tracker EDKII350.yshang11-3/+1
2006-10-04Add support for DEBUG and RELEASE builds of this FPD file.mdkinney1-43/+5
2006-09-27Remove the duplicated Copy Right in msa header.lgao473-636/+0
2006-09-26Optimize the algorithm of creating page table to enhance boot performance and...qhuang82-485/+58
2006-09-21Merger DriverBinding and ComponentName into one <extern> section for all *.ms...vanjeff24-64/+8
2006-09-20Delete Build directorylgao42-2/+2
2006-09-19Update Device Path Module to use PCD Feature Flags to determine of the Device...mdkinney5-67/+84
2006-09-19Add use of PCD feature flags to the Device Path Modulesmdkinney1-0/+48
2006-09-19Declare PCD Feature flags for protocols produced by the Device Path Module an...mdkinney1-0/+45
2006-09-19Add PCD Feature Flags to control which decompression method(s) are included i...mdkinney2-15/+40
2006-09-19Remove IDT mdkinney1-1056/+0
2006-09-18changed EdkModulePkg GUID from the original B6EC423C-21D2-490D-85C6-DD5864EAA...lgao482-1003/+1003
2006-09-18added EFIAPI for those constructor functionsvanjeff5-99/+104
2006-09-14Remove Static declaration for the related driver binding functions. lgao42-13/+0
2006-09-14git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1538 6f1...jchen201-6/+5
2006-09-14git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1537 6f1...jchen201-1/+2
2006-09-13Move ConPlatform module from EdkNT32 package to EdkModulePkg, and remove EdkP...lgao410-12/+1617
2006-09-13Modify for enabling native VISTA jchen203-0/+126
2006-09-08clean up PCD settting for EdkModulePkg.fpd and EdkNt32Pkg.fpdlgao42-5063/+5533
2006-09-07Change PcdDebugPrintErrorLevel PCD declare in msa as DYNAMIC, because this PC...lgao44-6/+6
2006-09-06Set MdePkg.fpd, EdkModulePkg.fpd and Nt32.fpd default build directory to work...lgao41-1/+1
2006-09-06Update RuntimeLib.yshang15-68/+55
2006-09-05Fix PeiLoadImage() for compressed peim to print the correct image address and...lgao41-9/+13
2006-09-05git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1461 6f1...yshang11-3/+0
2006-09-05git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1459 6f1...yshang12-16/+4
2006-09-05Add the following Pcds declaration in EdkModulePkg.spd file. EdkModulePkg Pei...lgao44-152/+183
2006-09-05git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1452 6f1...yshang11-13/+4
2006-09-05Follow up EDKT247-253yshang16-16/+27
2006-09-05Update library constructor definition.yshang12-0/+4
2006-09-05Fix EdkII tracker 219, change incorrect print level in line 200 and line 453 ...lgao41-3/+3
2006-09-04git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1436 6f1...yshang12-0/+6
2006-09-04Update Coding style of status code.yshang13-4/+5
2006-09-04Follow up EDKT238, EDKT239, EDKT242, EDKT243yshang17-31/+21
2006-09-01Follow up EDKT236.yshang11-1/+3
2006-09-01Follow up EDKT235yshang11-2/+2
2006-09-01Follow up tracker:yshang113-36/+116
2006-08-30Change true to TRUE.qwang121-12/+12
2006-08-30Change true to TRUE.qwang121-5/+5
2006-08-30Add in feature flag PcdPeiPcdDatabaseSetEnabled, PcdPeiPcdDatabaseGetSizeEnab...qwang125-118/+321
2006-08-29Add a Pcd to define the maximum number of performance log entries during PEI ...qhuang86-7/+22
2006-08-28Modify the implementation of performance library so that:qhuang83-16/+40