summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Core/PiSmmCore
Commit message (Expand)AuthorAgeFilesLines
* 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