summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Core
Commit message (Expand)AuthorAgeFilesLines
* 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
* Not close gEfiEndOfDxeEventGroupGuid event in ReadyToLock event notify becaus...lzeng142013-03-041-2/+2
* In order to make sure the image is section alignment, after allocate buffer f...ydong102013-02-271-3/+26
* Update SmiManager() comments and implementation to follow the new rule clarif...vanjeff2013-02-201-9/+11
* 1. Update DxeCore to get correct AuthenticationStatus and invoke gSecurity af...lzeng142013-01-292-47/+32
* Check status before reporting error status code.li-elvin2012-12-201-9/+14
* Add PI1.2.1 EndOfDxe support.jyao12012-12-185-0/+73
* Build the registered guid HOB and SystemTable to record the GUID itself in Pe...lzeng142012-11-082-19/+104
* Fixed one bug: gSmmCorePrivate->InSmm is not set to FALSE correctly before ex...vanjeff2012-11-011-2/+4
* MdeModulePkg: eliminate all implicit library dependencies for all modules in ...erictian2012-11-013-2/+5
* Install CustomGuidedSectionExtractionPpi for Tiano or Lzma DeCompression on S...lgao42012-10-311-19/+18
* Add missing status code in several modules.li-elvin2012-10-304-5/+51
* Fix code potential errors.ydong102012-10-161-2/+2
* Update SmiManager() to invoke all root SMI handlers to following PI Spec.vanjeff2012-10-161-2/+8
* MdeModulePkg:removes the unreachable ‘break’ instruction after a ‘retur...erictian2012-09-291-1/+0
* 1. Update PiSmmCore to always invoke SmiManage (NULL, NULL, NULL, NULL) when ...vanjeff2012-09-251-39/+38