]> git.proxmox.com Git - mirror_edk2.git/history - MdeModulePkg/Core/PiSmmCore
Contributed-under: TianoCore Contribution Agreement 1.0
[mirror_edk2.git] / MdeModulePkg / Core / PiSmmCore /
2014-08-07 Feng Tian1) Add type cast for better coding style.
2014-06-27 Tapan ShahMdeModulePkg/PiSmmCore: Initialize missing LoadedImage...
2013-11-05 Jeff FanSupport unhook notification function for Smst->SmmRegis...
2013-03-04 lzeng14Not close gEfiEndOfDxeEventGroupGuid event in ReadyToLo...
2013-02-20 vanjeffUpdate SmiManager() comments and implementation to...
2013-01-29 lzeng141. Update DxeCore to get correct AuthenticationStatus...
2012-12-18 jyao1Add PI1.2.1 EndOfDxe support.
2012-11-01 vanjeffFixed one bug: gSmmCorePrivate->InSmm is not set to...
2012-11-01 erictianMdeModulePkg: eliminate all implicit library dependenci...
2012-10-16 vanjeffUpdate SmiManager() to invoke all root SMI handlers...
2012-09-25 vanjeff1. Update PiSmmCore to always invoke SmiManage (NULL...
2012-08-22 lgao4Add PI1.2.1 SAP2 support and UEFI231B mantis 896
2012-06-25 rsun3MdeModulePkg PI SMM Core: Unregister handler for SMM...
2012-05-31 rsun3Change returned status codes for SmiManage() per PI...
2012-05-16 lgao4Add Perf log for SMM driver Load and Start Image.
2012-04-24 rsun3MdeModulePkg PiSmmCore: Fix a bug in SmmLoadImage(...
2011-11-28 lgao4Update code to pass build on VS2008 with /Od compiler...
2011-08-31 mdkinneyRollback SMRAM Lock location
2011-08-24 erictianRemove CONST modifier to be spec compliance
2011-08-24 mdkinneyUpdate SMM Core to use SMM Mode as soon as SMM Mode...
2011-08-16 rsun31. Add two performance measurement points for SMM perfo...
2011-04-08 rsun3Add more checks to skip allocated SMRAM regions when...
2011-02-12 lgao4Update DEBUG log information to specify SMM driver...
2010-12-09 rsun3when SMM Communication Protocol.Communicate() is called...
2010-12-06 mdkinney1) Change location of DEBUG() macro that prints the...
2010-12-04 mdkinneyUpdate PEI/DXE/SMM dispatchers to include DEBUG ((DEBUG...
2010-11-04 rsun3Complement fix for revision #10998 (Remove PI SMM IPL...
2010-11-03 rsun3Remove PI SMM IPL's dependency on CPU AP so that PI...
2010-10-18 ydong10Refine code to make code run more safely.
2010-05-10 xdu2Minor comment update.
2010-05-05 lgao4Use new API GetSectionFromAnyFvByFileType() of MdePkg...
2010-04-24 hhtianUpdate the copyright notice format
2010-03-21 jyao1Change BufferSize from UINTN * to UINTN to eliminate...
2010-03-09 jgong5Fix the SMRAM caching range base and size. The original...
2010-03-04 rsun3Fix a bug that a NULL pointer may be dereferenced.
2010-03-04 hhuan13Remove Size==0 branch in SmmAllocatePool()
2010-03-03 jchen20Enable "Load Module At fixed Address" feature in SMM...
2010-03-03 jyao1Change the minimal SMM core size from 1MB to 256KB-4K.
2010-03-02 hhuan13Fix K8 scan issues
2010-03-01 rsun3Minor coding style fix.
2010-03-01 mdkinneyUpdate PI SMM Core to ignore memory ranges from SMRAM...
2010-03-01 hhuan13Update PiSmmCore:
2010-02-26 hhuan13Clean up PiSmmCore to pass K8 scan
2010-02-26 jgong5Add EfiCpuArchProtocol dependency for PiSmmIpl module...
2010-02-25 mdkinneyAdd PI SMM IPL and PI SMM Core