mirror of
https://github.com/ipxe/ipxe
synced 2026-05-18 10:00:30 +03: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:
@@ -22,6 +22,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
|
FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
|
||||||
|
FILE_SECBOOT ( PERMITTED );
|
||||||
|
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
|||||||
@@ -8,6 +8,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
|
FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
|
||||||
|
FILE_SECBOOT ( PERMITTED );
|
||||||
|
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
#include <ipxe/xen.h>
|
#include <ipxe/xen.h>
|
||||||
|
|||||||
@@ -8,6 +8,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
|
FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
|
||||||
|
FILE_SECBOOT ( PERMITTED );
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Read model-specific register
|
* Read model-specific register
|
||||||
|
|||||||
@@ -8,6 +8,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
|
FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
|
||||||
|
FILE_SECBOOT ( PERMITTED );
|
||||||
|
|
||||||
#include <ipxe/xen.h>
|
#include <ipxe/xen.h>
|
||||||
#include <xen/memory.h>
|
#include <xen/memory.h>
|
||||||
|
|||||||
@@ -8,6 +8,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
|
FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
|
||||||
|
FILE_SECBOOT ( PERMITTED );
|
||||||
|
|
||||||
#include <ipxe/xen.h>
|
#include <ipxe/xen.h>
|
||||||
#include <xen/version.h>
|
#include <xen/version.h>
|
||||||
|
|||||||
Reference in New Issue
Block a user