summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Core
AgeCommit message (Expand)Author
2010-07-07Fix issue with ARM port. Image.c shadow code is not ANSI C and crashes on ARM...andrewfish
2010-06-291) Call ProcessNotifyList() to process all Dispatch Notifications after the M...mdkinney
2010-06-17Add a missing parameter description in the function header for CoreFindFreePa...rsun3
2010-06-141) Improve how memory usage is tracked in DXE Coremdkinney
2010-05-14Fix DxeCore Dispatch Issue that DXE drivers may not be dispatched if they de...lgao4
2010-05-111) Fix IPF ICC 11.1 issue when /Ox is used related to the use of local variab...mdkinney
2010-05-10Minor comment update.xdu2
2010-05-07Fix ICC 11.1 build breakmdkinney
2010-05-05Use new API GetSectionFromAnyFvByFileType() of MdePkg DxeServicesLib library...lgao4
2010-04-24Update the copyright notice formathhtian
2010-04-21Fix a bug that FV->ReadSection cannot get the EFI_SECTION_GUID_DEFINED type s...niruiyu
2010-04-07Fix the issue that GCC treat enum type as unsigned int which incompatible wit...klu2
2010-04-05MdeModulePkg: Fix warning with VS2005 toolchain on IA32jljusten
2010-04-03Avoid DEBUG_CLEAR_MEMORY clearing MemoryMap internal structure.jgong5
2010-03-21Change BufferSize from UINTN * to UINTN to eliminate pointer to pointer in Sm...jyao1
2010-03-19Hold Memory Lock until DEBUG_CLEAR_MEMORY called in CoreFreePages(). jgong5
2010-03-131. update the definitions in debug agent library, rename DEBUG_AGENT_INIT_DXE...vanjeff
2010-03-12Fixed a bug in LMFA code jchen20
2010-03-11roll back IDT_ENTRY counter to 32vanjeff
2010-03-10The patch attached is to fix the issue that LMFA feature is failed on OVMF. ...jchen20
2010-03-09Minor update comment to remove unprintable character in source file.qhuang8
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-04Fix a bug in load modules at fixed address which may potentially impact OS S3.jchen20
2010-03-04Fix a bug in LMFA which may potentially impact OS S3.jchen20
2010-03-04Remove Size==0 branch in SmmAllocatePool()hhuan13
2010-03-03Minor bug fix and robustness check improvement.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-02Fix K8 scan issueshhuan13
2010-03-01Add checking whether FvCount is overflow when new unknown FvInfoPpi is dispat...klu2
2010-03-01Minor coding style fix.rsun3
2010-03-01update DxeIpl to use EFI_S3_RESUME2_PPI instead of EFI_S3_RESUME_PPIjchen20
2010-03-01Update PI SMM Core to ignore memory ranges from SMRAM Descriptors that are al...mdkinney
2010-03-01Update PiSmmCore:hhuan13
2010-02-271. Refine debug agent library.vanjeff
2010-02-26Fixed GCC build issue caused by converting a pointer to an integer of a large...geekboy15a
2010-02-26Add parameter checking for PEI service AllocatePages(), according to PI1.2 er...xli24
2010-02-26Add more code robustness check for modules under MdeModulePkg.rsun3
2010-02-26Fix a bug in "Load module At fixed address" to enable it on IPF platformjchen20
2010-02-26Clean up PiSmmCore to pass K8 scanhhuan13
2010-02-26Add EfiCpuArchProtocol dependency for PiSmmIpl module. The reason to add this...jgong5
2010-02-25Add PI SMM IPL and PI SMM Coremdkinney
2010-02-25Clean up EFI_SPECIFICATION_VERSION and PI_SPECIFICATION_VERSION.klu2
2010-02-24roll back changing on save and restore interrupt status, it needn't doing.vanjeff
2010-02-24Minor comment fix.rsun3
2010-02-24Avoid shadowing PE image read function on IPFjgong5
2010-02-241. Correct File header to ## @filelgao4
2010-02-23Fix commentmdkinney
2010-02-22Enhance memory copy logic for PEI core image read. The change uses CopyMem() ...jgong5