summaryrefslogtreecommitdiff
path: root/MdePkg/Library/UefiLib/UefiDriverModel.c
AgeCommit message (Expand)AuthorFilesLines
2021-12-07MdePkg: Apply uncrustify changesMichael Kubacki1-778/+1333
2021-12-07MdePkg: Change OPTIONAL keyword usage styleMichael D Kinney1-16/+16
2019-04-09MdePkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney1-7/+1
2019-01-10MdePkg/UefiLib: Abstract driver model protocol uninstallationAshish Singhal1-1/+971
2018-06-28MdePkg: Clean up source filesLiming Gao1-16/+16
2013-07-10Fill the ImageHandle and DriverBindingHandle field of Driver Binding Protocol...Ruiyu Ni1-105/+103
2010-06-30Minor grammatical work--mostly adding periods. Items with ONLY period added ...myronporter1-4/+4
2010-06-25Minor grammatical work--mostly adding periods. Items with ONLY period added ...myronporter1-1/+1
2010-04-23Update the copyright notice formathhtian1-2/+2
2009-04-02Fix some typo.gikidy1-1/+1
2009-02-25Fix typo in API prototypeqhuang81-1/+1
2009-02-06Comments checked with spec.jji41-5/+6
2008-11-25Function headers in .h and .c files synchronized with specjji41-66/+78
2008-11-20Code and comments have been checked with spec.jji41-10/+16
2008-11-07Update the implementation of EfiLibInstallAllDriverBinding2().qhuang81-282/+653
2008-09-17remove unnecessary comments introduced by tools from MdePkg. The regular expr...vanjeff1-3/+1
2007-09-171. Add EfiLibInstallDriverBindingComponentName2() to install DriverBinding Pr...qhuang81-60/+149
2007-06-29Removed CommonHeader.h generated file from the MdePkg. AJFISH1-1/+1
2007-06-22Add UefiDriverModel.c for Installation of driver model protocols .yshang11-0/+581