From cac27e4882990da15c40c89ccbefd0488607a439 Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Tue, 12 May 2026 20:47:31 +0100 Subject: [PATCH] [ioapi] Allow combined port accessors to be used in Secure Boot builds Signed-off-by: Michael Brown --- src/arch/x86/core/x86_io.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/arch/x86/core/x86_io.c b/src/arch/x86/core/x86_io.c index 270ed7bef..bc31c45f5 100644 --- a/src/arch/x86/core/x86_io.c +++ b/src/arch/x86/core/x86_io.c @@ -22,6 +22,7 @@ */ FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL ); +FILE_SECBOOT ( PERMITTED ); #include #include