summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Core/DxeIplPeim
AgeCommit message (Expand)Author
2008-05-21Update to fix minor coding style issues.qhuang8
2008-05-13Minor coding style adjustment for DxeIpl.qhuang8
2008-05-07Add doxygen style comments for functions in DxeIpl.qhuang8
2008-04-08Update the file description to be more descriptive. qhuang8
2008-04-08Update all files in DxeIpl Peim to follow doxygen style header.qhuang8
2008-04-03Remove unused gEfiPeiSecurityPpiGuid for PeiMain and DxeIpllgao4
2008-04-03Added necessary dependent packagesjwang36
2007-12-10MdeModule cleanup for PI:klu2
2007-12-06Enable PeiCore to dispatch the encapsulated fv images with depex expression. ...lgao4
2007-11-271) Improve the EFI Memory Map stability to improve ACPI S4 supportmdkinney
2007-11-08Fix build break for X64 cpu architecture.qhuang8
2007-11-08PI spec will be updated to make it clear that this HOB should describe the st...qhuang8
2007-11-06To find DxeCore by PE32 section is enough, DxeCore can't be wrapped TE section. lgao4
2007-11-01Print entry point address by using 0x%10p for the above 4G address.lgao4
2007-10-31Print real entry point for IPF image.lgao4
2007-10-24ASSERT_EFI_ERROR (FALSE) should be ASSERT (FALSE)qwang12
2007-10-22Fix alignment requirement when Load IPF TeImage into memory.lgao4
2007-10-18The BaseAddress and Length should be align PAGE according to PI specification...klu2
2007-10-100) Change the PEI core behavior to not install FV HOB for each FV INFO PPI in...qwang12
2007-10-09Clean up Network Components to support GCC build.yshang1
2007-09-29Use RShiftU64() from base lib to handle 64-bit right shift to avoid build bre...qhuang8
2007-09-291. Add ExtractGuidedSectionLib library to replace customdecompress library.lgao4
2007-09-28Remove PeCoffLoader library class and its instances.lgao4
2007-09-28Enable the 0-31 temporary IDT entries prior to activate the LongMode. If not ...yshang1
2007-09-281. Replace PeCoffLoader library by PeCoff lib for PeiCore, DxeIpl and DxeMain. lgao4
2007-09-28Use PeiPiLib's PeiPiLibBuildPiFvInfoPpi interface instead of installing EFI_...klu2
2007-09-27Fix wrong judgement for gInMemoryklu2
2007-09-27Remove unnecesssary PPI from DxeIpl.infklu2
2007-09-27Change the function name.klu2
2007-09-261) Add library classes of S3Lib and RecoveryLib in MdeModulePkgklu2
2007-09-24Merge branch of PI tree to main trunkklu2
2007-09-04Merge the PI enabling works from the branchqwang12
2007-08-30Update all INF, DEC and DSC file to confirm to newest INF spec 0.44, DEC spec...qhuang8
2007-08-30Removed the duplicated dependent packagejwang36
2007-08-30Added missing dependent packagejwang36
2007-08-29Add dependent packages in INF of modules.yshang1
2007-08-13Add missing definition EFI_PEIM_ENTRY_POINT to IntelFrameworkPkg and rename o...klu2
2007-08-13Change the behavior of DxeIplLoadFile to load EFI_SECTION_TE first. If failed...qwang12
2007-08-08Correct parameter UINTN to UINT32. Fix UINTN conver to UINT32lgao4
2007-08-08Correct parameter UINTN to UINT32. Fix UINTN conver to UINT32lgao4
2007-08-08Correct parameter UINTN to UINT32. Fix UINTN conver to UINT32lgao4
2007-08-08Update CustomDecompress library to support algorithm guid and Update DxeIpl a...lgao4
2007-08-07Using CopyMem service to replace the "while" loop for the memory copyzliu3
2007-08-06Fix bug in PciCfg to support PCI express address.yshang1
2007-07-25Remove the unused reference of CommonHeader.h in DxeIpl.infyshang1
2007-07-24Retire the "Include/Common" of MdeModulePkg.yshang1
2007-07-24remove dxs files.qwang12
2007-07-20Remove Ppi/LoadFile.h and Ppi/FindFv.h from MdeModulePkg.yshang1
2007-07-20remove some comments introduced by tools.vanjeff
2007-07-10Removed CommonHeader.h from MdePkg & MdeModulePkgAJFISH