Skip to content
Commit 2a22d05d authored by Alexander Graf's avatar Alexander Graf Committed by Tom Rini
Browse files

efi_loader: Add disk interfaces



A EFI applications usually want to access storage devices to load data from.

This patch adds support for EFI disk interfaces. It loops through all block
storage interfaces known to U-Boot and creates an EFI object for each existing
one. EFI applications can then through these objects call U-Boot's read and
write functions.

Signed-off-by: default avatarAlexander Graf <agraf@suse.de>
Reviewed-by: default avatarSimon Glass <sjg@chromium.org>
Tested-by: default avatarSimon Glass <sjg@chromium.org>
[trini: Update for various DM changes since posting]
Signed-off-by: default avatarTom Rini <trini@konsulko.com>
parent 50149ea3
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment