summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Core
AgeCommit message (Expand)AuthorFilesLines
2009-05-20Replace .globl with ASM_GLOBALxli241-2/+2
2009-05-11fix the typo in DxeCoreeric_tian2-4/+4
2009-04-28Add ASSERT when EFI decompress need to be parsed but it is not supported.lgao41-0/+5
2009-04-27Add PcdDxeIplSupportUefiDecompress usage into DxeIpl to save spacejljusten2-46/+53
2009-04-22Update DxeCore to support to install gEfiHiiPackageListProtocolGuid in LoadIm...qhuang83-0/+25
2009-04-17retain gEfiLoadPeImageProtocolGuid, and only published by DxeCore to keep bac...eric_tian4-5/+173
2009-04-16remove the gEfiLoadPeImageProtocolGuid and replace all references for it with...eric_tian4-173/+5
2009-04-10Fix various 'EFIAPI' inconsistencies found while building MdeModulePkg.jljusten3-3/+7
2009-04-10fixed DMA not be stopped issue when gBS->ExitBootServices called.vanjeff1-4/+4
2009-04-08updated to use the term “temporary memory” but not CAReric_tian4-12/+12
2009-04-03Add loaded Image device paths for EFI Drivers loaded from PCI Option ROM.gikidy3-0/+49
2009-03-12PeiInstallPeiMemory should only be called one time.klu21-0/+11
2009-03-11Add comments and refine code to avoid addition overflow.qhuang81-1/+5
2009-03-11Add check to the allocated pool.lgao42-1/+9
2009-03-11Fix build error caused by the unused local variablelgao41-1/+0
2009-03-11Fix build error caused by the unused local variablelgao41-6/+0
2009-03-10Cleanup to Remove default PCD value and extra build option.qhuang81-9/+6
2009-03-10Fix a bug that Pages*EFI_PAGES_SIZE might be a negative number.qhuang81-5/+5
2009-03-10Update DxeCore to deal PIWG FV device path case if FV contains extension header.klu22-26/+71
2009-03-10Retire TCG platform protocol, which will be replaced by PI Security Architect...lgao44-59/+0
2009-03-10Update Comment for the call to EDKII ReportStatuslgao41-3/+1
2009-03-091. retire the FvbServiceLib. Directly locating FVB protocol to access interfa...eric_tian1-1/+1
2009-03-05Update PeiCore to handle FvImage with PI FV extension headerlgao45-23/+41
2009-02-25Correct minor comments in meta data file.lgao41-12/+12
2009-02-25Use single one PcdFrameworkCompatibilitySupport PCD to support framework HII ...lgao42-2/+2
2009-02-241. Remove feature flag PcdDxeIplEnableIdt entriesqhuang82-32/+31
2009-02-23retire gEfiFirmwareVolumeDispatcherProtocolGuideric_tian1-1/+0
2009-02-23retire gEfiFirmwareVolumeDispatcherProtocolGuid as its original design is use...eric_tian3-11/+0
2009-02-23Update DxeCore for the performance infrastructure updates: Use Raw sting to r...qhuang84-12/+11
2009-02-16Add assertion to ensure pointer dereference has been checked against NULL poi...qhuang83-2/+3
2009-02-13Meta-data reviewed.gikidy2-60/+59
2009-02-13Source level security checkedjji41-1/+1
2009-02-13Source level security checkedjji42-0/+2
2009-02-12* MdeModulePkg/Core/Pei/Dependency/Dependency.hjljusten1-1/+1
2009-02-12add assert logic to avoid Klocwork fake reporteric_tian1-0/+3
2009-02-10clean K8.eric_tian1-4/+6
2009-02-06Clean up FaultTolerantWriteDxe to remove the duplicated definition.lgao41-2/+0
2009-02-06Cleanup K8 warning.eric_tian1-0/+2
2009-02-05Use UEFI macros for PE/COFF image typesmdkinney1-1/+1
2009-02-04Enhance DxeCore to handle the all block sized allowed by the PI Specification...lgao41-19/+151
2009-02-02enhance the condition branch to handle Unix style file path. and avoid array ...eric_tian1-3/+10
2009-01-21Correct FeatureFlagExpress PCD format based on INF spec.lgao41-1/+1
2009-01-21Fix Klocwork warning. We should directly return EFI_INVALID_PARAMETER when Bu...eric_tian1-1/+1
2009-01-20Meta-data review.gikidy1-2/+2
2009-01-20Meta-data review.gikidy1-10/+31
2009-01-20coding styleeric_tian1-9/+9
2009-01-15Fix a bug which print new stack size and old stack size wrongly.qwang121-2/+2
2009-01-15Apply code to avoid security warnings.qhuang82-9/+8
2009-01-06Correct /FAcs option to /FAsclgao41-1/+1
2008-12-23Code scrub DxeIpl, Runtime, DevicePath, FvbServicesLib, DiskIo, Partition, En...qhuang817-207/+132