summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Core/DxeIplPeim/DxeLoad.c
AgeCommit message (Expand)AuthorFilesLines
2008-05-07Add doxygen style comments for functions in DxeIpl.qhuang81-27/+153
2008-04-08Update all files in DxeIpl Peim to follow doxygen style header.qhuang81-2/+2
2007-12-10MdeModule cleanup for PI:klu21-2/+1
2007-12-06Enable PeiCore to dispatch the encapsulated fv images with depex expression. ...lgao41-168/+43
2007-11-271) Improve the EFI Memory Map stability to improve ACPI S4 supportmdkinney1-0/+31
2007-11-08PI spec will be updated to make it clear that this HOB should describe the st...qhuang81-0/+30
2007-11-06To find DxeCore by PE32 section is enough, DxeCore can't be wrapped TE section. lgao41-19/+2
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.lgao41-1/+15
2007-10-24ASSERT_EFI_ERROR (FALSE) should be ASSERT (FALSE)qwang121-1/+1
2007-10-22Fix alignment requirement when Load IPF TeImage into memory.lgao41-0/+9
2007-10-18The BaseAddress and Length should be align PAGE according to PI specification...klu21-1/+1
2007-10-100) Change the PEI core behavior to not install FV HOB for each FV INFO PPI in...qwang121-3/+12
2007-10-09Clean up Network Components to support GCC build.yshang11-1/+1
2007-09-291. Add ExtractGuidedSectionLib library to replace customdecompress library.lgao41-67/+56
2007-09-281. Replace PeCoffLoader library by PeCoff lib for PeiCore, DxeIpl and DxeMain. lgao41-21/+3
2007-09-28Use PeiPiLib's PeiPiLibBuildPiFvInfoPpi interface instead of installing EFI_...klu21-35/+5
2007-09-27Fix wrong judgement for gInMemoryklu21-4/+3
2007-09-27Change the function name.klu21-2/+2
2007-09-261) Add library classes of S3Lib and RecoveryLib in MdeModulePkgklu21-21/+2
2007-09-24Merge branch of PI tree to main trunkklu21-648/+431
2007-09-04Merge the PI enabling works from the branchqwang121-2/+2
2007-08-13Add missing definition EFI_PEIM_ENTRY_POINT to IntelFrameworkPkg and rename o...klu21-1/+1
2007-08-13Change the behavior of DxeIplLoadFile to load EFI_SECTION_TE first. If failed...qwang121-4/+12
2007-08-08Correct parameter UINTN to UINT32. Fix UINTN conver to UINT32lgao41-3/+4
2007-08-08Correct parameter UINTN to UINT32. Fix UINTN conver to UINT32lgao41-1/+1
2007-08-08Correct parameter UINTN to UINT32. Fix UINTN conver to UINT32lgao41-2/+4
2007-08-08Update CustomDecompress library to support algorithm guid and Update DxeIpl a...lgao41-311/+359
2007-07-24Retire the "Include/Common" of MdeModulePkg.yshang11-1/+1
2007-07-10Removed CommonHeader.h from MdePkg & MdeModulePkgAJFISH1-5/+0
2007-07-05Check in following modules,xgu31-0/+980