summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Core/PiSmmCore/PiSmmIpl.c
AgeCommit message (Expand)Author
2010-11-03Remove PI SMM IPL's dependency on CPU AP so that PI SMM IPL can be dispatched...rsun3
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-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-01Minor coding style fix.rsun3
2010-03-01Update PiSmmCore:hhuan13
2010-02-25Add PI SMM IPL and PI SMM Coremdkinney