]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
shim_lock: Enable module for all EFI architectures
authorTianjia Zhang <tianjia.zhang@linux.alibaba.com>
Wed, 29 Jul 2020 07:11:09 +0000 (15:11 +0800)
committerDaniel Kiper <daniel.kiper@oracle.com>
Fri, 18 Sep 2020 20:26:48 +0000 (22:26 +0200)
Like the tpm the shim_lock module is only enabled for x86_64 target.
However, there's nothing specific to x86_64 in the implementation and
it can be enabled for all EFI architectures.

Signed-off-by: Tianjia Zhang <tianjia.zhang@linux.alibaba.com>
Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com>
grub-core/Makefile.core.def

index 166b444c76bef232b0db1d1c8ace4b738fce4efa..b5f47fc41b54736f789a956c9dc1a04171c77851 100644 (file)
@@ -950,7 +950,7 @@ module = {
 module = {
   name = shim_lock;
   common = commands/efi/shim_lock.c;
-  enable = x86_64_efi;
+  enable = efi;
 };
 
 module = {