mirror of
https://github.com/ipxe/ipxe.git
synced 2026-05-05 12:26:37 +02:00
[build] Mark Xen HVM files as permitted for UEFI Secure Boot
The Xen netfront driver and the core architecture-independent files such as xenstore.c and xenbus.c are already marked as permitted for UEFI Secure Boot, but the x86-specific HVM driver (which attaches to the PCI device and instantiates the Xen devices) is not. Review the HVM-specific files and mark them as permitted for UEFI Secure Boot. Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
parent
7caee4489d
commit
c9158cb32c
@ -22,6 +22,7 @@
|
||||
*/
|
||||
|
||||
FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
|
||||
FILE_SECBOOT ( PERMITTED );
|
||||
|
||||
#include <stdint.h>
|
||||
#include <stdio.h>
|
||||
|
||||
@ -8,6 +8,7 @@
|
||||
*/
|
||||
|
||||
FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
|
||||
FILE_SECBOOT ( PERMITTED );
|
||||
|
||||
#include <stdint.h>
|
||||
#include <ipxe/xen.h>
|
||||
|
||||
@ -8,6 +8,7 @@
|
||||
*/
|
||||
|
||||
FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
|
||||
FILE_SECBOOT ( PERMITTED );
|
||||
|
||||
/**
|
||||
* Read model-specific register
|
||||
|
||||
@ -8,6 +8,7 @@
|
||||
*/
|
||||
|
||||
FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
|
||||
FILE_SECBOOT ( PERMITTED );
|
||||
|
||||
#include <ipxe/xen.h>
|
||||
#include <xen/memory.h>
|
||||
|
||||
@ -8,6 +8,7 @@
|
||||
*/
|
||||
|
||||
FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
|
||||
FILE_SECBOOT ( PERMITTED );
|
||||
|
||||
#include <ipxe/xen.h>
|
||||
#include <xen/version.h>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user