Re: [PATCH 0/2] efi_loader: provide media ID

2022-09-28 Thread Simon Glass
Hi, On Wed, 28 Sept 2022 at 01:24, AKASHI Takahiro wrote: > > On Wed, Sep 28, 2022 at 08:57:43AM +0200, Heinrich Schuchardt wrote: > > > > > > On 9/28/22 03:54, Simon Glass wrote: > > > Hi, > > > > > > On Tue, 27 Sept 2022 at 00:53, Heinrich Schuchardt > > > wrote: > > > > > > > > > > > > > > >

Re: [PATCH 0/2] efi_loader: provide media ID

2022-09-28 Thread AKASHI Takahiro
On Wed, Sep 28, 2022 at 08:57:43AM +0200, Heinrich Schuchardt wrote: > > > On 9/28/22 03:54, Simon Glass wrote: > > Hi, > > > > On Tue, 27 Sept 2022 at 00:53, Heinrich Schuchardt > > wrote: > > > > > > > > > > > > On 9/27/22 03:51, AKASHI Takahiro wrote: > > > > On Mon, Sep 26, 2022 at 08:06

Re: [PATCH 0/2] efi_loader: provide media ID

2022-09-27 Thread Heinrich Schuchardt
On 9/28/22 03:54, Simon Glass wrote: Hi, On Tue, 27 Sept 2022 at 00:53, Heinrich Schuchardt wrote: On 9/27/22 03:51, AKASHI Takahiro wrote: On Mon, Sep 26, 2022 at 08:06:52AM +0200, Heinrich Schuchardt wrote: On 9/16/22 02:58, AKASHI Takahiro wrote: On Thu, Sep 15, 2022 at 10:02:40P

Re: [PATCH 0/2] efi_loader: provide media ID

2022-09-27 Thread Simon Glass
Hi, On Tue, 27 Sept 2022 at 00:53, Heinrich Schuchardt wrote: > > > > On 9/27/22 03:51, AKASHI Takahiro wrote: > > On Mon, Sep 26, 2022 at 08:06:52AM +0200, Heinrich Schuchardt wrote: > >> > >> > >> On 9/16/22 02:58, AKASHI Takahiro wrote: > >>> On Thu, Sep 15, 2022 at 10:02:40PM +0200, Heinrich

Re: [PATCH 0/2] efi_loader: provide media ID

2022-09-26 Thread Heinrich Schuchardt
On 9/27/22 03:51, AKASHI Takahiro wrote: On Mon, Sep 26, 2022 at 08:06:52AM +0200, Heinrich Schuchardt wrote: On 9/16/22 02:58, AKASHI Takahiro wrote: On Thu, Sep 15, 2022 at 10:02:40PM +0200, Heinrich Schuchardt wrote: The medium a device like 'mmc 0' or 'usb 0' points to may change over

Re: [PATCH 0/2] efi_loader: provide media ID

2022-09-26 Thread AKASHI Takahiro
On Mon, Sep 26, 2022 at 08:06:52AM +0200, Heinrich Schuchardt wrote: > > > On 9/16/22 02:58, AKASHI Takahiro wrote: > > On Thu, Sep 15, 2022 at 10:02:40PM +0200, Heinrich Schuchardt wrote: > > > The medium a device like 'mmc 0' or 'usb 0' points to may change over > > > time. Hence device type an

Re: [PATCH 0/2] efi_loader: provide media ID

2022-09-25 Thread Heinrich Schuchardt
On 9/16/22 02:58, AKASHI Takahiro wrote: On Thu, Sep 15, 2022 at 10:02:40PM +0200, Heinrich Schuchardt wrote: The medium a device like 'mmc 0' or 'usb 0' points to may change over time. Hence device type and number are not sufficient to identify the inserted medium. The same is true for the d

Re: [PATCH 0/2] efi_loader: provide media ID

2022-09-15 Thread AKASHI Takahiro
On Thu, Sep 15, 2022 at 10:02:40PM +0200, Heinrich Schuchardt wrote: > The medium a device like 'mmc 0' or 'usb 0' points to may change over > time. Hence device type and number are not sufficient to identify the > inserted medium. The same is true for the device path generated for > such a device.