summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Core/Dxe/Hand
Commit message (Expand)AuthorAgeFilesLines
* MdeModulePkg/Core/Dxe: Acquire a lock when iterating gHandleListHua Ma2021-10-144-41/+64
* MdeModulePkg/Core/Dxe: Add lock protection in CoreLocateHandleBuffer()Hua Ma2021-10-081-13/+51
* MdeModulePkg: Make retval in UninstallMultipleProtocol follow SpecHeinrich Schuchardt2020-02-191-6/+14
* MdeModulePkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney2019-04-095-35/+5
* MdeModulePkg: Clean up source filesLiming Gao2018-06-284-26/+26
* MdeModulePkg: Use new added Perf macrosBi, Dandan2018-06-261-4/+4
* MdeModulePkg/DxeCore: Add comments for the ASSERT to check NULL ptrHao Wu2017-10-091-1/+9
* MdeModulePkg/DxeCore: Add check to ensure no possible NULL ptr derefHao Wu2017-09-261-0/+1
* MdeModulePkg/DxeCore: Fixed Interface returned by CoreOpenProtocolAmit Kumar2017-09-221-13/+23
* MdeModulePkg/DxeCore: Avoid accessing non-owned memoryRuiyu Ni2017-07-181-27/+27
* Revert "MdeModulePkg/DxeCore: Fixed Interface returned by CoreOpenProtocol"Star Zeng2017-06-271-14/+12
* MdeModulePkg/DxeCore: Fixed Interface returned by CoreOpenProtocolAmit Kumar2017-06-261-12/+14
* MdeModulePkg: Enhance the debug message for InstallProtocolInterfaceStar Zeng2017-06-231-6/+8
* MdeModulePkg: Return invalid param in LocateProtocol for Protocol==NULLStar Zeng2017-06-211-6/+2
* MdeModulePkg/Core: Fix typos in commentsGary Lin2016-10-271-1/+1
* MdeModulePkg/DxeCore: Avoid assertion in CoreLocateProtocolRuiyu Ni2016-04-251-2/+5
* MdeModulePkg: Remove event from protocol database only if registeredSamer El-Haj-Mahmoud2015-09-211-2/+3
* Update code to support VS2013 tool chain.Eric Dong2014-07-282-1/+4
* Check the parameter before use it.Eric Dong2014-04-011-1/+2
* Add the missing status code in the returned table of InstallMultipleProtocolI...Shumin Qiu2013-08-201-2/+6
* Add PI1.2.1 SAP2 support and UEFI231B mantis 896lgao42012-08-221-14/+60
* Fix the typo in InstallMultipleProtocolInterfaces commentsniruiyu2012-07-251-3/+4
* Fix the comments to follow UEFI Spec regarding how to check an EFI_HANDLE is ...niruiyu2011-07-062-4/+3
* Add the DriverFamilyOverride support in DxeCore.niruiyu2011-05-241-1/+38
* Fix LocateDevicePath() to return proper error status code. It was returning ...mdkinney2011-03-161-17/+20
* Refine code to make code run safely.ydong102010-09-161-1/+2
* Update the copyright notice formathhtian2010-04-245-10/+10
* Add more code robustness check for modules under MdeModulePkg.rsun32010-02-262-3/+5
* Remove DEBUG_LOAD for InstallProtocolInterface() to align with PPI installati...qhuang82010-02-081-5/+5
* Remove the error checking for multi-instance device path since Dxecore has be...qhuang82009-09-211-8/+0
* Enhance DxeCore LocateDevicePath() boot service to handle muli-instance devic...qhuang82009-09-211-3/+15
* fix the typo in DxeCoreeric_tian2009-05-111-2/+2
* Update DxeCore for the performance infrastructure updates: Use Raw sting to r...qhuang82009-02-231-4/+4
* Fix Klocwork warning. We should directly return EFI_INVALID_PARAMETER when Bu...eric_tian2009-01-211-1/+1
* Clean up to update the reference of the these macros:qhuang82008-12-161-5/+5
* Measure time spent in Driver Binding Supported() callsmdkinney2008-10-301-0/+2
* Fix several coding style violationsqhuang82008-10-211-6/+6
* move header files in MdeModulePkg\Core\Dxe except DxeMain.h into their corres...eric_tian2008-09-235-0/+274
* Add VA_END to end the VA_START.qwang122008-09-171-0/+5
* CoreHandleProtocol function description should be corrected.eric_tian2008-09-161-4/+12
* Fix a bug by adding CoreReleaseProtocolLock.qwang122008-09-102-2/+3
* 1) Update some comment.qwang122008-09-092-14/+26
* Change field Handle to type IHANDLE to remove the type casting.qwang122008-09-081-2/+2
* Remove NULL_HANDLE. NULL_HANDLE should be replaced with NULL as consistency. ...qwang122008-09-082-14/+14
* Clean up DxeCore to remove duplicate memory allocation & device path utility ...qhuang82008-08-274-21/+21
* Remove the global variable of gDxeCoreBS and uses the gBS in UefiBootServices...qhuang82008-08-201-2/+0
* 1) Change DEBUG_ERROR TO DEBUG_LOAD as InstallProtocolInterface information i...qwang122008-08-081-3/+3
* Minor clean up.qhuang82008-07-261-1/+1
* Code Scrub for Dxe Core.qhuang82008-07-244-392/+389
* Code scrub for DxeCoreqhuang82008-07-184-81/+31