summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Core
Commit message (Expand)AuthorAgeFilesLines
* Sync patch r10481 and r12354 from main trunk.vanjeff2012-01-204-270/+290
* sync patch r10492, r10780, r10877, r10880, r10955 from main trunk.vanjeff2011-04-194-7/+8
* 1. Sync patch r10579 from main trunk.vanjeff2011-03-241-44/+168
* sync patch r11018 from main trunk.vanjeff2010-11-112-9/+89
* sync patch r10999 from main trunk.vanjeff2010-11-111-5/+5
* sync patch 10825 from main trunk.vanjeff2010-08-271-3/+4
* Sync patch r10660 from main trunk.vanjeff2010-07-201-1/+1
* sync patch r10409 from main trunk.vanjeff2010-07-201-9/+9
* Minor comment update.xdu22010-05-101-1/+1
* Change BufferSize from UINTN * to UINTN to eliminate pointer to pointer in Sm...jyao12010-03-213-6/+14
* Hold Memory Lock until DEBUG_CLEAR_MEMORY called in CoreFreePages(). jgong52010-03-191-7/+7
* 1. update the definitions in debug agent library, rename DEBUG_AGENT_INIT_DXE...vanjeff2010-03-131-1/+6
* Fixed a bug in LMFA code jchen202010-03-121-1/+1
* roll back IDT_ENTRY counter to 32vanjeff2010-03-111-1/+1
* The patch attached is to fix the issue that LMFA feature is failed on OVMF. ...jchen202010-03-102-17/+119
* Minor update comment to remove unprintable character in source file.qhuang82010-03-091-1/+1
* 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
* Fix a bug in load modules at fixed address which may potentially impact OS S3.jchen202010-03-041-1/+1
* Fix a bug in LMFA which may potentially impact OS S3.jchen202010-03-041-1/+1
* Remove Size==0 branch in SmmAllocatePool()hhuan132010-03-041-5/+0
* Minor bug fix and robustness check improvement.rsun32010-03-032-2/+3
* 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
* Add checking whether FvCount is overflow when new unknown FvInfoPpi is dispat...klu22010-03-011-0/+6
* Minor coding style fix.rsun32010-03-011-4/+4
* update DxeIpl to use EFI_S3_RESUME2_PPI instead of EFI_S3_RESUME_PPIjchen202010-03-013-5/+5
* 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
* 1. Refine debug agent library.vanjeff2010-02-276-29/+45
* Fixed GCC build issue caused by converting a pointer to an integer of a large...geekboy15a2010-02-261-1/+1
* Add parameter checking for PEI service AllocatePages(), according to PI1.2 er...xli242010-02-261-12/+23
* Add more code robustness check for modules under MdeModulePkg.rsun32010-02-267-16/+28
* Fix a bug in "Load module At fixed address" to enable it on IPF platformjchen202010-02-261-7/+7
* 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
* Clean up EFI_SPECIFICATION_VERSION and PI_SPECIFICATION_VERSION.klu22010-02-251-1/+1
* roll back changing on save and restore interrupt status, it needn't doing.vanjeff2010-02-241-12/+0
* Minor comment fix.rsun32010-02-241-0/+2
* Avoid shadowing PE image read function on IPFjgong52010-02-241-1/+1
* 1. Correct File header to ## @filelgao42010-02-244-13/+13
* Fix commentmdkinney2010-02-231-2/+1
* Enhance memory copy logic for PEI core image read. The change uses CopyMem() ...jgong52010-02-222-7/+47
* Cleanup HOB DEBUG printsandrewfish2010-02-171-2/+2
* 1) Fix build issuesmdkinney2010-02-163-111/+128
* Clean up HOB debug printsandrewfish2010-02-161-3/+3
* Fix crash in UnixPkg and BeagleBoard caused by gSmmBase2 getting added to the...andrewfish2010-02-161-3/+3
* Update DXE Core to be compatible with PI 1.2 SMM Drivers.mdkinney2010-02-135-23/+44