summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Core/Pei
AgeCommit message (Expand)AuthorFilesLines
2009-02-12* MdeModulePkg/Core/Pei/Dependency/Dependency.hjljusten1-1/+1
2009-02-06Clean up FaultTolerantWriteDxe to remove the duplicated definition.lgao41-2/+0
2009-02-05Use UEFI macros for PE/COFF image typesmdkinney1-1/+1
2009-01-20coding styleeric_tian1-9/+9
2009-01-15Fix a bug which print new stack size and old stack size wrongly.qwang121-2/+2
2008-12-23Code scrub DxeIpl, Runtime, DevicePath, FvbServicesLib, DiskIo, Partition, En...qhuang81-0/+1
2008-12-18check the usage of %d,%x,%ld,%lx and so on in debug print statement.jji42-5/+5
2008-12-16Clean up to update the reference of the these macros:qhuang81-1/+1
2008-12-03Remove some useless EDK_RELEASE_VERSION, EFI_SPECIFICATION_VERSION ,and revie...gikidy2-2/+1
2008-12-03Global variables have been moved backward ahead of functions.jji43-43/+45
2008-11-20ECC clanup: Update the doxygen comment.qwang121-3/+0
2008-11-17Update comments for PeiCorelgao41-13/+9
2008-11-13Rename PiLibInstallFvInfoPpi() to PeiServicesInstallFvInfoPpi() and remove th...qhuang83-4/+2
2008-10-31Use #include "XXX.h" for module internal header files.qhuang812-12/+12
2008-10-30Patch to remove STATIC modifier. This is on longer recommended by EFI Framewo...jji44-6/+6
2008-10-30Measure time spent in SECmdkinney1-0/+3
2008-10-29Remove unnessary UEFI_SPECIFICATION_VERSION and PI_SPECIFICATION_VERSION in I...eric_tian1-1/+1
2008-10-28Refine file header for INF files of DXE and PEI core modules.xli241-5/+5
2008-10-281. build.py's changes : include XXXEntryPointLib.h into the corresponding aut...eric_tian2-6/+7
2008-10-28clean up EBC in inf files.vanjeff1-1/+1
2008-10-27Make use of correct format String:qwang121-3/+3
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