summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Core
AgeCommit message (Expand)AuthorFilesLines
2008-03-04Fix two minor defects:qhuang82-1/+4
2008-03-04Correct the PeImage Source file to be measured by TCG. lgao41-4/+7
2008-02-29Merge Temporary Ram support patch.klu26-320/+443
2008-02-261. Add EFI LOADED IMAGE DEVICE PATH Protocol in LoadImage() service, per UEFI...vanjeff3-5/+32
2008-02-14Fix a conformance issue in gBS->CreateEvent() & gBS->CreateEventEx():qhuang81-17/+29
2008-02-13MdeModulePkg/Core/Dxe/SectionExtraction/CoreSectionExtraction.c:jljusten1-3/+11
2008-02-03Fix bug in latest check-in of "Make sure the base address of stack base and b...klu21-4/+11
2008-02-021) Cleanup HiiLib, IfrSupportLib. qwang121-0/+3
2008-01-31Roll back the updating of 4646 as it will cause the Richford SoftSDV boot fai...zliu31-11/+4
2008-01-31Make sure the base address of stack base and base address of hob start is in ...klu21-4/+11
2008-01-21UEFI HII: Merge UEFI HII support changes from branch.qwang121-1/+2
2008-01-04Measure PEimage and ActionString data according to TPM requirement.lgao45-8/+73
2007-12-26Fixed the bug that the PPI descriptor number defined in PeiCore.h is not enou...vanjeff1-27/+27
2007-12-11Use AllocatePage for FvImage.lgao41-3/+2
2007-12-10Move sure FvImage buffer at its alignment when install FVB protocol on it. lgao42-14/+63
2007-12-10MdeModule cleanup for PI:klu218-268/+152
2007-12-10Remove logic to repair image handlesmdkinney1-114/+17
2007-12-10roll back changemdkinney1-17/+3
2007-12-07Cache FvImage at buffer with its required alignment.lgao44-4/+19
2007-12-06Enable PeiCore to dispatch the encapsulated fv images with depex expression. ...lgao48-274/+384
2007-12-04Roll back wrong check in, peimain and dxe main still dependent on intelframew...klu22-2/+4
2007-12-04Remove useful dependency package's relationshipklu22-2/+0
2007-11-30Update ConnectController() to convert an ImageHandle retrieved from the Platf...mdkinney1-94/+48
2007-11-29remove building of EFI_SEC_PLATFORM_INFORMATION_PPI GUIDed HOB from PEI core....qwang123-36/+0
2007-11-271) Improve the EFI Memory Map stability to improve ACPI S4 supportmdkinney4-26/+80
2007-11-22Clean up: update "EFI" to "UEFI" if applicable.qhuang84-4/+4
2007-11-20Revert R4300 change, Runtime driver doesn't need to covert the physical addre...lgao43-49/+2
2007-11-19Use MACRO EFI_FV_FILETYPE_ALL instead of a constant.qwang121-1/+1
2007-11-191) Make PEI PI File system service to skip PAD fileqwang122-67/+2
2007-11-16Convert the capsule image address installed in Configuration table to virtual...lgao43-0/+44
2007-11-15Add a feature flag to allow platform developer to decide if TE or PE32 sectio...qwang122-6/+18
2007-11-091. CoreOpenImageFile(): FilePath should be IN OUT.vanjeff3-53/+54
2007-11-08Fix build break for X64 cpu architecture.qhuang81-1/+1
2007-11-08PI spec will be updated to make it clear that this HOB should describe the st...qhuang85-0/+56
2007-11-08Merge EDK899: fixed bug to support EFI_HOB_TYPE_MEMORY_ALLOCATION to allocat...qhuang81-11/+11
2007-11-081) If PeiLoadImage fails, the section extraction PPI or Decompress PPI may no...qwang124-16/+19
2007-11-06To find DxeCore by PE32 section is enough, DxeCore can't be wrapped TE section. lgao41-19/+2
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.lgao42-4/+4
2007-10-31Print real entry point for IPF image.lgao44-11/+55
2007-10-31Fix the issue that CAR size is shown as negative number.klu21-3/+3
2007-10-311) Change GUID of emuvariable module. yshang11-1/+1
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-24ASSERT_EFI_ERROR (FALSE) should be ASSERT (FALSE)qwang121-1/+1
2007-10-22Fix alignment requirement when Load IPF TeImage into memory.lgao42-0/+18
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...klu22-2/+2
2007-10-18Update the return status to comply to PI spec.qwang121-1/+1