summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Core/PiSmmCore
Commit message (Expand)AuthorAgeFilesLines
* Not close gEfiEndOfDxeEventGroupGuid event in ReadyToLock event notify becaus...lzeng142013-03-041-2/+2
* 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-291-27/+4
* Add PI1.2.1 EndOfDxe support.jyao12012-12-185-0/+73
* 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-011-1/+2
* Update SmiManager() to invoke all root SMI handlers to following PI Spec.vanjeff2012-10-161-2/+8
* 1. Update PiSmmCore to always invoke SmiManage (NULL, NULL, NULL, NULL) when ...vanjeff2012-09-251-39/+38
* Add PI1.2.1 SAP2 support and UEFI231B mantis 896lgao42012-08-223-15/+41
* 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
* Add Perf log for SMM driver Load and Start Image.lgao42012-05-163-2/+15
* MdeModulePkg PiSmmCore: Fix a bug in SmmLoadImage() in PiSmmCore that in-corr...rsun32012-04-241-9/+9
* Update code to pass build on VS2008 with /Od compiler option.lgao42011-11-282-4/+4
* Rollback SMRAM Lock locationmdkinney2011-08-311-11/+1
* Remove CONST modifier to be spec complianceerictian2011-08-241-2/+2
* Update SMM Core to use SMM Mode as soon as SMM Mode is availablemdkinney2011-08-243-47/+179
* 1. Add two performance measurement points for SMM performance measurement;rsun32011-08-163-4/+22
* Add more checks to skip allocated SMRAM regions when searching for a largest ...rsun32011-04-082-2/+16
* Update DEBUG log information to specify SMM driver to be loaded in SmmCorelgao42011-02-121-2/+2
* when SMM Communication Protocol.Communicate() is called from within SMM, SMRA...rsun32010-12-091-2/+2
* 1) Change location of DEBUG() macro that prints the name of the FFS file bein...mdkinney2010-12-063-107/+16
* Update PEI/DXE/SMM dispatchers to include DEBUG ((DEBUG_DISPATCH, )) macros t...mdkinney2010-12-042-2/+58
* Complement fix for revision #10998 (Remove PI SMM IPL's dependency on CPU AP).rsun32010-11-041-8/+12
* Remove PI SMM IPL's dependency on CPU AP so that PI SMM IPL can be dispatched...rsun32010-11-032-12/+19
* Refine code to make code run more safely.ydong102010-10-181-2/+2
* Minor comment update.xdu22010-05-101-1/+1
* Use new API GetSectionFromAnyFvByFileType() of MdePkg DxeServicesLib library...lgao42010-05-052-80/+12
* Update the copyright notice formathhtian2010-04-2415-17/+17
* Change BufferSize from UINTN * to UINTN to eliminate pointer to pointer in Sm...jyao12010-03-213-6/+14
* Fix the SMRAM caching range base and size. The original code uses the biggest...jgong52010-03-091-6/+52
* Fix a bug that a NULL pointer may be dereferenced. rsun32010-03-041-4/+4
* Remove Size==0 branch in SmmAllocatePool()hhuan132010-03-041-5/+0
* Enable "Load Module At fixed Address" feature in SMM Corejchen202010-03-036-33/+457
* Change the minimal SMM core size from 1MB to 256KB-4K.jyao12010-03-031-2/+2
* Fix K8 scan issueshhuan132010-03-022-0/+2
* Minor coding style fix.rsun32010-03-011-4/+4
* Update PI SMM Core to ignore memory ranges from SMRAM Descriptors that are al...mdkinney2010-03-011-0/+10
* Update PiSmmCore:hhuan132010-03-012-5/+10
* Clean up PiSmmCore to pass K8 scanhhuan132010-02-262-3/+3
* Add EfiCpuArchProtocol dependency for PiSmmIpl module. The reason to add this...jgong52010-02-261-1/+2
* Add PI SMM IPL and PI SMM Coremdkinney2010-02-2515-0/+6168