summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Core
AgeCommit message (Expand)AuthorFilesLines
2008-04-08Update all files in DxeIpl Peim to follow doxygen style header.qhuang812-147/+90
2008-04-03Remove unused gEfiPeiSecurityPpiGuid for PeiMain and DxeIpllgao42-6/+0
2008-04-03Added necessary dependent packagesjwang362-1/+3
2008-04-03PrivateInMem->CurrentPeimCount should not be incremented when memory is disco...klu21-5/+0
2008-04-02Update DxeCore to load image wit supported machine types:qhuang81-5/+7
2008-03-24[Description]eric_tian1-1/+1
2008-03-19Modify all file header to follow doxygen formatklu214-28/+28
2008-03-19[Description]eric_tian1-28/+46
2008-03-14A leaf section type may contains an array of zero or more bytes. Support the ...lgao41-1/+3
2008-03-10Fix GCC building issue.klu23-7/+2
2008-03-07Add comment for initialization value of CARklu22-5/+3
2008-03-07For Itanium platform, the switch CAR action has been moved to SecCore accordi...klu27-361/+0
2008-03-07Correct the visit point's type, it should be UINT32 but not UINTNklu21-3/+3
2008-03-06Remove commented out code.klu21-34/+0
2008-03-06The calculating action for CAR usage should be put before calling temporary r...klu22-29/+24
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