[U-Boot] [PATCH 1/1] efi_driver: set block size for EFI block device

2019-10-24 Thread Heinrich Schuchardt
Copy the block size from the block IO protocol to the U-Boot block device descriptor. This information is used by the ext4 file system driver. Signed-off-by: Heinrich Schuchardt --- lib/efi_driver/efi_block_device.c | 6 ++ 1 file changed, 6 insertions(+) diff --git a/lib/efi_driver/efi_blo

Re: [U-Boot] [PATCH 1/1] efi_driver: set block size for EFI block device

2019-10-24 Thread AKASHI Takahiro
On Thu, Oct 24, 2019 at 08:49:00PM +, Heinrich Schuchardt wrote: > Copy the block size from the block IO protocol to the U-Boot block device > descriptor. This information is used by the ext4 file system driver. > > Signed-off-by: Heinrich Schuchardt > --- > lib/efi_driver/efi_block_device.c

Re: [U-Boot] [PATCH 1/1] efi_driver: set block size for EFI block device

2019-10-24 Thread Heinrich Schuchardt
On 10/25/19 6:34 AM, AKASHI Takahiro wrote: On Thu, Oct 24, 2019 at 08:49:00PM +, Heinrich Schuchardt wrote: Copy the block size from the block IO protocol to the U-Boot block device descriptor. This information is used by the ext4 file system driver. Signed-off-by: Heinrich Schuchardt ---

Re: [U-Boot] [PATCH 1/1] efi_driver: set block size for EFI block device

2019-10-24 Thread AKASHI Takahiro
On Fri, Oct 25, 2019 at 08:37:11AM +0200, Heinrich Schuchardt wrote: > On 10/25/19 6:34 AM, AKASHI Takahiro wrote: > >On Thu, Oct 24, 2019 at 08:49:00PM +, Heinrich Schuchardt wrote: > >>Copy the block size from the block IO protocol to the U-Boot block device > >>descriptor. This information i