summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Core
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix the memory leak issue and enhance the check for CoreReadImageFile return.lzeng142012-09-071-5/+7
* Check the return code from CoreLocateDevicePath() in MdeModulePkg/Core/Dxe/Im...lzeng142012-09-061-1/+4
* Fix comparisons of enumerated types which may cause warnings for some compilers.rsun32012-08-284-14/+14
* Roll back one unnecessary change in Dispatcher.c, which is added by previous ...lgao42012-08-221-12/+2
* Add PI1.2.1 SAP2 support and UEFI231B mantis 896lgao42012-08-2211-62/+205
* Measure ExitBootServices failure caseczhang462012-08-023-0/+6
* Close the corresponding GUIDed section extraction protocol notify event in Cl...lzeng142012-07-271-9/+19
* MdeModulePkg/CoreDxe: Fixed compiler warning 'integer conversion resulted in ...oliviermartin2012-07-261-1/+1
* Fix the typo in InstallMultipleProtocolInterfaces commentsniruiyu2012-07-251-3/+4
* Update HobLib and Hob Service to avoid data over flow. lgao42012-07-172-4/+10
* MdeModulePkg PI SMM Core: Unregister handler for SMM Ready To Lock event in S...rsun32012-06-251-1/+1
* Change returned status codes for SmiManage() per PI 1.2.1 spec.rsun32012-05-313-50/+41
* Record LoadImage perf log for LoadImageEx() and use NULL as Handle to record ...lzeng142012-05-301-7/+43
* Update DxeCore and FwVolDxe drivers to inherit authentication status for the ...lzeng142012-05-297-8/+75
* Add logic to validate variable before use it.ydong102012-05-181-1/+48
* Add Perf log for SMM driver Load and Start Image.lgao42012-05-163-2/+15
* Fix the potential issue that NULL pointer may be referred in LoadImage().lgao42012-05-081-2/+11
* Enhance the error handling for AllocatePool and AllocatePages function.ydong102012-04-273-4/+12
* Return EFI_INVALID_PARAMETER when Type has either EVT_NOTIFY_SIGNAL or EVT_NO...lzeng142012-04-263-7/+82
* Validate some fields in PE image to make sure not access violation for later ...ydong102012-04-241-1/+9
* MdeModulePkg PiSmmCore: Fix a bug in SmmLoadImage() in PiSmmCore that in-corr...rsun32012-04-241-9/+9
* Searching for files starts on an 8 byte aligned boundary after the end of the...lzeng142012-03-272-5/+25
* 1. Introduced CPU Exception Handler Library to provide the CPU exception hand...vanjeff2012-03-153-3/+10