summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Core/Dxe
AgeCommit message (Expand)AuthorFilesLines
2012-10-16Fix code potential errors.ydong101-2/+2
2012-09-07Fix the memory leak issue and enhance the check for CoreReadImageFile return.lzeng141-5/+7
2012-09-06Check the return code from CoreLocateDevicePath() in MdeModulePkg/Core/Dxe/Im...lzeng141-1/+4
2012-08-28Fix comparisons of enumerated types which may cause warnings for some compilers.rsun34-14/+14
2012-08-22Roll back one unnecessary change in Dispatcher.c, which is added by previous ...lgao41-12/+2
2012-08-22Add PI1.2.1 SAP2 support and UEFI231B mantis 896lgao48-47/+164
2012-08-02Measure ExitBootServices failure caseczhang463-0/+6
2012-07-27Close the corresponding GUIDed section extraction protocol notify event in Cl...lzeng141-9/+19
2012-07-26MdeModulePkg/CoreDxe: Fixed compiler warning 'integer conversion resulted in ...oliviermartin1-1/+1
2012-07-25Fix the typo in InstallMultipleProtocolInterfaces commentsniruiyu1-3/+4
2012-05-30Record LoadImage perf log for LoadImageEx() and use NULL as Handle to record ...lzeng141-7/+43
2012-05-29Update DxeCore and FwVolDxe drivers to inherit authentication status for the ...lzeng147-8/+75
2012-05-08Fix the potential issue that NULL pointer may be referred in LoadImage().lgao41-2/+11
2012-04-27Enhance the error handling for AllocatePool and AllocatePages function.ydong103-4/+12
2012-04-26Return EFI_INVALID_PARAMETER when Type has either EVT_NOTIFY_SIGNAL or EVT_NO...lzeng143-7/+82
2012-04-24Validate some fields in PE image to make sure not access violation for later ...ydong101-1/+9
2012-03-27Searching for files starts on an 8 byte aligned boundary after the end of the...lzeng141-2/+12
2012-03-151. Introduced CPU Exception Handler Library to provide the CPU exception hand...vanjeff3-3/+10
2012-03-13Enhance the error handling.ydong101-6/+19
2012-02-17Don't install FV protocol on the corrupt FV image. lgao43-38/+21
2012-02-15Add code check to avoid access violation.ydong102-0/+2
2011-12-19Add more check to make sure the valid pointer be used. lgao41-27/+29
2011-12-15Enhance DXE dispatcher logic to check the duplicated FV image bases on FvHob2...lgao44-27/+161
2011-12-09MdeModulePkg DXE Core: Refine code to avoid UNIXGCC build break.rsun31-1/+1
2011-12-06MdeModulePkg DXE Core: Fix overflow and truncation issues in the implementati...rsun31-19/+64
2011-11-251. According to PI errata 0000840 and PI 1.2c Vol 3 3.2.3, remove description...lzeng141-9/+17
2011-11-23MdeModulePkg DXE Core: Update implementation of SetMemorySpaceAttributes() DX...rsun32-9/+34
2011-11-23Update DxeCore handle FV Image file with Depex section per PI spec.lgao42-24/+106
2011-10-27Add core FFS3 support, DxeCore.lzeng147-56/+150
2011-09-27Fix ICC9 build break. lgao41-2/+4
2011-09-26Remove ASSERT (EFI_IMAGE_MACHINE_TYPE_SUPPORTED (Image->Machine)) in StartImage.lgao41-1/+47
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