summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Core/Dxe
AgeCommit message (Expand)Author
2012-05-30Record LoadImage perf log for LoadImageEx() and use NULL as Handle to record ...lzeng14
2012-05-29Update DxeCore and FwVolDxe drivers to inherit authentication status for the ...lzeng14
2012-05-08Fix the potential issue that NULL pointer may be referred in LoadImage().lgao4
2012-04-27Enhance the error handling for AllocatePool and AllocatePages function.ydong10
2012-04-26Return EFI_INVALID_PARAMETER when Type has either EVT_NOTIFY_SIGNAL or EVT_NO...lzeng14
2012-04-24Validate some fields in PE image to make sure not access violation for later ...ydong10
2012-03-27Searching for files starts on an 8 byte aligned boundary after the end of the...lzeng14
2012-03-151. Introduced CPU Exception Handler Library to provide the CPU exception hand...vanjeff
2012-03-13Enhance the error handling.ydong10
2012-02-17Don't install FV protocol on the corrupt FV image. lgao4
2012-02-15Add code check to avoid access violation.ydong10
2011-12-19Add more check to make sure the valid pointer be used. lgao4
2011-12-15Enhance DXE dispatcher logic to check the duplicated FV image bases on FvHob2...lgao4
2011-12-09MdeModulePkg DXE Core: Refine code to avoid UNIXGCC build break.rsun3
2011-12-06MdeModulePkg DXE Core: Fix overflow and truncation issues in the implementati...rsun3
2011-11-251. According to PI errata 0000840 and PI 1.2c Vol 3 3.2.3, remove description...lzeng14
2011-11-23MdeModulePkg DXE Core: Update implementation of SetMemorySpaceAttributes() DX...rsun3
2011-11-23Update DxeCore handle FV Image file with Depex section per PI spec.lgao4
2011-10-27Add core FFS3 support, DxeCore.lzeng14
2011-09-27Fix ICC9 build break. lgao4
2011-09-26Remove ASSERT (EFI_IMAGE_MACHINE_TYPE_SUPPORTED (Image->Machine)) in StartImage.lgao4
2011-08-18Updated GCD implementation to consume the correct EFI Resources Attributes(Ca...vanjeff
2011-08-08MdeModulePkg/Dxe: Move assertions inside CoreInsertGcdMapEntry()oliviermartin
2011-07-13Fix an issue that there may be an infinite loop in the CoreInitializeMemorySe...rsun3
2011-07-06Fix the comments to follow UEFI Spec regarding how to check an EFI_HANDLE is ...niruiyu
2011-06-16MdeModulePkg DXE Core: Add Idle event during BootServices WaitForEventjljusten
2011-06-10Set *ImageHandle to NULL when LoadImage() returns EFI_ACCESS_DENIED.niruiyu
2011-06-09Fix crash in GetMemoryMap() when memory type 0x80000000-0xFFFFFFFF was alloca...niruiyu
2011-05-31Update the comments of InstallConfigurationTable to follow UEFI Spec.niruiyu
2011-05-25Make sure the return value of MapKey is correct by moving the assignment into...erictian
2011-05-24Add the DriverFamilyOverride support in DxeCore.niruiyu
2011-05-17CalculateSum8() and CalculateSum16() defined in BaseLib are used to calculate...lzeng14
2011-03-16Fix LocateDevicePath() to return proper error status code. It was returning ...mdkinney
2011-02-23Update PeiCore and DxeCore to verify FFS data checksum.lgao4
2011-02-12Correct typo in word in DxeCore.lgao4
2011-02-12Updates function description per UEFI2.3d. No impact is for functionality. Th...lgao4
2011-01-21Fix bounds check on parameter of type EFI_GCD_IO_TYPE to use EfiGcdIoTypeMaxi...mdkinney
2011-01-11Clean up GCD DEBUG() macros so DEBUG_CODE() is only used to enable/disable th...mdkinney
2011-01-06Add DEBUG() macros to all GCD services to monitor all changes to the GCD Memo...mdkinney
2010-12-061) Change location of DEBUG() macro that prints the name of the FFS file bein...mdkinney
2010-12-04Update PEI/DXE/SMM dispatchers to include DEBUG ((DEBUG_DISPATCH, )) macros t...mdkinney
2010-11-09Add new PCD gEfiMdeModulePkgTokenSpaceGuid.PcdMaxEfiSystemTablePointerAddres...lgao4
2010-11-03swaps the order of timer disable and memory map termination to make sure memo...vanjeff
2010-09-16Refine code to make code run safely.ydong10
2010-08-06Move registration of DXE Core with PeCoffExtraActionLib after the lib constru...mdkinney
2010-08-03Update DXE Core so its own PE/COFF image is passed to the PeCoffExtraActionLibmdkinney
2010-07-28Enhance FV2.ReadSection() to read GUIDED section raw data when its extraction...lgao4
2010-07-191. Add init flag DEBUG_AGENT_INIT_DXE_AP.vanjeff
2010-06-17Add a missing parameter description in the function header for CoreFindFreePa...rsun3
2010-06-141) Improve how memory usage is tracked in DXE Coremdkinney