summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Core
Commit message (Expand)AuthorAgeFilesLines
* MdeModulePkg DxeCore: Check pointer AllocInfoData before dereferencing.Star Zeng2014-11-271-0/+1
* MdeModulePkg: Misc comments and DEBUG messagesSamer El-Haj-Mahmoud2014-11-271-3/+3
* MdePkg/MdeModulePkg: Implement the missing SetMemorySpaceCapabilities function.Eugene Cohen2014-11-205-48/+241
* MdeModulePkg DxeCore: Fix VS2013 build failure.Star Zeng2014-11-191-0/+2
* MdeModulePkg DxeCore/PiSmmCore/MemoryProfileInfo: Fix EBC and VS2013 build fa...Star Zeng2014-11-172-0/+4
* MdeModulePkg/Core/PiSmmCore/PiSmmCore.c: Fix compiler warning about variable ...Garrett Kirkendall2014-11-141-1/+1
* MdeModulePkg DxeCore/PiSmmCore: Add UEFI memory and SMRAM profile support.Star Zeng2014-11-1217-104/+4082
* MdeModulePkg/IntelFrameworkModulePkg FwVol:Star Zeng2014-10-293-39/+20
* MdeModulePkg PeiCore: Update the code of PeiAllocatePages() to correctly cons...Star Zeng2014-10-141-6/+10
* MdeModulePkg DxeCore: Add FVH signature check before VerifyFvHeaderChecksum i...Star Zeng2014-10-091-0/+8
* MdeModulePkg: Fix XCODE Link Issue in DxeCoreGao, Liming2014-09-091-1/+1
* MdeModulePkg: Convert non DOS format files to DOS format and remove unused mo...Gao, Liming2014-09-036-0/+0
* MdeModulePkg: INF/DEC file updates to EDK II packagesZeng, Star2014-08-2812-0/+0
* MdeModulePkg: INF/DEC file updates to EDK II packagesZeng, Star2014-08-286-132/+215
* MdeModulePkg DxeCore: Handle FFS file with FFS_ATTRIB_CHECKSUM set for not ca...Star Zeng2014-08-281-10/+45
* MdeModulePkg DxeCore: Don't cache memory mapped IO FV.Star Zeng2014-08-275-83/+140
* MdeModulePkg PeiCore: Add NULL pointer check.Star Zeng2014-08-201-0/+8
* Update PeiCore to follow PI spec to retrieve GUIDED section data when Extract...Gao, Liming2014-08-182-5/+30
* MdeModulePkg/IntelFrameworkModulePkg: Update PeiCore, SmbiosDxe and IsaSerial...Zeng, Star2014-08-146-42/+104
* MdeModulePkg PeiCore: The DEBUG message (for HeapOffset and StackOffset) shou...Star Zeng2014-08-121-3/+5
* MdeModulePkg: DxeCoreGao, Liming2014-08-111-0/+4
* 1) Add type cast for better coding style.Feng Tian2014-08-075-9/+9
* Update code to support VS2013 tool chain.Eric Dong2014-07-286-5/+18
* The UEFI specification does not say anything when the pointers passed toOlivier Martin2014-07-091-2/+12
* MdeModulePkg/PiSmmCore: Initialize missing LoadedImage protocol fields for SM...Tapan Shah2014-06-271-1/+3
* Refine code to make it more safely.Eric Dong2014-06-262-3/+4
* MdeModulePkg/DxeMain: Zero ImageContext local variable before passing it down...Andrew Fish2014-06-251-1/+2
* Fix comment typos. Gao, Liming2014-05-131-1/+1
* MdeModulePkg/SecurityPkg: Update TreePei to handle FvInfo2 and update FwVol o...Star Zeng2014-04-151-2/+17
* Check the parameter before use it.Eric Dong2014-04-011-1/+2
* Fixed the issue in ExitBootServices() implementation to avoid the potential b...Gao, Liming2014-02-131-9/+9
* DxeCore is designed to trust input data, so add comments to reminder caller t...jyao12014-01-171-1/+10
* 1. Add new API MigratePeiServicesTablePointer() in PeiServicesTablePointerLib...Gao, Liming2014-01-151-0/+5
* Clarify PcdPeiCoreMaxPeimPerFv description that means the maximum supported f...Gao, Liming2014-01-091-3/+3
* Update the heap migration logic to avoid memory overflow. Liming Gao2014-01-021-1/+4
* Correct the RemainingPages calculation in PEI AllocatePages service.Liming Gao2014-01-021-2/+2
* Fix two issues in PeiCore. Liming Gao2013-12-171-6/+10
* 1. DxeIplPeim will locate Vector Handoff Table PPI and build GUIDed HOB if it...Jeff Fan2013-11-227-11/+100
* Add support for PI1.2.1 TempRam Done PPI.Liming Gao2013-11-155-146/+303
* Support unhook notification function for Smst->SmmRegisterProtocolNotify() pe...Jeff Fan2013-11-051-2/+34
* MdeModulePkg Pool: Update the type of Size to UINTN for the potential more th...Star Zeng2013-10-301-7/+8
* Fix the bug that SetTimer () cannot work when Type is TimerPeriodic and Trigg...Elvin Li2013-10-291-1/+4
* 1. Enable use-cases in PEI using SecurityPPI co-equal to the use-cases in DXE...Star Zeng2013-10-118-190/+611
* Update PeiCore to support load PEIM into memory on S3 boot path. Liming Gao2013-10-093-33/+65
* MdeModulePkg: Add support for weakly aligned FVs.Star Zeng2013-09-163-57/+82
* Fixed the issue in PeiCore on Load Module At Fixed Address logicLiming Gao2013-09-041-3/+3
* Add the missing status code in the returned table of InstallMultipleProtocolI...Shumin Qiu2013-08-202-4/+12
* MdeModulePkg: Added ARM Aarch64 architecture supportHarry Liebel2013-08-071-2/+2
* Guarantee that free memory in the 4K page starting at address 0 is always cle...mdkinney2013-03-221-1/+14
* Fix a bug in the DXE Core that generates an ASSERT() when the page at address...mdkinney2013-03-221-2/+13