]> git.ipfire.org Git - thirdparty/ipxe.git/commitdiff
[build] Mark EFI SNP/MNP driver wrappers as permitted for UEFI Secure Boot
authorMichael Brown <mcb30@ipxe.org>
Tue, 27 Jan 2026 16:39:40 +0000 (16:39 +0000)
committerMichael Brown <mcb30@ipxe.org>
Tue, 27 Jan 2026 16:39:40 +0000 (16:39 +0000)
The EFI SNP/MNP driver wrapper is a trivial layer that exists only to
allow for the separation of "snponly.efi" as a build target.  Review
this trivial wrapper and mark it as permitted for UEFI Secure Boot.

Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/drivers/net/efi/mnp.c
src/drivers/net/efi/snp.c

index 212c712df81c2a8a2022a3f969c3ac76d2f6f0f3..c4a950d5e7b05d2a057838441e4485cb1b7b569b 100644 (file)
@@ -22,6 +22,7 @@
  */
 
 FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
+FILE_SECBOOT ( PERMITTED );
 
 /** @file
  *
index 854fa872d3a1c263b8e054c1fcd614972911a979..a28a7bdfb54cbae3fd4c788863ee2eb86ead0038 100644 (file)
@@ -22,6 +22,7 @@
  */
 
 FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
+FILE_SECBOOT ( PERMITTED );
 
 #include <ipxe/efi/efi.h>
 #include <ipxe/efi/efi_driver.h>