Re: [PATCH v2] bootstd: Make efi_mgr bootmeth work for non-sandbox setups

2023-11-02 Thread Tom Rini
On Sun, Sep 03, 2023 at 10:40:00PM +0200, Mark Kettenis wrote: > Enable the bootflow based on this bootmeth if the BootOrder EFI > variable is set. > > Signed-off-by: Mark Kettenis > Reviewed-by: Simon Glass Applied to u-boot/master, thanks! -- Tom signature.asc Description: PGP signature

Re: [PATCH v2] bootstd: Make efi_mgr bootmeth work for non-sandbox setups

2023-09-22 Thread Simon Glass
On Tue, 12 Sept 2023 at 14:06, Mark Kettenis wrote: > > > From: Simon Glass > > Date: Sun, 10 Sep 2023 13:13:16 -0600 > > > > Hi Mark, > > > > On Sun, 10 Sept 2023 at 08:57, Mark Kettenis > > wrote: > > > > > > > From: Simon Glass > > > > Date: Thu, 7 Sep 2023 09:57:34 -0600 > > > > > > > >

Re: [PATCH v2] bootstd: Make efi_mgr bootmeth work for non-sandbox setups

2023-09-12 Thread Mark Kettenis
> From: Simon Glass > Date: Sun, 10 Sep 2023 13:13:16 -0600 > > Hi Mark, > > On Sun, 10 Sept 2023 at 08:57, Mark Kettenis wrote: > > > > > From: Simon Glass > > > Date: Thu, 7 Sep 2023 09:57:34 -0600 > > > > > > Hi Mark, > > > > > > On Thu, 7 Sept 2023 at 07:08, Mark Kettenis > > > wrote: >

Re: [PATCH v2] bootstd: Make efi_mgr bootmeth work for non-sandbox setups

2023-09-10 Thread Simon Glass
Hi Mark, On Sun, 10 Sept 2023 at 08:57, Mark Kettenis wrote: > > > From: Simon Glass > > Date: Thu, 7 Sep 2023 09:57:34 -0600 > > > > Hi Mark, > > > > On Thu, 7 Sept 2023 at 07:08, Mark Kettenis wrote: > > > > > > > From: Simon Glass > > > > Date: Thu, 7 Sep 2023 06:23:10 -0600 > > > > > > >

Re: [PATCH v2] bootstd: Make efi_mgr bootmeth work for non-sandbox setups

2023-09-10 Thread Mark Kettenis
> From: Simon Glass > Date: Thu, 7 Sep 2023 09:57:34 -0600 > > Hi Mark, > > On Thu, 7 Sept 2023 at 07:08, Mark Kettenis wrote: > > > > > From: Simon Glass > > > Date: Thu, 7 Sep 2023 06:23:10 -0600 > > > > > > Hi Mark, > > > > > > On Sun, 3 Sept 2023 at 14:40, Mark Kettenis wrote: > > > > >

Re: [PATCH v2] bootstd: Make efi_mgr bootmeth work for non-sandbox setups

2023-09-07 Thread Simon Glass
Hi Mark, On Thu, 7 Sept 2023 at 07:08, Mark Kettenis wrote: > > > From: Simon Glass > > Date: Thu, 7 Sep 2023 06:23:10 -0600 > > > > Hi Mark, > > > > On Sun, 3 Sept 2023 at 14:40, Mark Kettenis wrote: > > > > > > Enable the bootflow based on this bootmeth if the BootOrder EFI > > > variable is

Re: [PATCH v2] bootstd: Make efi_mgr bootmeth work for non-sandbox setups

2023-09-07 Thread Mark Kettenis
> From: Simon Glass > Date: Thu, 7 Sep 2023 06:23:10 -0600 > > Hi Mark, > > On Sun, 3 Sept 2023 at 14:40, Mark Kettenis wrote: > > > > Enable the bootflow based on this bootmeth if the BootOrder EFI > > variable is set. > > > > Signed-off-by: Mark Kettenis > > --- > > > > ChangeLog: > > > >

Re: [PATCH v2] bootstd: Make efi_mgr bootmeth work for non-sandbox setups

2023-09-07 Thread Simon Glass
Hi Mark, On Sun, 3 Sept 2023 at 14:40, Mark Kettenis wrote: > > Enable the bootflow based on this bootmeth if the BootOrder EFI > variable is set. > > Signed-off-by: Mark Kettenis > --- > > ChangeLog: > > v2: - Initialize EFI subsystem to populate EFI variables > > > boot/bootmeth_efi_mgr.c |

[PATCH v2] bootstd: Make efi_mgr bootmeth work for non-sandbox setups

2023-09-03 Thread Mark Kettenis
Enable the bootflow based on this bootmeth if the BootOrder EFI variable is set. Signed-off-by: Mark Kettenis --- ChangeLog: v2: - Initialize EFI subsystem to populate EFI variables boot/bootmeth_efi_mgr.c | 17 - 1 file changed, 16 insertions(+), 1 deletion(-) diff --git