]> git.ipfire.org Git - thirdparty/ipxe.git/commitdiff
[build] Mark core loong64 headers as permitted for UEFI Secure Boot
authorMichael Brown <mcb30@ipxe.org>
Thu, 21 May 2026 10:36:09 +0000 (11:36 +0100)
committerMichael Brown <mcb30@ipxe.org>
Thu, 21 May 2026 10:36:09 +0000 (11:36 +0100)
Signed-off-by: Michael Brown <mcb30@ipxe.org>
14 files changed:
src/arch/loong64/include/bits/bigint.h
src/arch/loong64/include/bits/byteswap.h
src/arch/loong64/include/bits/compiler.h
src/arch/loong64/include/bits/endian.h
src/arch/loong64/include/bits/errfile.h
src/arch/loong64/include/bits/io.h
src/arch/loong64/include/bits/nap.h
src/arch/loong64/include/bits/profile.h
src/arch/loong64/include/bits/stdint.h
src/arch/loong64/include/bits/string.h
src/arch/loong64/include/bits/strings.h
src/arch/loong64/include/ipxe/efi/dhcparch.h
src/arch/loong64/include/ipxe/loong64_io.h
src/arch/loong64/include/limits.h

index 6a879503a25f0fcfee10f213a6c2b00dee9ec54d..ac475da67dff04433b82bcca82f4b1b3cd4275ed 100644 (file)
@@ -7,6 +7,7 @@
  */
 
 FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
+FILE_SECBOOT ( PERMITTED );
 
 #include <stdint.h>
 #include <string.h>
index 1e22d0941a1a9eeee1d32cc89112d7868043dc48..661a51604bcaa6bc9ab95204a42d59d29d266385 100644 (file)
@@ -10,6 +10,7 @@
 #include <stdint.h>
 
 FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
+FILE_SECBOOT ( PERMITTED );
 
 static inline __attribute__ (( always_inline, const )) uint16_t
 __bswap_variable_16 ( uint16_t x ) {
index 8be2f9c1ecf27a9067dbe64f6a4e0156f1a868e5..4bcfd7b752db5418bfdcedcf80154e643efe079c 100644 (file)
@@ -2,6 +2,7 @@
 #define _BITS_COMPILER_H
 
 FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
+FILE_SECBOOT ( PERMITTED );
 
 /** Dummy relocation type */
 #define RELOC_TYPE_NONE R_LARCH_NONE
index 85718cfdd33b82d1cc2526438ffbb747ff6d555f..72279117dfa919c4e476d0102a1f667e81f196c9 100644 (file)
@@ -2,6 +2,7 @@
 #define _BITS_ENDIAN_H
 
 FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
+FILE_SECBOOT ( PERMITTED );
 
 #define __BYTE_ORDER __LITTLE_ENDIAN
 
index 5e2c31bc0adfa8592c397a915094b76a0eae59e7..7f1eafe9f540662283df6eb0d07c327060e3bf1b 100644 (file)
@@ -8,6 +8,7 @@
  */
 
 FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
+FILE_SECBOOT ( PERMITTED );
 
 /**
  * @addtogroup errfile Error file identifiers
index e9bcf2eea3f9c66a1aa463ca7f6cb8ba8f211e7a..11b565be730dd760197aff7e2005d590cb5f8c9f 100644 (file)
@@ -8,6 +8,7 @@
  */
 
 FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
+FILE_SECBOOT ( PERMITTED );
 
 /** Page shift */
 #define PAGE_SHIFT 12
index d904db53783aab3422e24de4f984f95b7d590dde..fa56479191fa88aa9854c8b2b438b76f0ecbcf08 100644 (file)
@@ -8,6 +8,7 @@
  */
 
 FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
+FILE_SECBOOT ( PERMITTED );
 
 /**
  * Sleep until next CPU interrupt
index 02f8d4b7ca4ffb540356de6a797819d9755f629b..dd72eec8b9ce4d01ebf764be4614bab67a95f119 100644 (file)
@@ -8,6 +8,7 @@
  */
 
 FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
+FILE_SECBOOT ( PERMITTED );
 
 #include <stdint.h>
 
index fe1f9946a54afb53ba728c1c2ffbab0a93650fd1..e75bed50230f6251dcf50b9ddaa09466a51fd0db 100644 (file)
@@ -2,6 +2,7 @@
 #define _BITS_STDINT_H
 
 FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
+FILE_SECBOOT ( PERMITTED );
 
 typedef __SIZE_TYPE__          size_t;
 typedef signed long            ssize_t;
index f54e25806d821b6b2d94930ff28b091ee9ebf8ab..8f8917c46431c6fb01416462d0e79135b591296f 100644 (file)
@@ -2,6 +2,7 @@
 #define _BITS_STRING_H
 
 FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
+FILE_SECBOOT ( PERMITTED );
 
 /** @file
  *
index e51977bbd2b34d0846c96051d799e32ad5f5e9cd..09fbfd48a51426a20d667336444b6c249243f55c 100644 (file)
@@ -8,6 +8,7 @@
  */
 
 FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
+FILE_SECBOOT ( PERMITTED );
 
 /**
  * Find first (i.e. least significant) set bit
index 5b6dae43f369ef80acd9b04eae68b9691b6ea965..c2f047139460275b24e5dd629e43eafd18ae566d 100644 (file)
@@ -8,6 +8,7 @@
  */
 
 FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
+FILE_SECBOOT ( PERMITTED );
 
 #include <ipxe/dhcp.h>
 
index 939fbf2b4e94af17fff65b2cd1e89fe3f5b56958..b21b56d749306b678d4af07d390c7655be62ffeb 100644 (file)
@@ -8,6 +8,7 @@
  */
 
 FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
+FILE_SECBOOT ( PERMITTED );
 
 #ifdef IOAPI_LOONG64
 #define IOAPI_PREFIX_loong64
index d51f94de4a2bb2c2c3a1c3c060d4ab505d2f9d5c..7e51d12566d09c17fc0586072310abaa44e87449 100644 (file)
@@ -1,6 +1,9 @@
 #ifndef LIMITS_H
 #define LIMITS_H       1
 
+FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
+FILE_SECBOOT ( PERMITTED );
+
 /* Number of bits in a `char' */
 #define CHAR_BIT       8