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
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
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
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
> > >
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
>
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
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
>