summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Core/PiSmmCore/PiSmmCore.c
Commit message (Expand)AuthorAgeFilesLines
* MdeModulePkg/Core/PiSmmCore: Fix various typosAntoine Coeur2020-02-101-5/+5
* MdeModulePkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney2019-04-091-7/+1
* MdeModulePkg/PiSmmCore: Control S3 related functionality through flag.Eric Dong2019-03-211-21/+51
* MdeModulePkg/PiSmmCore: Remove SMM Perf entryDandan Bi2018-06-281-4/+0
* MdeModulePkg: Clean up source filesLiming Gao2018-06-281-18/+18
* MdeModulePkg: Use new added Perf macrosBi, Dandan2018-06-261-2/+2
* MdeModulePkg PiSmmCore: Register SMI handler to install S3SmmInitDoneStar Zeng2018-03-031-1/+61
* MdeModulePkg PiSmmCore: Use SxDispatch in SmmEndOfDxeHandler()Star Zeng2017-12-151-32/+33
* MdeModulePkg PiSmmCore: Ensure SxDispatch not NULL before dereferencedStar Zeng2017-12-131-1/+1
* MdeModulePkg/PiSmmCore: fix GCC build errorLaszlo Ersek2017-12-121-1/+1
* MdeModulePkg PiSmmCore: Unregister each other for LegacyBoot and EBSStar Zeng2017-12-121-0/+22
* MdeModulePkg PiSmmCore: Only install EndOfS3Resume during S3 resumeStar Zeng2017-12-121-4/+75
* MdeModulePkg: Rename SmmEndOfS3ResumeProtocolGuid to EndOfS3ResumeGuidStar Zeng2017-12-121-5/+5
* MdeModulePkg PiSmmIpl: Handle CommSize OPTIONAL caseStar Zeng2017-12-071-1/+1
* MdeModulePkg: Fix unix style of EOLJian J Wang2017-11-211-6/+6
* MdeModulePkg/PiSmmCore: Implement heap guard feature for SMM modeJian J Wang2017-11-171-1/+6
* MdeModulePkg/PiSmmCore: Install Protocol when S3 resume finished.Eric Dong2017-10-121-7/+62
* MdeModulePkg/PiSmmCore: Add SmiHandlerProfile support.Jiewen Yao2017-02-221-1/+3
* MdeModulePkg/PiSmmCore: Cache CommunicationBuffer info before using itJeff Fan2016-11-221-8/+12
* MdeModulePkg/PiSmmCore: Add MemoryAttributes support.Jiewen Yao2016-11-171-0/+40
* MdeModulePkg: Fix typos in comments and variablesGiri P Mudusuru2016-07-111-1/+1
* MdeModulePkg PiSmmCore: Enhance memory profile for memory leak detectionStar Zeng2016-07-011-1/+2
* Install LoadedImage protocol for PiSmmCore.Yao, Jiewen2015-11-251-0/+49
* MdeModulePkg: PiSmmCore: Remove confusing CopyMem() of SMM_ENTRY_CONTEXTMichael Kinney2015-11-031-2/+6
* MdeModulePkg PiSmmCore: Prevent overlap for gSmmCorePrivate and CommBufferStar Zeng2015-08-261-2/+42
* MdeModulePkg PiSmmCore: Remove a hidden assumption of SMRAM reservationStar Zeng2015-07-261-2/+2
* MdeModulePkg PiSmmCore: Unregister end of dxe notification in SmmReadyToLock.Star Zeng2015-06-181-1/+1
* MdeModulePkg PiSmmCore: Introduce SMM Exit Boot Services and Legacy Boot.Star Zeng2015-06-181-9/+113
* Use SmmMemLib to check communication buffer.Yao, Jiewen2015-02-021-83/+4
* Checking if gSmmCorePrivate->CommunicationBuffer is in supported physical add...Jeff Fan2014-12-091-16/+103
* 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-121-2/+19
* Add PI1.2.1 EndOfDxe support.jyao12012-12-181-0/+41
* Fixed one bug: gSmmCorePrivate->InSmm is not set to FALSE correctly before ex...vanjeff2012-11-011-2/+4
* 1. Update PiSmmCore to always invoke SmiManage (NULL, NULL, NULL, NULL) when ...vanjeff2012-09-251-39/+38
* 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-311-2/+2
* 1. Add two performance measurement points for SMM performance measurement;rsun32011-08-161-1/+15
* Update the copyright notice formathhtian2010-04-241-1/+1
* Change BufferSize from UINTN * to UINTN to eliminate pointer to pointer in Sm...jyao12010-03-211-3/+3
* Update PiSmmCore:hhuan132010-03-011-5/+3
* Add PI SMM IPL and PI SMM Coremdkinney2010-02-251-0/+363