Re: [PATCH 11/35] RFC: efi: Drop code that doesn't work with driver model

2021-09-24 Thread Simon Glass
Hi Heinrich, On Thu, 9 Sept 2021 at 03:26, Heinrich Schuchardt wrote: > > > > On 9/9/21 10:57 AM, Simon Glass wrote: > > Hi Heinrich, > > > > On Wed, 8 Sept 2021 at 11:44, Heinrich Schuchardt > > wrote: > >> > >> > >> > >> On 9/8/21 3:33 PM, Simon Glass wrote: > >>> This code should never have

Re: [PATCH 11/35] RFC: efi: Drop code that doesn't work with driver model

2021-09-24 Thread Mark Kettenis
> From: Simon Glass > Date: Thu, 23 Sep 2021 20:48:42 -0600 > > Hi Mark, > > On Thu, 9 Sept 2021 at 15:45, Mark Kettenis wrote: > > > > > Date: Thu, 9 Sep 2021 16:23:08 -0400 > > > From: Tom Rini > > > > > > On Thu, Sep 09, 2021 at 10:15:44PM +0200, Mark Kettenis wrote: > > > > > From: Simon G

Re: [PATCH 11/35] RFC: efi: Drop code that doesn't work with driver model

2021-09-23 Thread Simon Glass
Hi Mark, On Thu, 9 Sept 2021 at 15:45, Mark Kettenis wrote: > > > Date: Thu, 9 Sep 2021 16:23:08 -0400 > > From: Tom Rini > > > > On Thu, Sep 09, 2021 at 10:15:44PM +0200, Mark Kettenis wrote: > > > > From: Simon Glass > > > > Date: Thu, 9 Sep 2021 13:57:39 -0600 > > > > > > > > Hi Heinrich, >

Re: [PATCH 11/35] RFC: efi: Drop code that doesn't work with driver model

2021-09-09 Thread Tom Rini
On Thu, Sep 09, 2021 at 11:45:08PM +0200, Mark Kettenis wrote: > > Date: Thu, 9 Sep 2021 16:23:08 -0400 > > From: Tom Rini > > > > On Thu, Sep 09, 2021 at 10:15:44PM +0200, Mark Kettenis wrote: > > > > From: Simon Glass > > > > Date: Thu, 9 Sep 2021 13:57:39 -0600 > > > > > > > > Hi Heinrich, >

Re: [PATCH 11/35] RFC: efi: Drop code that doesn't work with driver model

2021-09-09 Thread Mark Kettenis
> Date: Thu, 9 Sep 2021 16:23:08 -0400 > From: Tom Rini > > On Thu, Sep 09, 2021 at 10:15:44PM +0200, Mark Kettenis wrote: > > > From: Simon Glass > > > Date: Thu, 9 Sep 2021 13:57:39 -0600 > > > > > > Hi Heinrich, > > > > > > On Thu, 9 Sept 2021 at 03:26, Heinrich Schuchardt > > > wrote: >

Re: [PATCH 11/35] RFC: efi: Drop code that doesn't work with driver model

2021-09-09 Thread Tom Rini
On Thu, Sep 09, 2021 at 10:15:44PM +0200, Mark Kettenis wrote: > > From: Simon Glass > > Date: Thu, 9 Sep 2021 13:57:39 -0600 > > > > Hi Heinrich, > > > > On Thu, 9 Sept 2021 at 03:26, Heinrich Schuchardt > > wrote: > > > > > > > > > > > > On 9/9/21 10:57 AM, Simon Glass wrote: > > > > Hi Hein

Re: [PATCH 11/35] RFC: efi: Drop code that doesn't work with driver model

2021-09-09 Thread Mark Kettenis
> From: Simon Glass > Date: Thu, 9 Sep 2021 13:57:39 -0600 > > Hi Heinrich, > > On Thu, 9 Sept 2021 at 03:26, Heinrich Schuchardt wrote: > > > > > > > > On 9/9/21 10:57 AM, Simon Glass wrote: > > > Hi Heinrich, > > > > > > On Wed, 8 Sept 2021 at 11:44, Heinrich Schuchardt > > > wrote: > > >>

Re: [PATCH 11/35] RFC: efi: Drop code that doesn't work with driver model

2021-09-09 Thread Tom Rini
On Thu, Sep 09, 2021 at 01:57:39PM -0600, Simon Glass wrote: > Hi Heinrich, > > On Thu, 9 Sept 2021 at 03:26, Heinrich Schuchardt wrote: > > > > > > > > On 9/9/21 10:57 AM, Simon Glass wrote: > > > Hi Heinrich, > > > > > > On Wed, 8 Sept 2021 at 11:44, Heinrich Schuchardt > > > wrote: > > >> >

Re: [PATCH 11/35] RFC: efi: Drop code that doesn't work with driver model

2021-09-09 Thread Simon Glass
Hi Heinrich, On Thu, 9 Sept 2021 at 03:26, Heinrich Schuchardt wrote: > > > > On 9/9/21 10:57 AM, Simon Glass wrote: > > Hi Heinrich, > > > > On Wed, 8 Sept 2021 at 11:44, Heinrich Schuchardt > > wrote: > >> > >> > >> > >> On 9/8/21 3:33 PM, Simon Glass wrote: > >>> This code should never have

Re: [PATCH 11/35] RFC: efi: Drop code that doesn't work with driver model

2021-09-09 Thread Heinrich Schuchardt
On 9/9/21 10:57 AM, Simon Glass wrote: Hi Heinrich, On Wed, 8 Sept 2021 at 11:44, Heinrich Schuchardt wrote: On 9/8/21 3:33 PM, Simon Glass wrote: This code should never have been added as it builds a new feature on top of legacy code. Drop it and add a dependency on BLK for this featur

Re: [PATCH 11/35] RFC: efi: Drop code that doesn't work with driver model

2021-09-09 Thread Simon Glass
Hi Heinrich, On Wed, 8 Sept 2021 at 11:44, Heinrich Schuchardt wrote: > > > > On 9/8/21 3:33 PM, Simon Glass wrote: > > This code should never have been added as it builds a new feature on top > > of legacy code. Drop it and add a dependency on BLK for this feature. > > > > Boards which want EFI_

Re: [PATCH 11/35] RFC: efi: Drop code that doesn't work with driver model

2021-09-08 Thread Heinrich Schuchardt
On 9/8/21 3:33 PM, Simon Glass wrote: This code should never have been added as it builds a new feature on top of legacy code. Drop it and add a dependency on BLK for this feature. Boards which want EFI_LOADER should migrate to driver model first. Signed-off-by: Simon Glass This patch is

[PATCH 11/35] RFC: efi: Drop code that doesn't work with driver model

2021-09-08 Thread Simon Glass
This code should never have been added as it builds a new feature on top of legacy code. Drop it and add a dependency on BLK for this feature. Boards which want EFI_LOADER should migrate to driver model first. Signed-off-by: Simon Glass --- lib/efi_driver/Makefile | 2 +- lib/efi_loa