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