]> git.proxmox.com Git - mirror_edk2.git/history - MdeModulePkg/Core/PiSmmCore/PiSmmIpl.c
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / MdeModulePkg / Core / PiSmmCore / PiSmmIpl.c
2022-11-04 Miki DemeterMdeModulePkg/PiSmmCore: SmmEntryPoint underflow (CVE...
2021-12-07 Michael KubackiMdeModulePkg: Apply uncrustify changes
2021-12-07 Michael D KinneyMdeModulePkg: Change use of EFI_D_* to DEBUG_*
2020-07-15 Oleksiy YakovlevMdeModulePkg: Add New Memory Attributes
2020-05-12 Ard BiesheuvelMdeModulePkg/SmmIpl: expose MM communicate 2 protocol
2020-02-10 Antoine CoeurMdeModulePkg/Core/PiSmmCore: Fix various typos
2019-04-09 Michael D KinneyMdeModulePkg: Replace BSD License with BSD+Patent License
2018-11-01 Ruiyu NiMdeModulePkg/PiSmmIpl: Do not reset SMRAM to UC when...
2018-06-28 Liming GaoMdeModulePkg: Clean up source files
2018-04-13 Jian J WangMdeModulePkg/PiSmmIpl: fix non-executable SMM RAM
2018-01-18 Jian J WangMdeModulePkg/PiSmmCore: remove NX attr for SMM RAM
2017-12-12 Star ZengMdeModulePkg PiSmmIpl: Add missing update to the prototype
2017-12-07 Star ZengMdeModulePkg PiSmmIpl: Handle CommSize OPTIONAL case
2017-04-25 Liming GaoMdeModulePkg PiSmmIpl: Fix the issue in LMFA feature
2017-03-06 Hao WuMdeModulePkg: Refine casting expression result to bigge...
2017-02-10 Liming GaoMdeModulePkg PiSmmIpl: Update SmmCommunication comments...
2016-12-12 Liming GaoMdeModulePkg SmmIpl: Fill Smram range for SMM driver...
2016-07-11 Giri P MudusuruMdeModulePkg: Fix typos in comments and variables
2016-07-01 david weiMerge branch 'master' of https://github.com/tianocore...
2016-07-01 Jiewen YaoMdeModulePkg/PiSmmCore: Replace BASE_4GB with MAX_ADDRE...
2016-05-30 Jeff FanMdeModulePkg/PiSmmIpl: Check order of EndOfDxe and...
2015-11-25 Yao, JiewenMove CommunicationBuffer from stack to global variable.
2015-07-28 Star ZengMdeModulePkg PiSmmIpl: Use AllocateZeroPool() for FullS...
2015-07-26 Star ZengMdeModulePkg PiSmmCore: Remove a hidden assumption...
2015-06-18 Star ZengMdeModulePkg PiSmmCore: Unregister end of dxe notificat...
2015-06-18 Star ZengMdeModulePkg PiSmmCore: Introduce SMM Exit Boot Service...
2015-06-09 Star ZengMdeModulePkg PiSmmCore: Free FullSmramRanges at error...
2015-05-12 Laszlo ErsekMdeModulePkg: SmmIplEntry(): don't suppress SMM core...
2014-11-27 Samer El-Haj-MahmoudMdeModulePkg: Misc comments and DEBUG messages
2014-11-12 Star ZengMdeModulePkg DxeCore/PiSmmCore: Add UEFI memory and...
2014-08-07 Feng Tian1) Add type cast for better coding style.
2013-03-04 lzeng14Not close gEfiEndOfDxeEventGroupGuid event in ReadyToLo...
2012-12-18 jyao1Add PI1.2.1 EndOfDxe support.
2012-05-31 rsun3Change returned status codes for SmiManage() per PI...
2011-11-28 lgao4Update code to pass build on VS2008 with /Od compiler...
2011-08-31 mdkinneyRollback SMRAM Lock location
2011-08-24 mdkinneyUpdate SMM Core to use SMM Mode as soon as SMM Mode...
2011-04-08 rsun3Add more checks to skip allocated SMRAM regions when...
2010-12-09 rsun3when SMM Communication Protocol.Communicate() is called...
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-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-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-01 rsun3Minor coding style fix.
2010-03-01 hhuan13Update PiSmmCore:
2010-02-25 mdkinneyAdd PI SMM IPL and PI SMM Core