summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Core/Dxe/Hand/Handle.c
AgeCommit message (Expand)AuthorFilesLines
6 daysMdeModulePkg: CoreValidateHandle OptimizationXiaoqiang Zhang1-11/+78
2024-02-06MdeModulePkg: Remove handle validation check in CoreGetProtocolInterfaceZhi Jin1-6/+12
2023-12-01MdeModulePkg: Optimize CoreInstallMultipleProtocolInterfacesZhi Jin1-17/+72
2021-12-07MdeModulePkg: Apply uncrustify changesMichael Kubacki1-288/+268
2021-10-14MdeModulePkg/Core/Dxe: Acquire a lock when iterating gHandleListHua Ma1-34/+41
2020-02-19MdeModulePkg: Make retval in UninstallMultipleProtocol follow SpecHeinrich Schuchardt1-6/+14
2019-04-09MdeModulePkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney1-7/+1
2018-06-28MdeModulePkg: Clean up source filesLiming Gao1-3/+3
2017-10-09MdeModulePkg/DxeCore: Add comments for the ASSERT to check NULL ptrHao Wu1-1/+9
2017-09-26MdeModulePkg/DxeCore: Add check to ensure no possible NULL ptr derefHao Wu1-0/+1
2017-09-22MdeModulePkg/DxeCore: Fixed Interface returned by CoreOpenProtocolAmit Kumar1-13/+23
2017-07-18MdeModulePkg/DxeCore: Avoid accessing non-owned memoryRuiyu Ni1-27/+27
2017-06-27Revert "MdeModulePkg/DxeCore: Fixed Interface returned by CoreOpenProtocol"Star Zeng1-14/+12
2017-06-26MdeModulePkg/DxeCore: Fixed Interface returned by CoreOpenProtocolAmit Kumar1-12/+14
2017-06-23MdeModulePkg: Enhance the debug message for InstallProtocolInterfaceStar Zeng1-6/+8
2013-08-20Add the missing status code in the returned table of InstallMultipleProtocolI...Shumin Qiu1-2/+6
2012-07-25Fix the typo in InstallMultipleProtocolInterfaces commentsniruiyu1-3/+4
2011-07-06Fix the comments to follow UEFI Spec regarding how to check an EFI_HANDLE is ...niruiyu1-2/+2
2010-04-24Update the copyright notice formathhtian1-2/+2
2010-02-08Remove DEBUG_LOAD for InstallProtocolInterface() to align with PPI installati...qhuang81-5/+5
2008-10-21Fix several coding style violationsqhuang81-6/+6
2008-09-23move header files in MdeModulePkg\Core\Dxe except DxeMain.h into their corres...eric_tian1-0/+1
2008-09-17Add VA_END to end the VA_START.qwang121-0/+5
2008-09-16CoreHandleProtocol function description should be corrected.eric_tian1-4/+12
2008-09-08Remove NULL_HANDLE. NULL_HANDLE should be replaced with NULL as consistency. ...qwang121-3/+3
2008-08-27Clean up DxeCore to remove duplicate memory allocation & device path utility ...qhuang81-8/+8
2008-08-20Remove the global variable of gDxeCoreBS and uses the gBS in UefiBootServices...qhuang81-2/+0
2008-08-081) Change DEBUG_ERROR TO DEBUG_LOAD as InstallProtocolInterface information i...qwang121-3/+3
2008-07-24Code Scrub for Dxe Core.qhuang81-161/+161
2008-07-18Code scrub for DxeCoreqhuang81-2/+2
2008-05-21Update to fix minor coding style issues.qhuang81-13/+10
2008-05-21Change the file name case to follow coding style: The first character should ...qhuang81-0/+1539