aboutsummaryrefslogtreecommitdiff
path: root/lib/efi_driver
AgeCommit message (Expand)AuthorFilesLines
2020-05-18common: Drop part.h from common headerSimon Glass1-0/+2
2020-02-05dm: core: Create a new header file for 'compat' featuresSimon Glass2-0/+2
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-07-16efi_driver: use Sphinx style commentsHeinrich Schuchardt1-19/+20
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-11-14blk: Call part_init() in the post_probe() methodBin Meng1-2/+0
2018-11-14efi_driver: blk: Switch to use platdata_auto_alloc_size for the driver dataBin Meng1-12/+12
2018-09-23efi_driver: convert function descriptions to Sphinx styleHeinrich Schuchardt1-32/+54
2018-07-25efi_driver: set DM_FLAG_NAME_ALLOCED flagHeinrich Schuchardt1-0/+2
2018-05-10SPDX: Convert a few files that were missed beforeTom Rini3-7/+3
2018-02-10efi_driver: return type of efi_driver_init()Heinrich Schuchardt1-3/+3
2018-01-22efi_driver: EFI block driverHeinrich Schuchardt3-0/+553