]> git.proxmox.com Git - mirror_edk2.git/history - MdeModulePkg/Core/Dxe/Hand
MdeModulePkg/S3SmmInitDone.h: Fix copyright coding style error.
[mirror_edk2.git] / MdeModulePkg / Core / Dxe / Hand /
2018-06-28 Liming GaoMdeModulePkg: Clean up source files
2018-06-26 Bi, DandanMdeModulePkg: Use new added Perf macros
2017-10-09 Hao WuMdeModulePkg/DxeCore: Add comments for the ASSERT to...
2017-09-26 Hao WuMdeModulePkg/DxeCore: Add check to ensure no possible...
2017-09-22 Amit KumarMdeModulePkg/DxeCore: Fixed Interface returned by CoreO...
2017-07-18 Ruiyu NiMdeModulePkg/DxeCore: Avoid accessing non-owned memory
2017-06-27 Star ZengRevert "MdeModulePkg/DxeCore: Fixed Interface returned...
2017-06-26 Amit KumarMdeModulePkg/DxeCore: Fixed Interface returned by CoreO...
2017-06-23 Star ZengMdeModulePkg: Enhance the debug message for InstallProt...
2017-06-21 Star ZengMdeModulePkg: Return invalid param in LocateProtocol...
2016-10-27 Gary LinMdeModulePkg/Core: Fix typos in comments
2016-04-25 Ruiyu NiMdeModulePkg/DxeCore: Avoid assertion in CoreLocateProtocol
2015-09-21 Samer El-Haj-MahmoudMdeModulePkg: Remove event from protocol database only...
2014-07-28 Eric DongUpdate code to support VS2013 tool chain.
2014-04-01 Eric DongCheck the parameter before use it.
2013-08-20 Shumin QiuAdd the missing status code in the returned table of...
2012-08-22 lgao4Add PI1.2.1 SAP2 support and UEFI231B mantis 896
2012-07-25 niruiyuFix the typo in InstallMultipleProtocolInterfaces comments
2011-07-06 niruiyuFix the comments to follow UEFI Spec regarding how...
2011-05-24 niruiyuAdd the DriverFamilyOverride support in DxeCore.
2011-03-16 mdkinneyFix LocateDevicePath() to return proper error status...
2010-09-16 ydong10Refine code to make code run safely.
2010-04-24 hhtianUpdate the copyright notice format
2010-02-26 rsun3Add more code robustness check for modules under MdeMod...
2010-02-08 qhuang8Remove DEBUG_LOAD for InstallProtocolInterface() to...
2009-09-21 qhuang8Remove the error checking for multi-instance device...
2009-09-21 qhuang8Enhance DxeCore LocateDevicePath() boot service to...
2009-05-11 eric_tianfix the typo in DxeCore
2009-02-23 qhuang8Update DxeCore for the performance infrastructure updat...
2009-01-21 eric_tianFix Klocwork warning. We should directly return EFI_INV...
2008-12-16 qhuang8Clean up to update the reference of the these macros:
2008-10-30 mdkinneyMeasure time spent in Driver Binding Supported() calls
2008-10-21 qhuang8Fix several coding style violations
2008-09-23 eric_tianmove header files in MdeModulePkg\Core\Dxe except DxeMa...
2008-09-17 qwang12Add VA_END to end the VA_START.
2008-09-16 eric_tianCoreHandleProtocol function description should be corre...
2008-09-10 qwang12Fix a bug by adding CoreReleaseProtocolLock.
2008-09-09 qwang121) Update some comment.
2008-09-08 qwang12Change field Handle to type IHANDLE to remove the type...
2008-09-08 qwang12Remove NULL_HANDLE. NULL_HANDLE should be replaced...
2008-08-27 qhuang8Clean up DxeCore to remove duplicate memory allocation...
2008-08-20 qhuang8Remove the global variable of gDxeCoreBS and uses the...
2008-08-08 qwang121) Change DEBUG_ERROR TO DEBUG_LOAD as InstallProtocolI...
2008-07-26 qhuang8Minor clean up.
2008-07-24 qhuang8Code Scrub for Dxe Core.
2008-07-18 qhuang8Code scrub for DxeCore
2008-05-21 qhuang8Update to fix minor coding style issues.
2008-05-21 qhuang8Change the file name case to follow coding style: The...
2008-05-21 qhuang8Change the file name case to follow coding style: The...
2008-05-09 qhuang8Add doxygen style comments for functions in DxeMain.
2008-04-09 lgao4Add comments and DoxyGen format for these files.
2007-12-10 mdkinneyRemove logic to repair image handles
2007-11-30 mdkinneyUpdate ConnectController() to convert an ImageHandle...
2007-09-14 mdkinney1) Remove buffer overflow when the number of Driver...
2007-07-04 yshang1Check in DxeCore for Nt32 platform. Currently, it does...