summaryrefslogtreecommitdiff
path: root/lib/efi_driver
AgeCommit message (Expand)AuthorFilesLines
2019-07-17efi_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-11SPDX: 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-23efi_driver: EFI block driverHeinrich Schuchardt3-0/+553