]> git.proxmox.com Git - mirror_edk2.git/history - MdeModulePkg/Core/Dxe/Dispatcher/Dispatcher.c
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / MdeModulePkg / Core / Dxe / Dispatcher / Dispatcher.c
2021-12-07 Michael KubackiMdeModulePkg: Apply uncrustify changes
2021-12-07 Michael D KinneyMdeModulePkg: Change use of EFI_D_* to DEBUG_*
2019-10-17 Philippe Mathieu... MdeModulePkg DxeCore: Fix typo in function name
2019-04-09 Michael D KinneyMdeModulePkg: Replace BSD License with BSD+Patent License
2018-09-03 Star ZengMdeModulePkg DxeCore: Handle multiple FV images in...
2018-06-28 Liming GaoMdeModulePkg: Clean up source files
2018-06-26 Bi, DandanMdeModulePkg: Use new added Perf macros
2017-12-01 Star ZengMdeModulePkg DxeCore: Support USED_SIZE FV_EXT_TYPE
2017-12-01 Star ZengMdeModulePkg DxeCore: Check FvImage alignment
2017-04-14 Liming GaoMdeModulePkg DxeCore: Fix issue to print GUID value...
2017-01-20 Star ZengMdeModulePkg: Use EfiEventEmptyFunction from UefiLib
2016-02-05 Liming GaoMdeModulePkg: Update DxeCore dispatcher to ignore PEI...
2014-11-19 Star ZengMdeModulePkg DxeCore: Fix VS2013 build failure.
2014-07-28 Eric DongUpdate code to support VS2013 tool chain.
2013-09-16 Star ZengMdeModulePkg: Add support for weakly aligned FVs.
2013-01-29 lzeng141. Update DxeCore to get correct AuthenticationStatus...
2012-08-22 lgao4Roll back one unnecessary change in Dispatcher.c, which...
2012-08-22 lgao4Add PI1.2.1 SAP2 support and UEFI231B mantis 896
2012-05-29 lzeng14Update DxeCore and FwVolDxe drivers to inherit authenti...
2012-02-15 ydong10Add code check to avoid access violation.
2011-12-19 lgao4Add more check to make sure the valid pointer be used.
2011-12-15 lgao4Enhance DXE dispatcher logic to check the duplicated...
2011-11-23 lgao4Update DxeCore handle FV Image file with Depex section...
2011-06-16 jljustenMdeModulePkg DXE Core: Add Idle event during BootServic...
2010-12-04 mdkinneyUpdate PEI/DXE/SMM dispatchers to include DEBUG ((DEBUG...
2010-05-14 lgao4Fix DxeCore Dispatch Issue that DXE drivers may not...
2010-04-24 hhtianUpdate the copyright notice format
2010-02-26 rsun3Add more code robustness check for modules under MdeMod...
2010-02-23 mdkinneyFix comment
2010-01-27 xli24Remove reference to PCDs of status code value. Use...
2009-12-23 davidhuangPI 1.1 SMM Feature Check-in
2009-10-26 lgao4Update comments on setting >= 8 bytes Fv Alignment.
2009-02-23 eric_tianretire gEfiFirmwareVolumeDispatcherProtocolGuid as...
2008-11-24 jljustenAdd useful DEBUG message for determining the when drive...
2008-11-11 klu21, Add <Library/DevicePathLib.h> for all source that...
2008-09-12 qhuang8Remove the internal CoreCreateProtocolNotifyEvent(...
2008-09-01 qhuang8Clean up DxeCore to use report status code macros in...
2008-08-27 qhuang8Clean up DxeCore to remove duplicate memory allocation...
2008-07-24 qhuang8Code Scrub for Dxe Core.
2008-07-18 qhuang8Code scrub for DxeCore
2008-05-22 qhuang8Remove minor defects in Doxygen header
2008-05-21 qhuang8Update to fix minor coding style issues.
2008-05-13 qhuang8Minor coding style adjustment for DxeCore.
2008-05-09 qhuang8Add doxygen style comments for functions in DxeMain.
2007-12-11 lgao4Use AllocatePage for FvImage.
2007-12-10 lgao4Move sure FvImage buffer at its alignment when install...
2007-12-10 klu2MdeModule cleanup for PI:
2007-12-07 lgao4Cache FvImage at buffer with its required alignment.
2007-11-22 qhuang8Clean up: update "EFI" to "UEFI" if applicable.
2007-09-24 klu2Merge branch of PI tree to main trunk
2007-09-04 qwang12Merge the PI enabling works from the branch
2007-08-24 xli24Update for ICC build.
2007-08-23 qwang12Allow DXE dispatcher to ignore EFI_FV_FILETYPE_FIRMWARE...
2007-07-04 yshang1Check in DxeCore for Nt32 platform. Currently, it does...