summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Core
Commit message (Expand)AuthorAgeFilesLines
* Update SMM Core to use SMM Mode as soon as SMM Mode is availablemdkinney2011-08-243-47/+179
* Updated GCD implementation to consume the correct EFI Resources Attributes(Ca...vanjeff2011-08-181-3/+28
* 1. Add two performance measurement points for SMM performance measurement;rsun32011-08-163-4/+22
* MdeModulePkg/Dxe: Move assertions inside CoreInsertGcdMapEntry()oliviermartin2011-08-081-2/+4
* MdeModulePkg: Fix VS2008 warning.andrewfish2011-07-151-0/+1
* MdeModulePkg: Add PcdDxeIplBuildPageTables for DxeIpl X64 to optionally not r...andrewfish2011-07-142-7/+14
* Fix an issue that there may be an infinite loop in the CoreInitializeMemorySe...rsun32011-07-131-70/+109
* Correct the status code value to EFI_SW_PC_INIT_END after PEIM returns contro...lgao42011-07-121-1/+1
* Fix the comments to follow UEFI Spec regarding how to check an EFI_HANDLE is ...niruiyu2011-07-063-6/+4
* MdeModulePkg DXE Core: Add Idle event during BootServices WaitForEventjljusten2011-06-164-7/+39
* Remove the unused TimerLib from PeiCore.lgao42011-06-162-4/+2
* Set *ImageHandle to NULL when LoadImage() returns EFI_ACCESS_DENIED.niruiyu2011-06-101-1/+7
* Add assertion in PeiAllocatePool when out of resource.niruiyu2011-06-091-1/+2
* Fix crash in GetMemoryMap() when memory type 0x80000000-0xFFFFFFFF was alloca...niruiyu2011-06-091-2/+4
* Fix X64 clang warnings.andrewfish2011-06-041-1/+1
* Update the comments of InstallConfigurationTable to follow UEFI Spec.niruiyu2011-05-311-2/+2
* Add more status code in drivers.li-elvin2011-05-261-1/+4
* Make sure the return value of MapKey is correct by moving the assignment into...erictian2011-05-251-6/+5
* Add the DriverFamilyOverride support in DxeCore.niruiyu2011-05-243-2/+41
* CalculateSum8() and CalculateSum16() defined in BaseLib are used to calculate...lzeng142011-05-171-20/+4
* Add more checks to skip allocated SMRAM regions when searching for a largest ...rsun32011-04-082-2/+16
* Fix LocateDevicePath() to return proper error status code. It was returning ...mdkinney2011-03-161-17/+20
* Enhance inf and dec file to follow specs.ydong102011-03-141-4/+4
* add gEfiPeiMasterBootModeGuid dependency for getting right boot modeerictian2011-03-141-2/+2
* Changed TEMPORARY_RAM_SUPPORT_PPI to EFI_PEI_TEMPORARY_RAM_SUPPORT_PPI.vanjeff2011-03-141-2/+2
* 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