Re: [U-Boot] [RFC 0/3] dm, efi: integrate efi_disk into DM

2019-01-29 Thread AKASHI Takahiro
Heinrich, On Tue, Jan 29, 2019 at 11:48:37PM +0100, Heinrich Schuchardt wrote: > On 1/29/19 5:20 PM, Alexander Graf wrote: > > On 01/29/2019 03:59 AM, AKASHI Takahiro wrote: > >> This patch set came from the past discussion[1] on my "removable device > >> support" patch and is intended to be an at

Re: [U-Boot] [RFC 0/3] dm, efi: integrate efi_disk into DM

2019-01-29 Thread Heinrich Schuchardt
On 1/29/19 5:20 PM, Alexander Graf wrote: > On 01/29/2019 03:59 AM, AKASHI Takahiro wrote: >> This patch set came from the past discussion[1] on my "removable device >> support" patch and is intended to be an attempt to integrate efi_disk >> (more precisely, EFI_BLOCK_IO_PROTOCOL-capable efi object

Re: [U-Boot] [RFC 0/3] dm, efi: integrate efi_disk into DM

2019-01-29 Thread Alexander Graf
On 01/29/2019 03:59 AM, AKASHI Takahiro wrote: This patch set came from the past discussion[1] on my "removable device support" patch and is intended to be an attempt to integrate efi_disk (more precisely, EFI_BLOCK_IO_PROTOCOL-capable efi object) into u-boot's Driver Model as much seamlessly as