summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Core/PiSmmCore/PiSmmIpl.c
Commit message (Expand)AuthorAgeFilesLines
* MdeModulePkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney2019-04-091-7/+1
* MdeModulePkg/PiSmmIpl: Do not reset SMRAM to UC when CPU driver runsRuiyu Ni2018-11-011-13/+2
* MdeModulePkg: Clean up source filesLiming Gao2018-06-281-69/+69
* MdeModulePkg/PiSmmIpl: fix non-executable SMM RAMJian J Wang2018-04-131-14/+36
* MdeModulePkg/PiSmmCore: remove NX attr for SMM RAMJian J Wang2018-01-181-2/+16
* MdeModulePkg PiSmmIpl: Add missing update to the prototypeStar Zeng2017-12-121-7/+17
* MdeModulePkg PiSmmIpl: Handle CommSize OPTIONAL caseStar Zeng2017-12-071-22/+39
* MdeModulePkg PiSmmIpl: Fix the issue in LMFA featureLiming Gao2017-04-251-6/+6
* MdeModulePkg: Refine casting expression result to bigger sizeHao Wu2017-03-061-7/+5
* MdeModulePkg PiSmmIpl: Update SmmCommunication comments to match code logicLiming Gao2017-02-101-2/+2
* MdeModulePkg SmmIpl: Fill Smram range for SMM driver when LMFA enableLiming Gao2016-12-121-6/+34
* MdeModulePkg: Fix typos in comments and variablesGiri P Mudusuru2016-07-111-13/+13
* MdeModulePkg/PiSmmCore: Replace BASE_4GB with MAX_ADDRESS check.Jiewen Yao2016-07-011-1/+1
* MdeModulePkg/PiSmmIpl: Check order of EndOfDxe and DxeSmmReadyToLockJeff Fan2016-05-301-1/+47
* Move CommunicationBuffer from stack to global variable.Yao, Jiewen2015-11-251-13/+13
* MdeModulePkg PiSmmIpl: Use AllocateZeroPool() for FullSmramRangesStar Zeng2015-07-281-2/+2
* MdeModulePkg PiSmmCore: Remove a hidden assumption of SMRAM reservationStar Zeng2015-07-261-74/+440
* 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-0/+11
* MdeModulePkg PiSmmCore: Free FullSmramRanges at error condition.Star Zeng2015-06-091-2/+3
* MdeModulePkg: SmmIplEntry(): don't suppress SMM core startup failureLaszlo Ersek2015-05-121-6/+7
* MdeModulePkg: Misc comments and DEBUG messagesSamer El-Haj-Mahmoud2014-11-271-3/+3
* MdeModulePkg DxeCore/PiSmmCore: Add UEFI memory and SMRAM profile support.Star Zeng2014-11-121-0/+15
* 1) Add type cast for better coding style.Feng Tian2014-08-071-2/+2
* Not close gEfiEndOfDxeEventGroupGuid event in ReadyToLock event notify becaus...lzeng142013-03-041-2/+2
* Add PI1.2.1 EndOfDxe support.jyao12012-12-181-0/+6
* Change returned status codes for SmiManage() per PI 1.2.1 spec.rsun32012-05-311-2/+2
* Update code to pass build on VS2008 with /Od compiler option.lgao42011-11-281-2/+2
* Rollback SMRAM Lock locationmdkinney2011-08-311-11/+1
* Update SMM Core to use SMM Mode as soon as SMM Mode is availablemdkinney2011-08-241-35/+106
* Add more checks to skip allocated SMRAM regions when searching for a largest ...rsun32011-04-081-1/+8
* when SMM Communication Protocol.Communicate() is called from within SMM, SMRA...rsun32010-12-091-2/+2
* 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-031-10/+17
* Use new API GetSectionFromAnyFvByFileType() of MdePkg DxeServicesLib library...lgao42010-05-051-79/+11
* 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-2/+10
* 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
* Enable "Load Module At fixed Address" feature in SMM Corejchen202010-03-031-13/+173
* Change the minimal SMM core size from 1MB to 256KB-4K.jyao12010-03-031-2/+2
* Minor coding style fix.rsun32010-03-011-4/+4
* Update PiSmmCore:hhuan132010-03-011-0/+7
* Add PI SMM IPL and PI SMM Coremdkinney2010-02-251-0/+1041