From f81a7cc34e0b1a4f2d3104f44df80f93497eaa9e Mon Sep 17 00:00:00 2001 From: Jan Setje-Eilers Date: Fri, 22 Apr 2022 13:13:20 -0700 Subject: SBAT revocation management Support for updating SBAT revocations to latest or previous revocations. Allow SBAT revocations to be reset to empty metadata only when UEFI Secure Boot is disabled. Signed-off-by: Jan Setje-Eilers --- test.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'test.c') diff --git a/test.c b/test.c index 46cab533..c7978fa2 100644 --- a/test.c +++ b/test.c @@ -259,6 +259,12 @@ console_print(const CHAR16 *fmt, ...) return 0; } +void +console_error(CHAR16 *err, EFI_STATUS efi_status) +{ + return; +} + #ifndef HAVE_START_IMAGE EFI_STATUS start_image(EFI_HANDLE image_handle, CHAR16 *ImagePath) -- cgit v1.2.3