summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Core/Dxe/Dispatcher
AgeCommit message (Expand)AuthorFilesLines
2023-04-10MdeModulePkg: Update code to be more C11 compliant by using __func__Rebecca Cran1-1/+1
2021-12-07MdeModulePkg: Apply uncrustify changesMichael Kubacki2-428/+421
2021-12-07MdeModulePkg: Change use of EFI_D_* to DEBUG_*Michael D Kinney1-1/+1
2019-10-17MdeModulePkg DxeCore: Fix typo in function namePhilippe Mathieu-Daude1-2/+2
2019-04-09MdeModulePkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney2-14/+2
2018-09-03MdeModulePkg DxeCore: Handle multiple FV images in one FV fileStar Zeng1-115/+130
2018-06-28MdeModulePkg: Clean up source filesLiming Gao2-17/+17
2018-06-26MdeModulePkg: Use new added Perf macrosBi, Dandan1-0/+7
2017-12-01MdeModulePkg DxeCore: Support USED_SIZE FV_EXT_TYPEStar Zeng1-1/+83
2017-12-01MdeModulePkg DxeCore: Check FvImage alignmentStar Zeng1-13/+19
2017-04-14MdeModulePkg DxeCore: Fix issue to print GUID value %g without pointerLiming Gao1-1/+1
2017-01-20MdeModulePkg: Use EfiEventEmptyFunction from UefiLibStar Zeng1-21/+2
2016-02-05MdeModulePkg: Update DxeCore dispatcher to ignore PEI and SMM depex for FV.Liming Gao1-27/+4
2014-11-19MdeModulePkg DxeCore: Fix VS2013 build failure.Star Zeng1-0/+2
2014-07-28Update code to support VS2013 tool chain.Eric Dong1-1/+3
2013-09-16MdeModulePkg: Add support for weakly aligned FVs.Star Zeng1-27/+36
2013-01-291. Update DxeCore to get correct AuthenticationStatus and invoke gSecurity af...lzeng141-20/+28
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 896lgao41-3/+12
2012-05-29Update DxeCore and FwVolDxe drivers to inherit authentication status for the ...lzeng141-1/+2
2012-02-15Add code check to avoid access violation.ydong101-0/+1
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...lgao41-10/+99
2011-11-23Update DxeCore handle FV Image file with Depex section per PI spec.lgao41-24/+105
2011-06-16MdeModulePkg DXE Core: Add Idle event during BootServices WaitForEventjljusten1-3/+3
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-05-14Fix DxeCore Dispatch Issue that DXE drivers may not be dispatched if they de...lgao41-9/+9
2010-04-24Update the copyright notice formathhtian2-4/+4
2010-02-26Add more code robustness check for modules under MdeModulePkg.rsun31-1/+1
2010-02-23Fix commentmdkinney1-2/+1
2010-01-27Remove reference to PCDs of status code value. Use macros introduced in PI1.2...xli241-3/+3
2009-12-23PI 1.1 SMM Feature Check-indavidhuang1-1/+46
2009-10-26Update comments on setting >= 8 bytes Fv Alignment.lgao41-1/+4
2009-10-02Fix warnings generated by GCC.jljusten1-0/+3
2009-02-23retire gEfiFirmwareVolumeDispatcherProtocolGuid as its original design is use...eric_tian1-9/+0
2008-11-24Add useful DEBUG message for determining the when drivers are jljusten1-0/+1
2008-11-111, Add <Library/DevicePathLib.h> for all source that use device path utility ...klu21-6/+2
2008-09-12Remove the internal CoreCreateProtocolNotifyEvent() in DxeCore, for UefiLib p...qhuang81-3/+2
2008-09-01Clean up DxeCore to use report status code macros in ReportStatusCode to reti...qhuang81-4/+11
2008-08-27Clean up DxeCore to remove duplicate memory allocation & device path utility ...qhuang82-9/+9
2008-07-24Code Scrub for Dxe Core.qhuang82-177/+177
2008-07-18Code scrub for DxeCoreqhuang82-39/+37
2008-05-22Remove minor defects in Doxygen headerqhuang81-2/+0
2008-05-21Update to fix minor coding style issues.qhuang82-40/+19
2008-05-21Change the file name case to follow coding style: The first character should ...qhuang81-0/+0
2008-05-13Minor coding style adjustment for DxeCore.qhuang81-1/+1
2008-05-09Add doxygen style comments for functions in DxeMain.qhuang82-405/+308
2008-04-09Add comments and DoxyGen format for these files.lgao41-15/+9
2007-12-11Use AllocatePage for FvImage.lgao41-3/+2