summaryrefslogtreecommitdiff
path: root/EdkModulePkg
AgeCommit message (Expand)AuthorFilesLines
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
2006-08-23Fix Edk Tracker 206.lgao42-4/+14
2006-08-23added 20ms stall to wait for slave device ready when identify some type of Se...vanjeff1-81/+83
2006-08-22Fix one bug in PeiMain to make it output correct ImageStartAddress. And in Dx...lgao43-25/+10
2006-08-211. Added Non-existing.c in BaseLib to assert no invocations of SwitchStack() ...bxing9-89/+331
2006-08-18Fix the IDE slave device missing bug.klos19801-1/+6
2006-08-17Remove dead code.qhuang81-6/+0
2006-08-16Change pcd name form MaxSizePopulateCapsule to PcdMaxSizePopulateCapsule.davidhuang1-2/+2
2006-08-15Fix the bug that using hardcode driver name to judge whether current driver i...klu22-0/+2
2006-08-15Fix PCD declaration error in DxeStatusCode.msayshang11-1/+1
2006-08-151. Adjust might be 64bit, so we need to typecast it to UINT32 firstly.vanjeff1-1/+1
2006-08-11Prefixed global variable with "m"ajfish1-2/+2
2006-08-10Change Variable to use PCDxgu31-2/+0
2006-08-10Modify FtwLite and Variable DXE driver to use PCD instead of FlashMap HOBxgu35-59/+321
2006-08-09Fix EDKT 150 to make IPF XIP module 16-byte align. Create new IPF_PEI_CORE, I...lgao43-16519/+16724
2006-08-09Variable PEIM use to PCD entry to get the base address of NV Storegae region.qwang121-13/+13
2006-08-08Some library instance's PCD is missing in FPD file for a module, it break sin...klu21-0/+16
2006-08-071) Fix bug in EdkUefiRuntimeLib.msa(EDKT155).yshang16-22/+16
2006-08-07Remove SecurityPolicy.h from EdkModulePkg, because this protocol has been def...lgao43-38/+0
2006-08-01All runtime driver should use functions provided by UefiRuntimeLib library cl...qwang122-44/+36
2006-08-01Add EFI_EVENT_SIGNAL_VIRTUAL_ADDRESS_CHANGE event for MonotonicCounter driver.qwang122-14/+52