summaryrefslogtreecommitdiff
path: root/EdkModulePkg
AgeCommit message (Expand)Author
2006-09-27Remove the duplicated Copy Right in msa header.lgao4
2006-09-26Optimize the algorithm of creating page table to enhance boot performance and...qhuang8
2006-09-21Merger DriverBinding and ComponentName into one <extern> section for all *.ms...vanjeff
2006-09-20Delete Build directorylgao4
2006-09-19Update Device Path Module to use PCD Feature Flags to determine of the Device...mdkinney
2006-09-19Add use of PCD feature flags to the Device Path Modulesmdkinney
2006-09-19Declare PCD Feature flags for protocols produced by the Device Path Module an...mdkinney
2006-09-19Add PCD Feature Flags to control which decompression method(s) are included i...mdkinney
2006-09-19Remove IDT mdkinney
2006-09-18changed EdkModulePkg GUID from the original B6EC423C-21D2-490D-85C6-DD5864EAA...lgao4
2006-09-18added EFIAPI for those constructor functionsvanjeff
2006-09-14Remove Static declaration for the related driver binding functions. lgao4
2006-09-14git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1538 6f1...jchen20
2006-09-14git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1537 6f1...jchen20
2006-09-13Move ConPlatform module from EdkNT32 package to EdkModulePkg, and remove EdkP...lgao4
2006-09-13Modify for enabling native VISTA jchen20
2006-09-08clean up PCD settting for EdkModulePkg.fpd and EdkNt32Pkg.fpdlgao4
2006-09-07Change PcdDebugPrintErrorLevel PCD declare in msa as DYNAMIC, because this PC...lgao4
2006-09-06Set MdePkg.fpd, EdkModulePkg.fpd and Nt32.fpd default build directory to work...lgao4
2006-09-06Update RuntimeLib.yshang1
2006-09-05Fix PeiLoadImage() for compressed peim to print the correct image address and...lgao4
2006-09-05git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1461 6f1...yshang1
2006-09-05git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1459 6f1...yshang1
2006-09-05Add the following Pcds declaration in EdkModulePkg.spd file. EdkModulePkg Pei...lgao4
2006-09-05git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1452 6f1...yshang1
2006-09-05Follow up EDKT247-253yshang1
2006-09-05Update library constructor definition.yshang1
2006-09-05Fix EdkII tracker 219, change incorrect print level in line 200 and line 453 ...lgao4
2006-09-04git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1436 6f1...yshang1
2006-09-04Update Coding style of status code.yshang1
2006-09-04Follow up EDKT238, EDKT239, EDKT242, EDKT243yshang1
2006-09-01Follow up EDKT236.yshang1
2006-09-01Follow up EDKT235yshang1
2006-09-01Follow up tracker:yshang1
2006-08-30Change true to TRUE.qwang12
2006-08-30Change true to TRUE.qwang12
2006-08-30Add in feature flag PcdPeiPcdDatabaseSetEnabled, PcdPeiPcdDatabaseGetSizeEnab...qwang12
2006-08-29Add a Pcd to define the maximum number of performance log entries during PEI ...qhuang8
2006-08-28Modify the implementation of performance library so that:qhuang8
2006-08-23Fix Edk Tracker 206.lgao4
2006-08-23added 20ms stall to wait for slave device ready when identify some type of Se...vanjeff
2006-08-22Fix one bug in PeiMain to make it output correct ImageStartAddress. And in Dx...lgao4
2006-08-211. Added Non-existing.c in BaseLib to assert no invocations of SwitchStack() ...bxing
2006-08-18Fix the IDE slave device missing bug.klos1980
2006-08-17Remove dead code.qhuang8
2006-08-16Change pcd name form MaxSizePopulateCapsule to PcdMaxSizePopulateCapsule.davidhuang
2006-08-15Fix the bug that using hardcode driver name to judge whether current driver i...klu2
2006-08-15Fix PCD declaration error in DxeStatusCode.msayshang1
2006-08-151. Adjust might be 64bit, so we need to typecast it to UINT32 firstly.vanjeff
2006-08-11Prefixed global variable with "m"ajfish