summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Core/Dxe/Hand/DriverSupport.c
Commit message (Expand)AuthorAgeFilesLines
* MdeModulePkg: Optimize CoreConnectSingleControllerZhi Jin2024-02-061-1/+6
* MdeModulePkg: Apply uncrustify changesMichael Kubacki2021-12-071-97/+112
* MdeModulePkg/Core/Dxe: Acquire a lock when iterating gHandleListHua Ma2021-10-141-0/+16
* MdeModulePkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney2019-04-091-7/+1
* MdeModulePkg: Clean up source filesLiming Gao2018-06-281-4/+4
* MdeModulePkg: Use new added Perf macrosBi, Dandan2018-06-261-4/+4
* Update code to support VS2013 tool chain.Eric Dong2014-07-281-0/+2
* Check the parameter before use it.Eric Dong2014-04-011-1/+2
* Add PI1.2.1 SAP2 support and UEFI231B mantis 896lgao42012-08-221-14/+60
* Fix the comments to follow UEFI Spec regarding how to check an EFI_HANDLE is ...niruiyu2011-07-061-2/+1
* Add the DriverFamilyOverride support in DxeCore.niruiyu2011-05-241-1/+38
* Update the copyright notice formathhtian2010-04-241-2/+2
* Add more code robustness check for modules under MdeModulePkg.rsun32010-02-261-2/+2
* Update DxeCore for the performance infrastructure updates: Use Raw sting to r...qhuang82009-02-231-4/+4
* Measure time spent in Driver Binding Supported() callsmdkinney2008-10-301-0/+2
* move header files in MdeModulePkg\Core\Dxe except DxeMain.h into their corres...eric_tian2008-09-231-0/+1
* Fix a bug by adding CoreReleaseProtocolLock.qwang122008-09-101-0/+1
* 1) Update some comment.qwang122008-09-091-0/+7
* Clean up DxeCore to remove duplicate memory allocation & device path utility ...qhuang82008-08-271-6/+6
* Code Scrub for Dxe Core.qhuang82008-07-241-112/+112
* Code scrub for DxeCoreqhuang82008-07-181-39/+8
* Update to fix minor coding style issues.qhuang82008-05-211-12/+11
* Add doxygen style comments for functions in DxeMain.qhuang82008-05-091-94/+117
* Add comments and DoxyGen format for these files.lgao42008-04-091-13/+5
* Remove logic to repair image handlesmdkinney2007-12-101-114/+17
* Update ConnectController() to convert an ImageHandle retrieved from the Platf...mdkinney2007-11-301-94/+48
* 1) Remove buffer overflow when the number of Driver Binding Protocols increas...mdkinney2007-09-141-44/+227
* Check in DxeCore for Nt32 platform. Currently, it does not follow PI/UEFI2.1.yshang12007-07-041-0/+845