summaryrefslogtreecommitdiffstats
path: root/MdePkg/Library/UefiLib/UefiDriverModel.c
Commit message (Expand)AuthorAgeFilesLines
* MdePkg: Apply uncrustify changesMichael Kubacki2021-12-071-778/+1333
* MdePkg: Change OPTIONAL keyword usage styleMichael D Kinney2021-12-071-16/+16
* MdePkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney2019-04-091-7/+1
* MdePkg/UefiLib: Abstract driver model protocol uninstallationAshish Singhal2019-01-101-1/+971
* MdePkg: Clean up source filesLiming Gao2018-06-281-16/+16
* Fill the ImageHandle and DriverBindingHandle field of Driver Binding Protocol...Ruiyu Ni2013-07-101-105/+103
* Minor grammatical work--mostly adding periods. Items with ONLY period added ...myronporter2010-06-301-4/+4
* Minor grammatical work--mostly adding periods. Items with ONLY period added ...myronporter2010-06-251-1/+1
* Update the copyright notice formathhtian2010-04-231-2/+2
* Fix some typo.gikidy2009-04-021-1/+1
* Fix typo in API prototypeqhuang82009-02-251-1/+1
* Comments checked with spec.jji42009-02-061-5/+6
* Function headers in .h and .c files synchronized with specjji42008-11-251-66/+78
* Code and comments have been checked with spec.jji42008-11-201-10/+16
* Update the implementation of EfiLibInstallAllDriverBinding2().qhuang82008-11-071-282/+653
* remove unnecessary comments introduced by tools from MdePkg. The regular expr...vanjeff2008-09-171-3/+1
* 1. Add EfiLibInstallDriverBindingComponentName2() to install DriverBinding Pr...qhuang82007-09-171-60/+149
* Removed CommonHeader.h generated file from the MdePkg. AJFISH2007-06-291-1/+1
* Add UefiDriverModel.c for Installation of driver model protocols .yshang12007-06-221-0/+581