summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Core/Dxe
AgeCommit message (Expand)AuthorFilesLines
2011-08-18Updated GCD implementation to consume the correct EFI Resources Attributes(Ca...vanjeff1-3/+28
2011-08-08MdeModulePkg/Dxe: Move assertions inside CoreInsertGcdMapEntry()oliviermartin1-2/+4
2011-07-13Fix an issue that there may be an infinite loop in the CoreInitializeMemorySe...rsun31-70/+109
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-10Set *ImageHandle to NULL when LoadImage() returns EFI_ACCESS_DENIED.niruiyu1-1/+7
2011-06-09Fix crash in GetMemoryMap() when memory type 0x80000000-0xFFFFFFFF was alloca...niruiyu1-2/+4
2011-05-31Update the comments of InstallConfigurationTable to follow UEFI Spec.niruiyu1-2/+2
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-03-16Fix LocateDevicePath() to return proper error status code. It was returning ...mdkinney1-17/+20
2011-02-23Update PeiCore and DxeCore to verify FFS data checksum.lgao41-5/+10
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-061) Change location of DEBUG() macro that prints the name of the FFS file bein...mdkinney1-2/+2
2010-12-04Update PEI/DXE/SMM dispatchers to include DEBUG ((DEBUG_DISPATCH, )) macros t...mdkinney2-6/+64
2010-11-09Add new PCD gEfiMdeModulePkgTokenSpaceGuid.PcdMaxEfiSystemTablePointerAddres...lgao42-9/+89
2010-11-03swaps the order of timer disable and memory map termination to make sure memo...vanjeff1-5/+5
2010-09-16Refine code to make code run safely.ydong102-2/+3
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-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-04-24Update the copyright notice formathhtian37-74/+74
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-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-10The patch attached is to fix the issue that LMFA feature is failed on OVMF. ...jchen201-1/+1
2010-03-03Minor bug fix and robustness check improvement.rsun31-1/+1
2010-02-271. Refine debug agent library.vanjeff3-5/+12
2010-02-26Add more code robustness check for modules under MdeModulePkg.rsun37-16/+28
2010-02-25Clean up EFI_SPECIFICATION_VERSION and PI_SPECIFICATION_VERSION.klu21-1/+1
2010-02-24Minor comment fix.rsun31-0/+2
2010-02-241. Correct File header to ## @filelgao41-4/+4
2010-02-23Fix commentmdkinney1-2/+1
2010-02-17Cleanup HOB DEBUG printsandrewfish1-2/+2
2010-02-161) Fix build issuesmdkinney3-111/+128
2010-02-16Clean up HOB debug printsandrewfish1-3/+3
2010-02-16Fix crash in UnixPkg and BeagleBoard caused by gSmmBase2 getting added to the...andrewfish1-3/+3
2010-02-13Update DXE Core to be compatible with PI 1.2 SMM Drivers.mdkinney5-23/+44