summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Core/Dxe/Dispatcher/Dispatcher.c
Commit message (Expand)AuthorAgeFilesLines
* MdeModulePkg: Change use of EFI_D_* to DEBUG_*Michael D Kinney2021-12-071-1/+1
* MdeModulePkg DxeCore: Fix typo in function namePhilippe Mathieu-Daude2019-10-171-2/+2
* MdeModulePkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney2019-04-091-7/+1
* MdeModulePkg DxeCore: Handle multiple FV images in one FV fileStar Zeng2018-09-031-115/+130
* MdeModulePkg: Clean up source filesLiming Gao2018-06-281-15/+15
* MdeModulePkg: Use new added Perf macrosBi, Dandan2018-06-261-0/+7
* MdeModulePkg DxeCore: Support USED_SIZE FV_EXT_TYPEStar Zeng2017-12-011-1/+83
* MdeModulePkg DxeCore: Check FvImage alignmentStar Zeng2017-12-011-13/+19
* MdeModulePkg DxeCore: Fix issue to print GUID value %g without pointerLiming Gao2017-04-141-1/+1
* MdeModulePkg: Use EfiEventEmptyFunction from UefiLibStar Zeng2017-01-201-21/+2
* MdeModulePkg: Update DxeCore dispatcher to ignore PEI and SMM depex for FV.Liming Gao2016-02-051-27/+4
* MdeModulePkg DxeCore: Fix VS2013 build failure.Star Zeng2014-11-191-0/+2
* Update code to support VS2013 tool chain.Eric Dong2014-07-281-1/+3
* MdeModulePkg: Add support for weakly aligned FVs.Star Zeng2013-09-161-27/+36
* 1. Update DxeCore to get correct AuthenticationStatus and invoke gSecurity af...lzeng142013-01-291-20/+28
* Roll back one unnecessary change in Dispatcher.c, which is added by previous ...lgao42012-08-221-12/+2
* Add PI1.2.1 SAP2 support and UEFI231B mantis 896lgao42012-08-221-3/+12
* Update DxeCore and FwVolDxe drivers to inherit authentication status for the ...lzeng142012-05-291-1/+2
* Add code check to avoid access violation.ydong102012-02-151-0/+1
* Add more check to make sure the valid pointer be used. lgao42011-12-191-27/+29
* Enhance DXE dispatcher logic to check the duplicated FV image bases on FvHob2...lgao42011-12-151-10/+99
* Update DxeCore handle FV Image file with Depex section per PI spec.lgao42011-11-231-24/+105
* MdeModulePkg DXE Core: Add Idle event during BootServices WaitForEventjljusten2011-06-161-3/+3
* Update PEI/DXE/SMM dispatchers to include DEBUG ((DEBUG_DISPATCH, )) macros t...mdkinney2010-12-041-5/+27
* Fix DxeCore Dispatch Issue that DXE drivers may not be dispatched if they de...lgao42010-05-141-9/+9
* Update the copyright notice formathhtian2010-04-241-2/+2
* Add more code robustness check for modules under MdeModulePkg.rsun32010-02-261-1/+1
* Fix commentmdkinney2010-02-231-2/+1
* Remove reference to PCDs of status code value. Use macros introduced in PI1.2...xli242010-01-271-3/+3
* PI 1.1 SMM Feature Check-indavidhuang2009-12-231-1/+46
* Update comments on setting >= 8 bytes Fv Alignment.lgao42009-10-261-1/+4
* retire gEfiFirmwareVolumeDispatcherProtocolGuid as its original design is use...eric_tian2009-02-231-9/+0
* Add useful DEBUG message for determining the when drivers are jljusten2008-11-241-0/+1
* 1, Add <Library/DevicePathLib.h> for all source that use device path utility ...klu22008-11-111-6/+2
* Remove the internal CoreCreateProtocolNotifyEvent() in DxeCore, for UefiLib p...qhuang82008-09-121-3/+2
* Clean up DxeCore to use report status code macros in ReportStatusCode to reti...qhuang82008-09-011-4/+11
* Clean up DxeCore to remove duplicate memory allocation & device path utility ...qhuang82008-08-271-6/+6
* Code Scrub for Dxe Core.qhuang82008-07-241-149/+149
* Code scrub for DxeCoreqhuang82008-07-181-29/+29
* Remove minor defects in Doxygen headerqhuang82008-05-221-2/+0
* Update to fix minor coding style issues.qhuang82008-05-211-28/+11
* Minor coding style adjustment for DxeCore.qhuang82008-05-131-1/+1
* Add doxygen style comments for functions in DxeMain.qhuang82008-05-091-316/+256
* Use AllocatePage for FvImage.lgao42007-12-111-3/+2
* Move sure FvImage buffer at its alignment when install FVB protocol on it. lgao42007-12-101-13/+47
* MdeModule cleanup for PI:klu22007-12-101-21/+20
* Cache FvImage at buffer with its required alignment.lgao42007-12-071-1/+0
* Clean up: update "EFI" to "UEFI" if applicable.qhuang82007-11-221-1/+1
* Merge branch of PI tree to main trunkklu22007-09-241-15/+1
* Merge the PI enabling works from the branchqwang122007-09-041-10/+10