summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Core/Pei
AgeCommit message (Expand)AuthorFilesLines
2008-10-211) Update SetPeiServicesTablePointer's prototype add CONST modifier.qwang125-18/+18
2008-10-20Fix ECC issue.klu25-13/+7
2008-10-17Base on PI spec, GetPeiServicesTablePointer is updated to return CONST EFI_PE...qwang123-2/+4
2008-10-14Correct two minor commentslgao41-1/+1
2008-10-05Change PeiMain/DxeMain's base name to PeiCore/DxeCore.klu21-1/+1
2008-09-29Remove DXE CIS wordklu21-1/+0
2008-09-23Add assert check to make sure new stack size larger than old stack size.lgao41-4/+2
2008-09-191. Add three sample PCD in HelloWorld application for user reference of PCD u...lgao41-15/+4
2008-09-04clean up the un-suitable ';' location when declaring the functions.vanjeff2-80/+40
2008-09-03move ProcessFv() from dispatcher.c to FwVol.cklu22-132/+134
2008-09-03Clean up BottomOfCarHeap, TopOfCarHeap, SizeOfTemporaryMemory, SizeOfCacheAsR...klu23-22/+4
2008-09-03When new FV is installed, VerifyFv() should be invoked to do security checkin...klu21-0/+8
2008-08-25remove the unused msa files in MdeModulePkg.lgao41-112/+0
2008-08-21Fix ICC build error for the inconsistent PeiService pointer date type.lgao41-1/+1
2008-08-21Add compatibility logic to handle framework fvhob and install FvInfo ppi. And...lgao43-4/+43
2008-08-18Re-integrate patch in r5626~r5628:Enhance PeiCore dispatcher and fix a bug in...qhuang85-68/+91
2008-08-12Re-integrate patch in r5625: "Only build FvHob for the extracted FvImage thos...qhuang81-10/+22
2008-08-12Temporarily rollback the change from 5625 though 5628 for more investigation.qhuang85-113/+78
2008-08-12Add PeimDispatcherReenter to fix bug of PeiDispatch can not be quit correctly.klu22-3/+17
2008-08-11Correct more comments for PeiCore.klu24-57/+71
2008-08-11Enhance PeiCore's dispatcher, move PeimDispatchOnThisPass and PeimNeedingDisp...klu22-12/+7
2008-08-11Only build FvHob for the extracted FvImage those parent Fv image has FvHob.lgao41-10/+22
2008-08-08Roll back PeiImageRead to original implementation, this function will be shad...lgao41-1/+11
2008-08-08Correct some comments to add the detailed information.lgao43-132/+82
2008-08-08Synchronize the comments for PeiService.klu28-30/+29
2008-08-08Add more comments for PeiCore.klu24-35/+38
2008-08-08Correct comments.klu24-45/+65
2008-08-08correct commentsklu23-14/+14
2008-08-08correct commentsklu21-28/+35
2008-08-08Correct comments.klu21-76/+90
2008-08-01Increase size of function addresses printed in DEBUG messages from 10 to 11 c...mdkinney2-3/+3
2008-07-23Code scrub for PeiCore module.klu211-95/+91
2008-07-21change lower case to upper case to pass Unix builderic_tian1-1/+1
2008-07-19Fix a bug that PeiCore might fail to fix up Ppi pointer in CAR. qhuang83-11/+11
2008-07-17Change first char in filename to uppercase klu21-2/+2
2008-07-17Change first char in filename to uppercase klu21-0/+0
2008-07-17Change first char in filename to uppercase klu21-0/+0
2008-07-16Fix function comment to follows doxygen format.klu214-1854/+1103
2008-07-14TempRamSupportPpi is architectural required for IA32/x64/IPF.klu21-5/+5
2008-07-08Remove window EOLklu21-2/+2
2008-07-08PeiCore should fixup heap/stack pointer according to heap's/stack's base addr...klu21-7/+12
2008-05-29If the last PEIM dispatched in Pre-Memory PEI is the last PEIM in the BFV, th...mdkinney1-0/+5
2008-04-14Change MAX_PPI_DESCRIPTORS to FixedPcd PcdPeiCoreMaxPpiSupported, the default...lgao43-8/+7
2008-04-03Remove unused gEfiPeiSecurityPpiGuid for PeiMain and DxeIpllgao41-2/+0
2008-04-03Added necessary dependent packagesjwang361-1/+2
2008-04-03PrivateInMem->CurrentPeimCount should not be incremented when memory is disco...klu21-5/+0
2008-03-19Modify all file header to follow doxygen formatklu214-28/+28
2008-03-10Fix GCC building issue.klu23-7/+2
2008-03-07Add comment for initialization value of CARklu22-5/+3
2008-03-07For Itanium platform, the switch CAR action has been moved to SecCore accordi...klu27-361/+0