summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Core
Commit message (Expand)AuthorAgeFilesLines
* Use MACRO EFI_FV_FILETYPE_ALL instead of a constant.qwang122007-11-191-1/+1
* 1) Make PEI PI File system service to skip PAD fileqwang122007-11-192-67/+2
* Convert the capsule image address installed in Configuration table to virtual...lgao42007-11-163-0/+44
* Add a feature flag to allow platform developer to decide if TE or PE32 sectio...qwang122007-11-152-6/+18
* 1. CoreOpenImageFile(): FilePath should be IN OUT.vanjeff2007-11-093-53/+54
* Fix build break for X64 cpu architecture.qhuang82007-11-081-1/+1
* PI spec will be updated to make it clear that this HOB should describe the st...qhuang82007-11-085-0/+56
* Merge EDK899: fixed bug to support EFI_HOB_TYPE_MEMORY_ALLOCATION to allocat...qhuang82007-11-081-11/+11
* 1) If PeiLoadImage fails, the section extraction PPI or Decompress PPI may no...qwang122007-11-084-16/+19
* To find DxeCore by PE32 section is enough, DxeCore can't be wrapped TE section. lgao42007-11-061-19/+2
* Should use MaxCarTop but *not* CarTop to computer the usage of stackklu22007-11-011-1/+1
* Print entry point address by using 0x%10p for the above 4G address.lgao42007-11-012-4/+4
* Print real entry point for IPF image.lgao42007-10-314-11/+55
* Fix the issue that CAR size is shown as negative number.klu22007-10-311-3/+3
* 1) Change GUID of emuvariable module. yshang12007-10-311-1/+1
* Add one judge whether TeImage or PeImage has reloc section when relocate TeIm...lgao42007-10-261-0/+7
* ASSERT_EFI_ERROR (FALSE) should be ASSERT (FALSE)qwang122007-10-241-1/+2
* ASSERT_EFI_ERROR (FALSE) should be ASSERT (FALSE)qwang122007-10-241-1/+1
* Fix alignment requirement when Load IPF TeImage into memory.lgao42007-10-222-0/+18
* Fix a bug which does not run PeiCore from memory after shadowing it. qwang122007-10-191-1/+1
* Fix a bug:qwang122007-10-183-0/+36
* The BaseAddress and Length should be align PAGE according to PI specification...klu22007-10-182-2/+2
* Update the return status to comply to PI spec.qwang122007-10-181-1/+1
* Merger trackers #7807 and #8372. vanjeff2007-10-171-14/+13
* Remove comments for removed parameter.klu22007-10-162-7/+0
* 1) add gEfiMdeModulePkgTokenSpaceGuid.PcdPeiCoreMaxFvSupported and gEfiMdeMod...qwang122007-10-154-16/+18
* fixed the following problems:eric_tian2007-10-123-5/+10
* Increase max FVs from 4 to 6.mdkinney2007-10-101-1/+1
* 0) Change the PEI core behavior to not install FV HOB for each FV INFO PPI in...qwang122007-10-102-4/+12
* Clean up Network Components to support GCC build.yshang12007-10-092-3/+3
* PI Enabling: the address of PeiServices Pointer should be klu22007-10-092-1/+7
* git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4014 6f1...vprabhal2007-10-021-0/+1
* git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4013 6f1...vprabhal2007-10-021-1/+0
* git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4012 6f1...vprabhal2007-10-021-1/+0
* The functions in these deleted files are not being used and also are there in...vprabhal2007-10-024-312/+0
* Use RShiftU64() from base lib to handle 64-bit right shift to avoid build bre...qhuang82007-09-291-2/+2
* 1. Add ExtractGuidedSectionLib library to replace customdecompress library.lgao42007-09-296-142/+141
* Update DxeCore to set efi memory type for the different image to be loaded.lgao42007-09-291-1/+22
* Merge in bug fix from EDK1's PiPei Dispatcher.cqwang122007-09-281-5/+9
* Fix the cast issue klu22007-09-281-1/+1
* Remove PeCoffLoader library class and its instances.lgao42007-09-285-51/+3
* Enable the 0-31 temporary IDT entries prior to activate the LongMode. If not ...yshang12007-09-285-1/+270
* 1. Replace PeCoffLoader library by PeCoff lib for PeiCore, DxeIpl and DxeMain. lgao42007-09-289-212/+60
* Use PeiPiLib's PeiPiLibBuildPiFvInfoPpi interface instead of installing EFI_...klu22007-09-283-35/+7
* Fix wrong judgement for gInMemoryklu22007-09-271-4/+3
* Remove unnecesssary PPI from DxeIpl.infklu22007-09-271-2/+0
* Change the function name.klu22007-09-271-2/+2
* 1) Add library classes of S3Lib and RecoveryLib in MdeModulePkgklu22007-09-263-25/+6
* Fix a typo.klu22007-09-261-3/+3
* Merge branch of PI tree to main trunkklu22007-09-2416-1346/+2134