Re: [U-Boot] [PATCH v2 16/18] efi_driver: EFI block driver

2018-01-19 Thread Alexander Graf
On 18.01.18 21:08, Heinrich Schuchardt wrote: > On 01/17/2018 08:16 PM, Heinrich Schuchardt wrote: >> This patch provides >> * a uclass for EFI drivers >> * a EFI driver for block devices >> >> For each EFI driver the uclass >> * creates a handle >> * adds the driver binding protocol >> >> The

Re: [U-Boot] [PATCH v2 16/18] efi_driver: EFI block driver

2018-01-18 Thread Heinrich Schuchardt
On 01/17/2018 08:16 PM, Heinrich Schuchardt wrote: > This patch provides > * a uclass for EFI drivers > * a EFI driver for block devices > > For each EFI driver the uclass > * creates a handle > * adds the driver binding protocol > > The uclass provides the bind, start, and stop entry points for

[U-Boot] [PATCH v2 16/18] efi_driver: EFI block driver

2018-01-17 Thread Heinrich Schuchardt
This patch provides * a uclass for EFI drivers * a EFI driver for block devices For each EFI driver the uclass * creates a handle * adds the driver binding protocol The uclass provides the bind, start, and stop entry points for the driver binding protocol. In bind() and stop() it checks if the