u-boot/lib/efi_driver
Bin Meng f26ce03b44 efi_driver: blk: Switch to use platdata_auto_alloc_size for the driver data
Currently the efi block driver uses priv_auto_alloc_size for the
driver data, however that's only available after the device probe
phase. In order to make it accessible in an earlier phase, switch
to use platdata_auto_alloc_size instead.

This patch is the prerequisite for the follow up patch of DM BLK
driver changes to work with EFI loader.

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
2018-11-14 09:16:27 -08:00
..
efi_block_device.c efi_driver: blk: Switch to use platdata_auto_alloc_size for the driver data 2018-11-14 09:16:27 -08:00
efi_uclass.c efi_driver: convert function descriptions to Sphinx style 2018-09-23 21:55:30 +02:00
Makefile SPDX: Convert a few files that were missed before 2018-05-10 20:38:35 -04:00