commit | 808ece139d4e56bf8fa26416522c31752b9f2511 | [log] [tgz] |
---|---|---|
author | AKASHI Takahiro <takahiro.akashi@linaro.org> | Tue Apr 19 10:05:17 2022 +0900 |
committer | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Sat Apr 23 22:05:41 2022 +0200 |
tree | 0ee210084cbd8b3f9bc1b193a4f073d2b0065d6f | |
parent | 8b57fe3a4c4f5f85840d1b7946d7721344701312 [diff] |
efi_loader: disk: use udevice instead of blk_desc In most of all cases, we can avoid using blk_desc which is expected to be private to udevice(UCLASS_BLK), that is, the data should not be manipulated outside the device driver unless really needed. Now efi_disk's internally use dev_read/write() interfaces if CONFIG_PARTITIONS is enabled. Signed-off-by: AKASHI Takahiro <takahiro.akashi@linaro.org> Reviewed-by: Simon Glass <sjg@chromium.org>