[build] Mark dummy architecture headers as permitted for UEFI Secure Boot

The dummy header files in include/bits/*.h are placeholders for
architectures that do not need to define any architecture-specific
functionality in these areas.  Mark these trivial files as permitted
for UEFI Secure Boot.

Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
Michael Brown
2026-01-28 13:54:10 +00:00
parent 40c2db9d67
commit 8e31ac9fc3
14 changed files with 14 additions and 0 deletions

View File

@@ -11,5 +11,6 @@
*/
FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
FILE_SECBOOT ( PERMITTED );
#endif /* _BITS_ACPI_H */

View File

@@ -11,5 +11,6 @@
*/
FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
FILE_SECBOOT ( PERMITTED );
#endif /* _BITS_HYPERV_H */

View File

@@ -11,5 +11,6 @@
*/
FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
FILE_SECBOOT ( PERMITTED );
#endif /* _BITS_IOMAP_H */

View File

@@ -11,5 +11,6 @@
*/
FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
FILE_SECBOOT ( PERMITTED );
#endif /* _BITS_MEMMAP_H */

View File

@@ -11,5 +11,6 @@
*/
FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
FILE_SECBOOT ( PERMITTED );
#endif /* _BITS_MP_H */

View File

@@ -11,5 +11,6 @@
*/
FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
FILE_SECBOOT ( PERMITTED );
#endif /* _BITS_NAP_H */

View File

@@ -8,6 +8,7 @@
*/
FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
FILE_SECBOOT ( PERMITTED );
#include <stdint.h>
#include <ipxe/io.h>

View File

@@ -11,5 +11,6 @@
*/
FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
FILE_SECBOOT ( PERMITTED );
#endif /* _BITS_PCI_IO_H */

View File

@@ -11,5 +11,6 @@
*/
FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
FILE_SECBOOT ( PERMITTED );
#endif /* _BITS_REBOOT_H */

View File

@@ -11,5 +11,6 @@
*/
FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
FILE_SECBOOT ( PERMITTED );
#endif /* _BITS_SANBOOT_H */

View File

@@ -11,5 +11,6 @@
*/
FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
FILE_SECBOOT ( PERMITTED );
#endif /* _BITS_SMBIOS_H */

View File

@@ -11,6 +11,7 @@
*/
FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
FILE_SECBOOT ( PERMITTED );
#include <stdint.h>

View File

@@ -11,5 +11,6 @@
*/
FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
FILE_SECBOOT ( PERMITTED );
#endif /* _BITS_TIME_H */

View File

@@ -10,6 +10,7 @@
*
*/
FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
FILE_SECBOOT ( PERMITTED );
#include <ipxe/nonxen.h>