summaryrefslogtreecommitdiff
path: root/lib/efi_driver/efi_uclass.c
AgeCommit message (Expand)AuthorFilesLines
2022-10-10efi_driver: use efi_close_protocolHeinrich Schuchardt1-14/+11
2022-10-10efi_driver: fix efi_uc_stop()Heinrich Schuchardt1-2/+3
2022-10-06efi_driver: add init function to EFI block driverHeinrich Schuchardt1-5/+12
2022-10-06efi_driver: provide driver binding protocol to bind functionHeinrich Schuchardt1-1/+1
2022-10-06efi_driver: simplify efi_uc_stop(), call efi_free_pool()Heinrich Schuchardt1-1/+1
2022-10-06efi_driver: fix error handlingHeinrich Schuchardt1-11/+12
2022-09-09efi_driver: don't bind internal block devicesHeinrich Schuchardt1-0/+9
2021-12-09efi: Rename UCLASS_EFI and IF_TYPE_EFISimon Glass1-4/+4
2020-12-03efi_loader: replace printf by log in efi_uclass.cHeinrich Schuchardt1-9/+9
2020-08-04efi: Tidy up header includesSimon Glass1-0/+2
2020-05-19common: Drop log.h from common headerSimon Glass1-0/+1
2020-02-06dm: core: Create a new header file for 'compat' featuresSimon Glass1-0/+1
2020-01-15efi_driver: debug output efi_uc_start, efi_uc_stopHeinrich Schuchardt1-2/+2
2020-01-15efi_driver: fix efi_uc_stop()Heinrich Schuchardt1-3/+4
2019-04-12efi_loader: move efi_save_gd() call to board_r.cHeinrich Schuchardt1-3/+0
2019-02-13efi_driver: simplify error messageHeinrich Schuchardt1-2/+1
2018-09-23efi_driver: convert function descriptions to Sphinx styleHeinrich Schuchardt1-32/+54
2018-05-11SPDX: Convert a few files that were missed beforeTom Rini1-2/+1
2018-02-10efi_driver: return type of efi_driver_init()Heinrich Schuchardt1-3/+3
2018-01-23efi_driver: EFI block driverHeinrich Schuchardt1-0/+330