summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Core
AgeCommit message (Expand)AuthorFilesLines
2011-09-13Use CPU_HOB to detect max address support from platform, and added 1G page ta...jyao12-36/+102
2011-08-31Rollback SMRAM Lock locationmdkinney1-11/+1
2011-08-24Remove CONST modifier to be spec complianceerictian1-2/+2
2011-08-24Update SMM Core to use SMM Mode as soon as SMM Mode is availablemdkinney3-47/+179
2011-08-18Updated GCD implementation to consume the correct EFI Resources Attributes(Ca...vanjeff1-3/+28
2011-08-161. Add two performance measurement points for SMM performance measurement;rsun33-4/+22
2011-08-08MdeModulePkg/Dxe: Move assertions inside CoreInsertGcdMapEntry()oliviermartin1-2/+4
2011-07-15MdeModulePkg: Fix VS2008 warning.andrewfish1-0/+1
2011-07-14MdeModulePkg: Add PcdDxeIplBuildPageTables for DxeIpl X64 to optionally not r...andrewfish2-7/+14
2011-07-13Fix an issue that there may be an infinite loop in the CoreInitializeMemorySe...rsun31-70/+109
2011-07-12Correct the status code value to EFI_SW_PC_INIT_END after PEIM returns contro...lgao41-1/+1
2011-07-06Fix the comments to follow UEFI Spec regarding how to check an EFI_HANDLE is ...niruiyu3-6/+4
2011-06-16MdeModulePkg DXE Core: Add Idle event during BootServices WaitForEventjljusten4-7/+39
2011-06-16Remove the unused TimerLib from PeiCore.lgao42-4/+2
2011-06-10Set *ImageHandle to NULL when LoadImage() returns EFI_ACCESS_DENIED.niruiyu1-1/+7
2011-06-09Add assertion in PeiAllocatePool when out of resource.niruiyu1-1/+2
2011-06-09Fix crash in GetMemoryMap() when memory type 0x80000000-0xFFFFFFFF was alloca...niruiyu1-2/+4
2011-06-04Fix X64 clang warnings.andrewfish1-1/+1
2011-05-31Update the comments of InstallConfigurationTable to follow UEFI Spec.niruiyu1-2/+2
2011-05-26Add more status code in drivers.li-elvin1-1/+4
2011-05-25Make sure the return value of MapKey is correct by moving the assignment into...erictian1-6/+5
2011-05-24Add the DriverFamilyOverride support in DxeCore.niruiyu3-2/+41
2011-05-17CalculateSum8() and CalculateSum16() defined in BaseLib are used to calculate...lzeng141-20/+4
2011-04-08Add more checks to skip allocated SMRAM regions when searching for a largest ...rsun32-2/+16
2011-03-16Fix LocateDevicePath() to return proper error status code. It was returning ...mdkinney1-17/+20
2011-03-14Enhance inf and dec file to follow specs.ydong101-4/+4
2011-03-14add gEfiPeiMasterBootModeGuid dependency for getting right boot modeerictian1-2/+2
2011-03-14Changed TEMPORARY_RAM_SUPPORT_PPI to EFI_PEI_TEMPORARY_RAM_SUPPORT_PPI.vanjeff1-2/+2
2011-02-23Update PeiCore and DxeCore to verify FFS data checksum.lgao42-5/+21
2011-02-12Update DEBUG log information to specify SMM driver to be loaded in SmmCorelgao41-2/+2
2011-02-12Correct typo in word in DxeCore.lgao44-5/+5
2011-02-12Updates function description per UEFI2.3d. No impact is for functionality. Th...lgao43-5/+45
2011-01-21Fix bounds check on parameter of type EFI_GCD_IO_TYPE to use EfiGcdIoTypeMaxi...mdkinney1-1/+1
2011-01-11Clean up GCD DEBUG() macros so DEBUG_CODE() is only used to enable/disable th...mdkinney1-109/+81
2011-01-06Add DEBUG() macros to all GCD services to monitor all changes to the GCD Memo...mdkinney1-22/+216
2010-12-09when SMM Communication Protocol.Communicate() is called from within SMM, SMRA...rsun31-2/+2
2010-12-061) Change location of DEBUG() macro that prints the name of the FFS file bein...mdkinney4-109/+18
2010-12-04Update PEI/DXE/SMM dispatchers to include DEBUG ((DEBUG_DISPATCH, )) macros t...mdkinney6-9/+153
2010-11-09Add new PCD gEfiMdeModulePkgTokenSpaceGuid.PcdMaxEfiSystemTablePointerAddres...lgao42-9/+89
2010-11-04Complement fix for revision #10998 (Remove PI SMM IPL's dependency on CPU AP).rsun31-8/+12
2010-11-03swaps the order of timer disable and memory map termination to make sure memo...vanjeff1-5/+5
2010-11-03Remove PI SMM IPL's dependency on CPU AP so that PI SMM IPL can be dispatched...rsun32-12/+19
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