Skip to content

Commit 8e31ac9

Browse files
committed
[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>
1 parent 40c2db9 commit 8e31ac9

14 files changed

Lines changed: 14 additions & 0 deletions

File tree

src/include/bits/acpi.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,6 @@
1111
*/
1212

1313
FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
14+
FILE_SECBOOT ( PERMITTED );
1415

1516
#endif /* _BITS_ACPI_H */

src/include/bits/hyperv.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,6 @@
1111
*/
1212

1313
FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
14+
FILE_SECBOOT ( PERMITTED );
1415

1516
#endif /* _BITS_HYPERV_H */

src/include/bits/iomap.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,6 @@
1111
*/
1212

1313
FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
14+
FILE_SECBOOT ( PERMITTED );
1415

1516
#endif /* _BITS_IOMAP_H */

src/include/bits/memmap.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,6 @@
1111
*/
1212

1313
FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
14+
FILE_SECBOOT ( PERMITTED );
1415

1516
#endif /* _BITS_MEMMAP_H */

src/include/bits/mp.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,6 @@
1111
*/
1212

1313
FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
14+
FILE_SECBOOT ( PERMITTED );
1415

1516
#endif /* _BITS_MP_H */

src/include/bits/nap.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,6 @@
1111
*/
1212

1313
FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
14+
FILE_SECBOOT ( PERMITTED );
1415

1516
#endif /* _BITS_NAP_H */

src/include/bits/ns16550.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
*/
99

1010
FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
11+
FILE_SECBOOT ( PERMITTED );
1112

1213
#include <stdint.h>
1314
#include <ipxe/io.h>

src/include/bits/pci_io.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,6 @@
1111
*/
1212

1313
FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
14+
FILE_SECBOOT ( PERMITTED );
1415

1516
#endif /* _BITS_PCI_IO_H */

src/include/bits/reboot.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,6 @@
1111
*/
1212

1313
FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
14+
FILE_SECBOOT ( PERMITTED );
1415

1516
#endif /* _BITS_REBOOT_H */

src/include/bits/sanboot.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,6 @@
1111
*/
1212

1313
FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
14+
FILE_SECBOOT ( PERMITTED );
1415

1516
#endif /* _BITS_SANBOOT_H */

0 commit comments

Comments
 (0)