summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Core
AgeCommit message (Expand)Author
2014-04-15MdeModulePkg/SecurityPkg: Update TreePei to handle FvInfo2 and update FwVol o...Star Zeng
2014-04-01Check the parameter before use it.Eric Dong
2014-02-13Fixed the issue in ExitBootServices() implementation to avoid the potential b...Gao, Liming
2014-01-17DxeCore is designed to trust input data, so add comments to reminder caller t...jyao1
2014-01-151. Add new API MigratePeiServicesTablePointer() in PeiServicesTablePointerLib...Gao, Liming
2014-01-09Clarify PcdPeiCoreMaxPeimPerFv description that means the maximum supported f...Gao, Liming
2014-01-02Update the heap migration logic to avoid memory overflow. Liming Gao
2014-01-02Correct the RemainingPages calculation in PEI AllocatePages service.Liming Gao
2013-12-17Fix two issues in PeiCore. Liming Gao
2013-11-221. DxeIplPeim will locate Vector Handoff Table PPI and build GUIDed HOB if it...Jeff Fan
2013-11-15Add support for PI1.2.1 TempRam Done PPI.Liming Gao
2013-11-05Support unhook notification function for Smst->SmmRegisterProtocolNotify() pe...Jeff Fan
2013-10-30MdeModulePkg Pool: Update the type of Size to UINTN for the potential more th...Star Zeng
2013-10-29Fix the bug that SetTimer () cannot work when Type is TimerPeriodic and Trigg...Elvin Li
2013-10-111. Enable use-cases in PEI using SecurityPPI co-equal to the use-cases in DXE...Star Zeng
2013-10-09Update PeiCore to support load PEIM into memory on S3 boot path. Liming Gao
2013-09-16MdeModulePkg: Add support for weakly aligned FVs.Star Zeng
2013-09-04Fixed the issue in PeiCore on Load Module At Fixed Address logicLiming Gao
2013-08-20Add the missing status code in the returned table of InstallMultipleProtocolI...Shumin Qiu
2013-08-07MdeModulePkg: Added ARM Aarch64 architecture supportHarry Liebel
2013-03-22Guarantee that free memory in the 4K page starting at address 0 is always cle...mdkinney
2013-03-22Fix a bug in the DXE Core that generates an ASSERT() when the page at address...mdkinney
2013-03-04Not close gEfiEndOfDxeEventGroupGuid event in ReadyToLock event notify becaus...lzeng14
2013-02-27In order to make sure the image is section alignment, after allocate buffer f...ydong10
2013-02-20Update SmiManager() comments and implementation to follow the new rule clarif...vanjeff
2013-01-291. Update DxeCore to get correct AuthenticationStatus and invoke gSecurity af...lzeng14
2012-12-20Check status before reporting error status code.li-elvin
2012-12-18Add PI1.2.1 EndOfDxe support.jyao1
2012-11-08Build the registered guid HOB and SystemTable to record the GUID itself in Pe...lzeng14
2012-11-01Fixed one bug: gSmmCorePrivate->InSmm is not set to FALSE correctly before ex...vanjeff
2012-11-01MdeModulePkg: eliminate all implicit library dependencies for all modules in ...erictian
2012-10-31Install CustomGuidedSectionExtractionPpi for Tiano or Lzma DeCompression on S...lgao4
2012-10-30Add missing status code in several modules.li-elvin
2012-10-16Fix code potential errors.ydong10
2012-10-16Update SmiManager() to invoke all root SMI handlers to following PI Spec.vanjeff
2012-09-29MdeModulePkg:removes the unreachable ‘break’ instruction after a ‘retur...erictian
2012-09-251. Update PiSmmCore to always invoke SmiManage (NULL, NULL, NULL, NULL) when ...vanjeff
2012-09-07Fix the memory leak issue and enhance the check for CoreReadImageFile return.lzeng14
2012-09-06Check the return code from CoreLocateDevicePath() in MdeModulePkg/Core/Dxe/Im...lzeng14
2012-08-28Fix comparisons of enumerated types which may cause warnings for some compilers.rsun3
2012-08-22Roll back one unnecessary change in Dispatcher.c, which is added by previous ...lgao4
2012-08-22Add PI1.2.1 SAP2 support and UEFI231B mantis 896lgao4
2012-08-02Measure ExitBootServices failure caseczhang46
2012-07-27Close the corresponding GUIDed section extraction protocol notify event in Cl...lzeng14
2012-07-26MdeModulePkg/CoreDxe: Fixed compiler warning 'integer conversion resulted in ...oliviermartin
2012-07-25Fix the typo in InstallMultipleProtocolInterfaces commentsniruiyu
2012-07-17Update HobLib and Hob Service to avoid data over flow. lgao4
2012-06-25MdeModulePkg PI SMM Core: Unregister handler for SMM Ready To Lock event in S...rsun3
2012-05-31Change returned status codes for SmiManage() per PI 1.2.1 spec.rsun3
2012-05-30Record LoadImage perf log for LoadImageEx() and use NULL as Handle to record ...lzeng14