summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Core
Commit message (Expand)AuthorAgeFilesLines
* Replace .globl with ASM_GLOBALxli242009-05-201-2/+2
* fix the typo in DxeCoreeric_tian2009-05-112-4/+4
* Add ASSERT when EFI decompress need to be parsed but it is not supported.lgao42009-04-281-0/+5
* Add PcdDxeIplSupportUefiDecompress usage into DxeIpl to save spacejljusten2009-04-272-46/+53
* Update DxeCore to support to install gEfiHiiPackageListProtocolGuid in LoadIm...qhuang82009-04-223-0/+25
* retain gEfiLoadPeImageProtocolGuid, and only published by DxeCore to keep bac...eric_tian2009-04-174-5/+173
* remove the gEfiLoadPeImageProtocolGuid and replace all references for it with...eric_tian2009-04-164-173/+5
* Fix various 'EFIAPI' inconsistencies found while building MdeModulePkg.jljusten2009-04-103-3/+7
* fixed DMA not be stopped issue when gBS->ExitBootServices called.vanjeff2009-04-101-4/+4
* updated to use the term “temporary memory” but not CAReric_tian2009-04-084-12/+12
* Add loaded Image device paths for EFI Drivers loaded from PCI Option ROM.gikidy2009-04-033-0/+49
* PeiInstallPeiMemory should only be called one time.klu22009-03-121-0/+11
* Add comments and refine code to avoid addition overflow.qhuang82009-03-111-1/+5
* Add check to the allocated pool.lgao42009-03-112-1/+9
* Fix build error caused by the unused local variablelgao42009-03-111-1/+0
* Fix build error caused by the unused local variablelgao42009-03-111-6/+0
* Cleanup to Remove default PCD value and extra build option.qhuang82009-03-101-9/+6
* Fix a bug that Pages*EFI_PAGES_SIZE might be a negative number.qhuang82009-03-101-5/+5
* Update DxeCore to deal PIWG FV device path case if FV contains extension header.klu22009-03-102-26/+71
* Retire TCG platform protocol, which will be replaced by PI Security Architect...lgao42009-03-104-59/+0
* Update Comment for the call to EDKII ReportStatuslgao42009-03-101-3/+1
* 1. retire the FvbServiceLib. Directly locating FVB protocol to access interfa...eric_tian2009-03-091-1/+1
* Update PeiCore to handle FvImage with PI FV extension headerlgao42009-03-055-23/+41
* Correct minor comments in meta data file.lgao42009-02-251-12/+12
* Use single one PcdFrameworkCompatibilitySupport PCD to support framework HII ...lgao42009-02-252-2/+2
* 1. Remove feature flag PcdDxeIplEnableIdt entriesqhuang82009-02-242-32/+31
* retire gEfiFirmwareVolumeDispatcherProtocolGuideric_tian2009-02-231-1/+0
* retire gEfiFirmwareVolumeDispatcherProtocolGuid as its original design is use...eric_tian2009-02-233-11/+0
* Update DxeCore for the performance infrastructure updates: Use Raw sting to r...qhuang82009-02-234-12/+11
* Add assertion to ensure pointer dereference has been checked against NULL poi...qhuang82009-02-163-2/+3
* Meta-data reviewed.gikidy2009-02-132-60/+59
* Source level security checkedjji42009-02-131-1/+1
* Source level security checkedjji42009-02-132-0/+2
* * MdeModulePkg/Core/Pei/Dependency/Dependency.hjljusten2009-02-121-1/+1
* add assert logic to avoid Klocwork fake reporteric_tian2009-02-121-0/+3
* clean K8.eric_tian2009-02-101-4/+6
* Clean up FaultTolerantWriteDxe to remove the duplicated definition.lgao42009-02-061-2/+0
* Cleanup K8 warning.eric_tian2009-02-061-0/+2
* Use UEFI macros for PE/COFF image typesmdkinney2009-02-051-1/+1
* Enhance DxeCore to handle the all block sized allowed by the PI Specification...lgao42009-02-041-19/+151
* enhance the condition branch to handle Unix style file path. and avoid array ...eric_tian2009-02-021-3/+10
* Correct FeatureFlagExpress PCD format based on INF spec.lgao42009-01-211-1/+1
* Fix Klocwork warning. We should directly return EFI_INVALID_PARAMETER when Bu...eric_tian2009-01-211-1/+1
* Meta-data review.gikidy2009-01-201-2/+2
* Meta-data review.gikidy2009-01-201-10/+31
* coding styleeric_tian2009-01-201-9/+9
* Fix a bug which print new stack size and old stack size wrongly.qwang122009-01-151-2/+2
* Apply code to avoid security warnings.qhuang82009-01-152-9/+8
* Correct /FAcs option to /FAsclgao42009-01-061-1/+1
* Code scrub DxeIpl, Runtime, DevicePath, FvbServicesLib, DiskIo, Partition, En...qhuang82008-12-2317-207/+132