]> git.ipfire.org Git - thirdparty/ipxe.git/commitdiff
[ioapi] Allow combined port accessors to be used in Secure Boot builds
authorMichael Brown <mcb30@ipxe.org>
Tue, 12 May 2026 19:47:31 +0000 (20:47 +0100)
committerMichael Brown <mcb30@ipxe.org>
Tue, 12 May 2026 19:48:18 +0000 (20:48 +0100)
Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/arch/x86/core/x86_io.c

index 270ed7bef48304a996462d6f35eceb65a7e769e7..bc31c45f5869aa85fc377c1952a311f8e4bea14c 100644 (file)
@@ -22,6 +22,7 @@
  */
 
 FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
+FILE_SECBOOT ( PERMITTED );
 
 #include <ipxe/io.h>
 #include <ipxe/x86_io.h>