summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Core
AgeCommit message (Expand)AuthorFilesLines
2010-10-18Refine code to make code run more safely.ydong101-2/+2
2010-09-16Refine code to make code run safely.ydong102-2/+3
2010-09-15Refine soma code to make code run safely.ydong101-3/+3
2010-08-26Avoid DxeCore to reclaim PEI stack as IDT may be on it (like 32-bit OVMF).pgao21-3/+4
2010-08-06Move registration of DXE Core with PeCoffExtraActionLib after the lib constru...mdkinney2-16/+16
2010-08-03Update DXE Core so its own PE/COFF image is passed to the PeCoffExtraActionLibmdkinney3-0/+14
2010-07-28Enhance FV2.ReadSection() to read GUIDED section raw data when its extraction...lgao41-20/+134
2010-07-191. Add init flag DEBUG_AGENT_INIT_DXE_AP.vanjeff1-1/+1
2010-07-18Fix 64-bit bug in DxeIpl. You can't cast an & UINT64 to a UINT32 *, as the up...andrewfish1-4/+4
2010-07-07Update the previous fix to only shadow the function for supported processor a...andrewfish1-8/+8
2010-07-07Fix issue with ARM port. Image.c shadow code is not ANSI C and crashes on ARM...andrewfish1-1/+6
2010-06-291) Call ProcessNotifyList() to process all Dispatch Notifications after the M...mdkinney1-68/+85
2010-06-17Add a missing parameter description in the function header for CoreFindFreePa...rsun31-0/+1
2010-06-141) Improve how memory usage is tracked in DXE Coremdkinney1-37/+164
2010-05-14Fix DxeCore Dispatch Issue that DXE drivers may not be dispatched if they de...lgao41-9/+9
2010-05-111) Fix IPF ICC 11.1 issue when /Ox is used related to the use of local variab...mdkinney4-241/+256
2010-05-10Minor comment update.xdu21-1/+1
2010-05-07Fix ICC 11.1 build breakmdkinney1-3/+3
2010-05-05Use new API GetSectionFromAnyFvByFileType() of MdePkg DxeServicesLib library...lgao42-80/+12
2010-04-24Update the copyright notice formathhtian86-160/+160
2010-04-21Fix a bug that FV->ReadSection cannot get the EFI_SECTION_GUID_DEFINED type s...niruiyu1-1/+1
2010-04-07Fix the issue that GCC treat enum type as unsigned int which incompatible wit...klu21-2/+2
2010-04-05MdeModulePkg: Fix warning with VS2005 toolchain on IA32jljusten1-1/+1
2010-04-03Avoid DEBUG_CLEAR_MEMORY clearing MemoryMap internal structure.jgong51-8/+4
2010-03-21Change BufferSize from UINTN * to UINTN to eliminate pointer to pointer in Sm...jyao13-6/+14
2010-03-19Hold Memory Lock until DEBUG_CLEAR_MEMORY called in CoreFreePages(). jgong51-7/+7
2010-03-131. update the definitions in debug agent library, rename DEBUG_AGENT_INIT_DXE...vanjeff1-1/+6
2010-03-12Fixed a bug in LMFA code jchen201-1/+1
2010-03-11roll back IDT_ENTRY counter to 32vanjeff1-1/+1
2010-03-10The patch attached is to fix the issue that LMFA feature is failed on OVMF. ...jchen202-17/+119
2010-03-09Minor update comment to remove unprintable character in source file.qhuang81-1/+1
2010-03-09Fix the SMRAM caching range base and size. The original code uses the biggest...jgong51-6/+52
2010-03-04Fix a bug that a NULL pointer may be dereferenced. rsun31-4/+4
2010-03-04Fix a bug in load modules at fixed address which may potentially impact OS S3.jchen201-1/+1
2010-03-04Fix a bug in LMFA which may potentially impact OS S3.jchen201-1/+1
2010-03-04Remove Size==0 branch in SmmAllocatePool()hhuan131-5/+0
2010-03-03Minor bug fix and robustness check improvement.rsun32-2/+3
2010-03-03Enable "Load Module At fixed Address" feature in SMM Corejchen206-33/+457
2010-03-03Change the minimal SMM core size from 1MB to 256KB-4K.jyao11-2/+2
2010-03-02Fix K8 scan issueshhuan132-0/+2
2010-03-01Add checking whether FvCount is overflow when new unknown FvInfoPpi is dispat...klu21-0/+6
2010-03-01Minor coding style fix.rsun31-4/+4
2010-03-01update DxeIpl to use EFI_S3_RESUME2_PPI instead of EFI_S3_RESUME_PPIjchen203-5/+5
2010-03-01Update PI SMM Core to ignore memory ranges from SMRAM Descriptors that are al...mdkinney1-0/+10
2010-03-01Update PiSmmCore:hhuan132-5/+10
2010-02-271. Refine debug agent library.vanjeff6-29/+45
2010-02-26Fixed GCC build issue caused by converting a pointer to an integer of a large...geekboy15a1-1/+1
2010-02-26Add parameter checking for PEI service AllocatePages(), according to PI1.2 er...xli241-12/+23
2010-02-26Add more code robustness check for modules under MdeModulePkg.rsun37-16/+28
2010-02-26Fix a bug in "Load module At fixed address" to enable it on IPF platformjchen201-7/+7