summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Core
AgeCommit message (Expand)Author
2007-11-20Revert R4300 change, Runtime driver doesn't need to covert the physical addre...lgao4
2007-11-19Use MACRO EFI_FV_FILETYPE_ALL instead of a constant.qwang12
2007-11-191) Make PEI PI File system service to skip PAD fileqwang12
2007-11-16Convert the capsule image address installed in Configuration table to virtual...lgao4
2007-11-15Add a feature flag to allow platform developer to decide if TE or PE32 sectio...qwang12
2007-11-091. CoreOpenImageFile(): FilePath should be IN OUT.vanjeff
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-08Merge EDK899: fixed bug to support EFI_HOB_TYPE_MEMORY_ALLOCATION to allocat...qhuang8
2007-11-081) If PeiLoadImage fails, the section extraction PPI or Decompress PPI may no...qwang12
2007-11-06To find DxeCore by PE32 section is enough, DxeCore can't be wrapped TE section. lgao4
2007-11-01Should use MaxCarTop but *not* CarTop to computer the usage of stackklu2
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-31Fix the issue that CAR size is shown as negative number.klu2
2007-10-311) Change GUID of emuvariable module. yshang1
2007-10-26Add one judge whether TeImage or PeImage has reloc section when relocate TeIm...lgao4
2007-10-24ASSERT_EFI_ERROR (FALSE) should be ASSERT (FALSE)qwang12
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-19Fix a bug which does not run PeiCore from memory after shadowing it. qwang12
2007-10-18Fix a bug:qwang12
2007-10-18The BaseAddress and Length should be align PAGE according to PI specification...klu2
2007-10-18Update the return status to comply to PI spec.qwang12
2007-10-17Merger trackers #7807 and #8372. vanjeff
2007-10-16Remove comments for removed parameter.klu2
2007-10-151) add gEfiMdeModulePkgTokenSpaceGuid.PcdPeiCoreMaxFvSupported and gEfiMdeMod...qwang12
2007-10-12fixed the following problems:eric_tian
2007-10-10Increase max FVs from 4 to 6.mdkinney
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-10-09PI Enabling: the address of PeiServices Pointer should be klu2
2007-10-02git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4014 6f1...vprabhal
2007-10-02git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4013 6f1...vprabhal
2007-10-02git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4012 6f1...vprabhal
2007-10-02The functions in these deleted files are not being used and also are there in...vprabhal
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-29Update DxeCore to set efi memory type for the different image to be loaded.lgao4
2007-09-28Merge in bug fix from EDK1's PiPei Dispatcher.cqwang12
2007-09-28Fix the cast issue klu2
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-26Fix a typo.klu2