diff options
Diffstat (limited to 'src/drivers/nvs')
| -rw-r--r-- | src/drivers/nvs/nvs.c | 1 | ||||
| -rw-r--r-- | src/drivers/nvs/nvsvpd.c | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/src/drivers/nvs/nvs.c b/src/drivers/nvs/nvs.c index af7c466c4..42b54123e 100644 --- a/src/drivers/nvs/nvs.c +++ b/src/drivers/nvs/nvs.c @@ -22,6 +22,7 @@ */ FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL ); +FILE_SECBOOT ( PERMITTED ); #include <stdint.h> #include <string.h> diff --git a/src/drivers/nvs/nvsvpd.c b/src/drivers/nvs/nvsvpd.c index 3e88531c7..195973319 100644 --- a/src/drivers/nvs/nvsvpd.c +++ b/src/drivers/nvs/nvsvpd.c @@ -24,6 +24,7 @@ FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL ); #include <stdio.h> +#include <string.h> #include <errno.h> #include <ipxe/nvs.h> #include <ipxe/pci.h> |
