Skip to content

Commit 6b17d32

Browse files
committed
[build] Mark core arm64 files as permitted for UEFI Secure Boot
Signed-off-by: Michael Brown <mcb30@ipxe.org>
1 parent f1bcd16 commit 6b17d32

20 files changed

Lines changed: 22 additions & 0 deletions

File tree

src/arch/arm/include/bits/endian.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
#define _BITS_ENDIAN_H
33

44
FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
5+
FILE_SECBOOT ( PERMITTED );
56

67
/* ARM may be either little-endian or big-endian */
78
#ifdef __ARM_BIG_ENDIAN

src/arch/arm/include/bits/errfile.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
/**
1314
* @addtogroup errfile Error file identifiers

src/arch/arm/include/bits/io.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
/** Page shift */
1314
#define PAGE_SHIFT 12

src/arch/arm/include/bits/nap.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
/**
1314
* Sleep until next CPU interrupt

src/arch/arm/include/bits/xen.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
/* Hypercall registers */
1314
#ifdef __aarch64__

src/arch/arm/include/ipxe/arm_io.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
#ifdef IOAPI_ARM
1314
#define IOAPI_PREFIX_arm

src/arch/arm64/core/arm64_string.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
*/
2929

3030
FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
31+
FILE_SECBOOT ( PERMITTED );
3132

3233
#include <string.h>
3334

src/arch/arm64/core/arm64_tcpip.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
*/
2323

2424
FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
25+
FILE_SECBOOT ( PERMITTED );
2526

2627
/** @file
2728
*

src/arch/arm64/include/bits/bigint.h

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

99
FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
10+
FILE_SECBOOT ( PERMITTED );
1011

1112
#include <stdint.h>
1213
#include <string.h>

src/arch/arm64/include/bits/bitops.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

0 commit comments

Comments
 (0)