Re: [PATCH] shim_lock: Enable module for all EFI platforms

2020-10-27 Thread Daniel Kiper
On Sat, Sep 19, 2020 at 01:58:43PM +0200, Daniel Kiper wrote: > On Sat, Sep 19, 2020 at 12:38:24AM +0200, John Paul Adrian Glaubitz wrote: > > On 9/18/20 11:38 PM, Daniel Kiper wrote: > > >> It is tested on x86_64-efi and arm64-efi platforms. I don’t have an > > >> environment for x86 32-bit EFI, a

Re: [PATCH] shim_lock: Enable module for all EFI platforms

2020-09-19 Thread Daniel Kiper
On Sat, Sep 19, 2020 at 12:38:24AM +0200, John Paul Adrian Glaubitz wrote: > On 9/18/20 11:38 PM, Daniel Kiper wrote: > >> It is tested on x86_64-efi and arm64-efi platforms. I don’t have an > >> environment for x86 32-bit EFI, and I haven’t tested on this platform. > > > > It looks that this patch

Re: [PATCH] shim_lock: Enable module for all EFI platforms

2020-09-18 Thread John Paul Adrian Glaubitz
On 9/18/20 11:38 PM, Daniel Kiper wrote: >> It is tested on x86_64-efi and arm64-efi platforms. I don’t have an >> environment for x86 32-bit EFI, and I haven’t tested on this platform. > > It looks that this patch does not break any builds. So, I took it. Don't forget ia64 is an EFI platform as

Re: [PATCH] shim_lock: Enable module for all EFI platforms

2020-09-18 Thread Daniel Kiper
On Fri, Sep 18, 2020 at 01:08:15PM +0800, Tianjia Zhang wrote: > Hi, > > On 9/17/20 10:58 PM, Daniel Kiper wrote: > > On Wed, Jul 29, 2020 at 03:11:09PM +0800, Tianjia Zhang wrote: > > > Like tpm, the module is only enabled for x86_64, but there's nothing > > > specific to x86_64 in the implementat

Re: [PATCH] shim_lock: Enable module for all EFI platforms

2020-09-17 Thread Paul Menzel
Dear Tianjia, Thank you for your patch and your reply. Am 18.09.20 um 07:08 schrieb Tianjia Zhang: On 9/17/20 10:58 PM, Daniel Kiper wrote: On Wed, Jul 29, 2020 at 03:11:09PM +0800, Tianjia Zhang wrote: Like tpm, the module is only enabled for x86_64, but there's nothing specific to x86_64

Re: [PATCH] shim_lock: Enable module for all EFI platforms

2020-09-17 Thread Tianjia Zhang
Hi, On 9/17/20 10:58 PM, Daniel Kiper wrote: On Wed, Jul 29, 2020 at 03:11:09PM +0800, Tianjia Zhang wrote: Like tpm, the module is only enabled for x86_64, but there's nothing specific to x86_64 in the implementation and can be enabled for all EFI platforms. Signed-off-by: Tianjia Zhang ---

Re: [PATCH] shim_lock: Enable module for all EFI platforms

2020-09-17 Thread Daniel Kiper
On Wed, Jul 29, 2020 at 03:11:09PM +0800, Tianjia Zhang wrote: > Like tpm, the module is only enabled for x86_64, but there's nothing > specific to x86_64 in the implementation and can be enabled for all > EFI platforms. > > Signed-off-by: Tianjia Zhang > --- > grub-core/Makefile.core.def | 2 +-