]> git.ipfire.org Git - thirdparty/ipxe.git/commitdiff
[build] Mark Realtek driver as permitted for UEFI Secure Boot
authorMichael Brown <mcb30@ipxe.org>
Wed, 28 Jan 2026 13:04:07 +0000 (13:04 +0000)
committerMichael Brown <mcb30@ipxe.org>
Wed, 28 Jan 2026 13:04:07 +0000 (13:04 +0000)
The Realtek driver and its dependencies are cleanly structured, easy
to review, directly maintained, and very well tested.  Review these
files and mark them as permitted for UEFI Secure Boot.

Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/drivers/bitbash/bitbash.c
src/drivers/bitbash/spi_bit.c
src/drivers/net/realtek.c
src/drivers/net/realtek.h
src/drivers/nvs/threewire.c
src/include/ipxe/bitbash.h
src/include/ipxe/spi.h
src/include/ipxe/spi_bit.h
src/include/ipxe/threewire.h

index 9b24f716cebbcd779d0ad94a3e3466642a0e1325..fce3f3eac0180f54a366654abe3336d4427ca145 100644 (file)
@@ -22,6 +22,7 @@
  */
 
 FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
+FILE_SECBOOT ( PERMITTED );
 
 #include <ipxe/bitbash.h>
 
index 04fddc20be8425736de79a4ca326d694749302b1..6fb2ed302d2ef0a8e75de9144e6e66dc6b2cb3fb 100644 (file)
@@ -22,6 +22,7 @@
  */
 
 FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
+FILE_SECBOOT ( PERMITTED );
 
 #include <stddef.h>
 #include <stdint.h>
index 80442ab83f926a03ee4df03adb12614dd2d23ece..dcb22119928d1b94a9fb4d8f9deecbc78f69c84b 100644 (file)
@@ -24,6 +24,7 @@
  */
 
 FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
+FILE_SECBOOT ( PERMITTED );
 
 #include <stdint.h>
 #include <string.h>
index d50e349b09f5f8884895ae70c4d1718daad4dc3c..2047664a6b854781a70e24c4c22bc4bb425f1ed2 100644 (file)
@@ -8,6 +8,7 @@
  */
 
 FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
+FILE_SECBOOT ( PERMITTED );
 
 #include <ipxe/spi.h>
 #include <ipxe/spi_bit.h>
index 547f3538240d587e4f101d6257ca9ad9aff76d6a..e523506c0063de767babf41bea5ff00b8e7c9d9d 100644 (file)
@@ -22,6 +22,7 @@
  */
 
 FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
+FILE_SECBOOT ( PERMITTED );
 
 #include <stddef.h>
 #include <string.h>
index 2a2e475d0b8052733b9e5f6de9c0c03a73d82ea9..b97819a0434c734be551f31a2d31cebae6be5fdf 100644 (file)
@@ -8,6 +8,7 @@
  */
 
 FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
+FILE_SECBOOT ( PERMITTED );
 
 struct bit_basher;
 
index 83b53bce3d66d51b0d6c6e7304642c55627a8e2b..f0cf2100b22806f04554b45a7ee0ff6d97170e98 100644 (file)
@@ -8,6 +8,7 @@
  */
 
 FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
+FILE_SECBOOT ( PERMITTED );
 
 #include <ipxe/nvs.h>
 
index 049d30a22309389169046a24875ae6f9197be0d1..d28132b67801f6dacbd0903175db5480addbd5df 100644 (file)
@@ -8,6 +8,7 @@
  */
 
 FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
+FILE_SECBOOT ( PERMITTED );
 
 #include <ipxe/spi.h>
 #include <ipxe/bitbash.h>
index b5513ecdd384afe7a164711e394e49f31e4b8525..f5585921e835a8b6d21b96cc3d3e96a7166c0408 100644 (file)
@@ -11,6 +11,7 @@
  */
 
 FILE_LICENCE ( GPL2_OR_LATER );
+FILE_SECBOOT ( PERMITTED );
 
 #include <ipxe/spi.h>
 #include <limits.h>