summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Core
Commit message (Expand)AuthorAgeFilesLines
* Update PeiCore and DxeCore to verify FFS data checksum.lgao42011-02-232-5/+21
* Update DEBUG log information to specify SMM driver to be loaded in SmmCorelgao42011-02-121-2/+2
* Correct typo in word in DxeCore.lgao42011-02-124-5/+5
* Updates function description per UEFI2.3d. No impact is for functionality. Th...lgao42011-02-123-5/+45
* Fix bounds check on parameter of type EFI_GCD_IO_TYPE to use EfiGcdIoTypeMaxi...mdkinney2011-01-211-1/+1
* Clean up GCD DEBUG() macros so DEBUG_CODE() is only used to enable/disable th...mdkinney2011-01-111-109/+81
* Add DEBUG() macros to all GCD services to monitor all changes to the GCD Memo...mdkinney2011-01-061-22/+216
* when SMM Communication Protocol.Communicate() is called from within SMM, SMRA...rsun32010-12-091-2/+2
* 1) Change location of DEBUG() macro that prints the name of the FFS file bein...mdkinney2010-12-064-109/+18
* Update PEI/DXE/SMM dispatchers to include DEBUG ((DEBUG_DISPATCH, )) macros t...mdkinney2010-12-046-9/+153
* Add new PCD gEfiMdeModulePkgTokenSpaceGuid.PcdMaxEfiSystemTablePointerAddres...lgao42010-11-092-9/+89
* Complement fix for revision #10998 (Remove PI SMM IPL's dependency on CPU AP).rsun32010-11-041-8/+12
* swaps the order of timer disable and memory map termination to make sure memo...vanjeff2010-11-031-5/+5
* Remove PI SMM IPL's dependency on CPU AP so that PI SMM IPL can be dispatched...rsun32010-11-032-12/+19
* Refine code to make code run more safely.ydong102010-10-181-2/+2
* Refine code to make code run safely.ydong102010-09-162-2/+3
* Refine soma code to make code run safely.ydong102010-09-151-3/+3
* Avoid DxeCore to reclaim PEI stack as IDT may be on it (like 32-bit OVMF).pgao22010-08-261-3/+4
* Move registration of DXE Core with PeCoffExtraActionLib after the lib constru...mdkinney2010-08-062-16/+16
* Update DXE Core so its own PE/COFF image is passed to the PeCoffExtraActionLibmdkinney2010-08-033-0/+14
* Enhance FV2.ReadSection() to read GUIDED section raw data when its extraction...lgao42010-07-281-20/+134
* 1. Add init flag DEBUG_AGENT_INIT_DXE_AP.vanjeff2010-07-191-1/+1
* Fix 64-bit bug in DxeIpl. You can't cast an & UINT64 to a UINT32 *, as the up...andrewfish2010-07-181-4/+4
* Update the previous fix to only shadow the function for supported processor a...andrewfish2010-07-071-8/+8
* Fix issue with ARM port. Image.c shadow code is not ANSI C and crashes on ARM...andrewfish2010-07-071-1/+6
* 1) Call ProcessNotifyList() to process all Dispatch Notifications after the M...mdkinney2010-06-291-68/+85
* Add a missing parameter description in the function header for CoreFindFreePa...rsun32010-06-171-0/+1
* 1) Improve how memory usage is tracked in DXE Coremdkinney2010-06-141-37/+164
* Fix DxeCore Dispatch Issue that DXE drivers may not be dispatched if they de...lgao42010-05-141-9/+9
* 1) Fix IPF ICC 11.1 issue when /Ox is used related to the use of local variab...mdkinney2010-05-114-241/+256
* Minor comment update.xdu22010-05-101-1/+1
* Fix ICC 11.1 build breakmdkinney2010-05-071-3/+3
* Use new API GetSectionFromAnyFvByFileType() of MdePkg DxeServicesLib library...lgao42010-05-052-80/+12
* Update the copyright notice formathhtian2010-04-2486-160/+160
* Fix a bug that FV->ReadSection cannot get the EFI_SECTION_GUID_DEFINED type s...niruiyu2010-04-211-1/+1
* Fix the issue that GCC treat enum type as unsigned int which incompatible wit...klu22010-04-071-2/+2
* MdeModulePkg: Fix warning with VS2005 toolchain on IA32jljusten2010-04-051-1/+1
* Avoid DEBUG_CLEAR_MEMORY clearing MemoryMap internal structure.jgong52010-04-031-8/+4
* 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