summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Core/Dxe
AgeCommit message (Expand)AuthorFilesLines
2014-04-01Check the parameter before use it.Eric Dong1-1/+2
2014-02-13Fixed the issue in ExitBootServices() implementation to avoid the potential b...Gao, Liming1-9/+9
2014-01-17DxeCore is designed to trust input data, so add comments to reminder caller t...jyao11-1/+10
2013-11-221. DxeIplPeim will locate Vector Handoff Table PPI and build GUIDed HOB if it...Jeff Fan3-3/+37
2013-10-30MdeModulePkg Pool: Update the type of Size to UINTN for the potential more th...Star Zeng1-7/+8
2013-10-29Fix the bug that SetTimer () cannot work when Type is TimerPeriodic and Trigg...Elvin Li1-1/+4
2013-09-16MdeModulePkg: Add support for weakly aligned FVs.Star Zeng2-38/+56
2013-08-20Add the missing status code in the returned table of InstallMultipleProtocolI...Shumin Qiu2-4/+12
2013-03-22Guarantee that free memory in the 4K page starting at address 0 is always cle...mdkinney1-1/+14
2013-03-22Fix a bug in the DXE Core that generates an ASSERT() when the page at address...mdkinney1-2/+13
2013-01-291. Update DxeCore to get correct AuthenticationStatus and invoke gSecurity af...lzeng141-20/+28
2012-11-08Build the registered guid HOB and SystemTable to record the GUID itself in Pe...lzeng141-6/+51
2012-11-01MdeModulePkg: eliminate all implicit library dependencies for all modules in ...erictian1-0/+1
2012-10-30Add missing status code in several modules.li-elvin1-1/+11
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