Re: [U-Boot] [PATCH v2 3/3] efi_loader: remove block device details from efi file

2019-01-09 Thread AKASHI Takahiro
On Thu, Jan 10, 2019 at 07:22:49AM +0100, Alexander Graf wrote: > > > On 10.01.19 01:37, AKASHI Takahiro wrote: > > Alex, > > > > On Wed, Jan 09, 2019 at 10:18:16AM +0100, Alexander Graf wrote: > >> > >> > >> On 15.11.18 05:58, AKASHI Takahiro wrote: > >>> Logically, details on u-boot block devi

Re: [U-Boot] [PATCH v2 3/3] efi_loader: remove block device details from efi file

2019-01-09 Thread Alexander Graf
On 10.01.19 01:37, AKASHI Takahiro wrote: > Alex, > > On Wed, Jan 09, 2019 at 10:18:16AM +0100, Alexander Graf wrote: >> >> >> On 15.11.18 05:58, AKASHI Takahiro wrote: >>> Logically, details on u-boot block device used to implement efi file >>> protocol are mostly unnecessary, as well as being

Re: [U-Boot] [PATCH v2 3/3] efi_loader: remove block device details from efi file

2019-01-09 Thread AKASHI Takahiro
Alex, On Wed, Jan 09, 2019 at 10:18:16AM +0100, Alexander Graf wrote: > > > On 15.11.18 05:58, AKASHI Takahiro wrote: > > Logically, details on u-boot block device used to implement efi file > > protocol are mostly unnecessary, as well as being duplicated, in > > efi_file structure. > > Moreover

Re: [U-Boot] [PATCH v2 3/3] efi_loader: remove block device details from efi file

2019-01-09 Thread Alexander Graf
On 15.11.18 05:58, AKASHI Takahiro wrote: > Logically, details on u-boot block device used to implement efi file > protocol are mostly unnecessary, as well as being duplicated, in > efi_file structure. > Moreover, a newly introduced flag, _EFI_DISK_FLAG_INVALID, should be > honored in any file op

[U-Boot] [PATCH v2 3/3] efi_loader: remove block device details from efi file

2018-11-14 Thread AKASHI Takahiro
Logically, details on u-boot block device used to implement efi file protocol are mostly unnecessary, as well as being duplicated, in efi_file structure. Moreover, a newly introduced flag, _EFI_DISK_FLAG_INVALID, should be honored in any file operations via efi file protocol. These observation sugg