summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Core/Dxe
AgeCommit message (Expand)Author
2014-08-11MdeModulePkg: DxeCoreGao, Liming
2014-08-071) Add type cast for better coding style.Feng Tian
2014-07-28Update code to support VS2013 tool chain.Eric Dong
2014-07-09The UEFI specification does not say anything when the pointers passed toOlivier Martin
2014-06-26Refine code to make it more safely.Eric Dong
2014-06-25MdeModulePkg/DxeMain: Zero ImageContext local variable before passing it down...Andrew Fish
2014-05-13Fix comment typos. Gao, Liming
2014-04-01Check the parameter before use it.Eric Dong
2014-02-13Fixed the issue in ExitBootServices() implementation to avoid the potential b...Gao, Liming
2014-01-17DxeCore is designed to trust input data, so add comments to reminder caller t...jyao1
2013-11-221. DxeIplPeim will locate Vector Handoff Table PPI and build GUIDed HOB if it...Jeff Fan
2013-10-30MdeModulePkg Pool: Update the type of Size to UINTN for the potential more th...Star Zeng
2013-10-29Fix the bug that SetTimer () cannot work when Type is TimerPeriodic and Trigg...Elvin Li
2013-09-16MdeModulePkg: Add support for weakly aligned FVs.Star Zeng
2013-08-20Add the missing status code in the returned table of InstallMultipleProtocolI...Shumin Qiu
2013-03-22Guarantee that free memory in the 4K page starting at address 0 is always cle...mdkinney
2013-03-22Fix a bug in the DXE Core that generates an ASSERT() when the page at address...mdkinney
2013-01-291. Update DxeCore to get correct AuthenticationStatus and invoke gSecurity af...lzeng14
2012-11-08Build the registered guid HOB and SystemTable to record the GUID itself in Pe...lzeng14
2012-11-01MdeModulePkg: eliminate all implicit library dependencies for all modules in ...erictian
2012-10-30Add missing status code in several modules.li-elvin
2012-10-16Fix code potential errors.ydong10
2012-09-07Fix the memory leak issue and enhance the check for CoreReadImageFile return.lzeng14
2012-09-06Check the return code from CoreLocateDevicePath() in MdeModulePkg/Core/Dxe/Im...lzeng14
2012-08-28Fix comparisons of enumerated types which may cause warnings for some compilers.rsun3
2012-08-22Roll back one unnecessary change in Dispatcher.c, which is added by previous ...lgao4
2012-08-22Add PI1.2.1 SAP2 support and UEFI231B mantis 896lgao4
2012-08-02Measure ExitBootServices failure caseczhang46
2012-07-27Close the corresponding GUIDed section extraction protocol notify event in Cl...lzeng14
2012-07-26MdeModulePkg/CoreDxe: Fixed compiler warning 'integer conversion resulted in ...oliviermartin
2012-07-25Fix the typo in InstallMultipleProtocolInterfaces commentsniruiyu
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