Re: [PATCH v2] loader/efi/chainloader: Add efidriver command

2024-10-25 Thread Nikita Travkin via Grub-devel
Nikita Travkin писал(а) 24.09.2024 21:29: > Sometimes it's useful to load EFI drivers. Since loading a driver is > the same as starting it and UEFI handles cleanup after on it's own, we > can piggy back on existing chainloader command and just start the image > immediately instead of defering to "b

Re: [PATCH] loader/multiboot: do not add modules before successful download

2024-10-25 Thread Valentin Gehrke
Hey Daniel, did you have time yet to give the patch in my last email a try? I just want to make sure the email didn't get overlooked. Best regards, Valentin. On Tue, 10 Sep 2024 16:10:47 +0200 Valentin Gehrke wrote: > > Sorry, this patch does not apply to the upstream. > > > > Daniel > > Oo

Re: [PATCH] efinet: Skip virtual VLAN devices during card enumeration

2024-10-25 Thread Daniel Kiper via Grub-devel
On Thu, Oct 24, 2024 at 10:18:10AM +0800, Qiumiao Zhang wrote: > On Tue, Oct 22, 2024 at 10:04:25PM +0800, Daniel Kiper wrote: > > On Fri, Oct 18, 2024 at 07:48:24PM +0800, Michael Chang wrote: > > > On Fri, Oct 18, 2024 at 08:08:28AM GMT, zhangqiumiao wrote: > > > > > On Thu, Oct 03, 2024 at 03:23

Re: [PATCH v20 25/33] util/grub-protect: Add new tool

2024-10-25 Thread Gary Lin via Grub-devel
On Fri, Oct 25, 2024 at 03:35:11PM +0800, Gary Lin wrote: > On Thu, Oct 24, 2024 at 05:11:00PM +0200, Daniel Kiper wrote: > > On Mon, Oct 21, 2024 at 04:07:03PM +0800, Gary Lin wrote: > > > From: Hernan Gatta > > > > > > To utilize the key protectors framework, there must be a way to protect > > >

Re: [PATCH v20 25/33] util/grub-protect: Add new tool

2024-10-25 Thread Gary Lin via Grub-devel
On Thu, Oct 24, 2024 at 05:11:00PM +0200, Daniel Kiper wrote: > On Mon, Oct 21, 2024 at 04:07:03PM +0800, Gary Lin wrote: > > From: Hernan Gatta > > > > To utilize the key protectors framework, there must be a way to protect > > full-disk encryption keys in the first place. The grub-protect tool >

Re: [PATCH v4 0/2] Secure Boot Advanced Targeting (SBAT) support on powerpc

2024-10-25 Thread Daniel Kiper
On Wed, Oct 23, 2024 at 05:54:31PM +0530, Sudhakar Kuppusamy wrote: > In powerpc, PE format Binary are not supported and can't use shim > (https://github.com/rhboot/shim/blob/main/SBAT.md). > However, ELF binary are supported. So, we created new ELF note for SBAT in > ELF binary which store the S

Re: [PATCH v20 25/33] util/grub-protect: Add new tool

2024-10-25 Thread Daniel Kiper via Grub-devel
On Mon, Oct 21, 2024 at 04:07:03PM +0800, Gary Lin wrote: > From: Hernan Gatta > > To utilize the key protectors framework, there must be a way to protect > full-disk encryption keys in the first place. The grub-protect tool > includes support for the TPM2 key protector but other protectors that >