summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Core/Pei
AgeCommit message (Expand)AuthorFilesLines
2007-11-01Should use MaxCarTop but *not* CarTop to computer the usage of stackklu21-1/+1
2007-11-01Print entry point address by using 0x%10p for the above 4G address.lgao41-2/+2
2007-10-31Print real entry point for IPF image.lgao42-8/+21
2007-10-31Fix the issue that CAR size is shown as negative number.klu21-3/+3
2007-10-26Add one judge whether TeImage or PeImage has reloc section when relocate TeIm...lgao41-0/+7
2007-10-24ASSERT_EFI_ERROR (FALSE) should be ASSERT (FALSE)qwang121-1/+2
2007-10-22Fix alignment requirement when Load IPF TeImage into memory.lgao41-0/+9
2007-10-19Fix a bug which does not run PeiCore from memory after shadowing it. qwang121-1/+1
2007-10-18Fix a bug:qwang123-0/+36
2007-10-18The BaseAddress and Length should be align PAGE according to PI specification...klu21-1/+1
2007-10-16Remove comments for removed parameter.klu22-7/+0
2007-10-151) add gEfiMdeModulePkgTokenSpaceGuid.PcdPeiCoreMaxFvSupported and gEfiMdeMod...qwang124-16/+18
2007-10-10Increase max FVs from 4 to 6.mdkinney1-1/+1
2007-10-100) Change the PEI core behavior to not install FV HOB for each FV INFO PPI in...qwang121-1/+0
2007-10-09Clean up Network Components to support GCC build.yshang11-2/+2
2007-10-09PI Enabling: the address of PeiServices Pointer should be klu22-1/+7
2007-10-02git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4014 6f1...vprabhal1-0/+1
2007-10-02git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4013 6f1...vprabhal1-1/+0
2007-10-02git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4012 6f1...vprabhal1-1/+0
2007-10-02The functions in these deleted files are not being used and also are there in...vprabhal4-312/+0
2007-09-28Merge in bug fix from EDK1's PiPei Dispatcher.cqwang121-5/+9
2007-09-28Fix the cast issue klu21-1/+1
2007-09-28Remove PeCoffLoader library class and its instances.lgao43-6/+3
2007-09-281. Replace PeCoffLoader library by PeCoff lib for PeiCore, DxeIpl and DxeMain. lgao43-180/+51
2007-09-26Fix a typo.klu21-3/+3
2007-09-24Merge branch of PI tree to main trunkklu212-675/+1677
2007-09-19Update Mde/MdeModulePkg to support ICC build for IA32/X64.yshang11-3/+3
2007-09-14Add InvokePeiCore function to invoke the PeiCore in new stack.klu26-104/+70
2007-09-12PI Enable: klu29-38/+220
2007-09-04Merge the PI enabling works from the branchqwang127-73/+83
2007-08-30[PI compatible enabling] Add PeiRegisterForShadow interface for PEI_SERVICEklu23-1/+66
2007-08-30Add some definitions which will be used for future PI enabling.klu21-0/+32
2007-08-15Change the PAL address from k7 to k1, since the k7 should save PeiServicesPoi...yshang11-1/+1
2007-08-13Add missing definition EFI_PEIM_ENTRY_POINT to IntelFrameworkPkg and rename o...klu21-1/+1
2007-08-101) Move the structure definitions related GUID EFI_STATUS_CODE_SPECIFIC_DATA_...klu21-1/+2
2007-07-27Clean the unused include section.yshang11-4/+0
2007-07-20Remove Ppi/LoadFile.h and Ppi/FindFv.h from MdeModulePkg.yshang11-1/+1
2007-07-11Fixing the IPF building issue for PeiCoreklu23-10/+1
2007-07-10Removed CommonHeader.h from MdePkg & MdeModulePkgAJFISH20-176/+21
2007-07-05Enable Nt32 platform boot to DXE phase.klu21-1/+1
2007-07-04Add PeiCore module for enabling NT32Pkg, please attention this PeiCore does f...klu223-0/+5524