Re: [U-Boot] [PATCH 7/9] efi_loader: Add disk interfaces

2016-01-14 Thread Simon Glass
Hi Alexander, On 22 December 2015 at 06:57, Alexander Graf wrote: > 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

Re: [U-Boot] [PATCH 7/9] efi_loader: Add disk interfaces

2016-01-14 Thread Alexander Graf
On 15.01.16 02:37, Simon Glass wrote: > Hi Alexander, > > On 22 December 2015 at 06:57, Alexander Graf wrote: >> 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 >>

[U-Boot] [PATCH 7/9] efi_loader: Add disk interfaces

2015-12-22 Thread Alexander Graf
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