summaryrefslogtreecommitdiffstats
path: root/src/interface/efi/efi_veto.c
Commit message (Expand)AuthorAgeFilesLines
* [efi] Process veto objects in reverse order of enumerationMichael Brown2023-06-231-7/+11
* [efi] Check for protocols opened by vetoed driver and image handlesMichael Brown2023-06-231-1/+4
* [efi] Unload vetoed drivers by image handle rather than driver handleMichael Brown2023-06-231-3/+6
* [efi] Pass more detailed driver information to veto methodsMichael Brown2023-06-231-36/+58
* [efi] Show manufacturer in veto debug outputMichael Brown2023-06-231-0/+1
* [efi] Veto the VMware UefiPxeBcDxe driverMichael Brown2023-06-081-0/+35
* [efi] Veto the Itautec Ip4ConfigDxe driverMichael Brown2021-06-111-8/+10
* [efi] Avoid using potentially uninitialised driver name in veto checksMichael Brown2020-12-081-2/+4
* [efi] Veto the HP XhciDxe DriverMichael Brown2020-11-301-0/+46
* [efi] Allow vetoing of drivers that cannot be unloadedMichael Brown2020-11-301-6/+309
* [efi] Provide manufacturer and driver names to all veto checking methodsMichael Brown2020-11-301-19/+40
* [efi] Report correct error when failing to unload a vetoed driverMichael Brown2020-11-241-0/+1
* [efi] Rename efi_blacklist to efi_vetoMichael Brown2020-11-081-0/+236