summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Core/PiSmmCore
AgeCommit message (Expand)Author
2014-08-071) Add type cast for better coding style.Feng Tian
2014-06-27MdeModulePkg/PiSmmCore: Initialize missing LoadedImage protocol fields for SM...Tapan Shah
2013-11-05Support unhook notification function for Smst->SmmRegisterProtocolNotify() pe...Jeff Fan
2013-03-04Not close gEfiEndOfDxeEventGroupGuid event in ReadyToLock event notify becaus...lzeng14
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-18Add PI1.2.1 EndOfDxe support.jyao1
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-16Update SmiManager() to invoke all root SMI handlers to following PI Spec.vanjeff
2012-09-251. Update PiSmmCore to always invoke SmiManage (NULL, NULL, NULL, NULL) when ...vanjeff
2012-08-22Add PI1.2.1 SAP2 support and UEFI231B mantis 896lgao4
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-16Add Perf log for SMM driver Load and Start Image.lgao4
2012-04-24MdeModulePkg PiSmmCore: Fix a bug in SmmLoadImage() in PiSmmCore that in-corr...rsun3
2011-11-28Update code to pass build on VS2008 with /Od compiler option.lgao4
2011-08-31Rollback SMRAM Lock locationmdkinney
2011-08-24Remove CONST modifier to be spec complianceerictian
2011-08-24Update SMM Core to use SMM Mode as soon as SMM Mode is availablemdkinney
2011-08-161. Add two performance measurement points for SMM performance measurement;rsun3
2011-04-08Add more checks to skip allocated SMRAM regions when searching for a largest ...rsun3
2011-02-12Update DEBUG log information to specify SMM driver to be loaded in SmmCorelgao4
2010-12-09when SMM Communication Protocol.Communicate() is called from within SMM, SMRA...rsun3
2010-12-061) Change location of DEBUG() macro that prints the name of the FFS file bein...mdkinney
2010-12-04Update PEI/DXE/SMM dispatchers to include DEBUG ((DEBUG_DISPATCH, )) macros t...mdkinney
2010-11-04Complement fix for revision #10998 (Remove PI SMM IPL's dependency on CPU AP).rsun3
2010-11-03Remove PI SMM IPL's dependency on CPU AP so that PI SMM IPL can be dispatched...rsun3
2010-10-18Refine code to make code run more safely.ydong10
2010-05-10Minor comment update.xdu2
2010-05-05Use new API GetSectionFromAnyFvByFileType() of MdePkg DxeServicesLib library...lgao4
2010-04-24Update the copyright notice formathhtian
2010-03-21Change BufferSize from UINTN * to UINTN to eliminate pointer to pointer in Sm...jyao1
2010-03-09Fix the SMRAM caching range base and size. The original code uses the biggest...jgong5
2010-03-04Fix a bug that a NULL pointer may be dereferenced. rsun3
2010-03-04Remove Size==0 branch in SmmAllocatePool()hhuan13
2010-03-03Enable "Load Module At fixed Address" feature in SMM Corejchen20
2010-03-03Change the minimal SMM core size from 1MB to 256KB-4K.jyao1
2010-03-02Fix K8 scan issueshhuan13
2010-03-01Minor coding style fix.rsun3
2010-03-01Update PI SMM Core to ignore memory ranges from SMRAM Descriptors that are al...mdkinney
2010-03-01Update PiSmmCore:hhuan13
2010-02-26Clean up PiSmmCore to pass K8 scanhhuan13
2010-02-26Add EfiCpuArchProtocol dependency for PiSmmIpl module. The reason to add this...jgong5
2010-02-25Add PI SMM IPL and PI SMM Coremdkinney