summaryrefslogtreecommitdiff
path: root/test.c
diff options
context:
space:
mode:
authorJan Setje-Eilers <jan.setjeeilers@oracle.com>2022-04-22 13:13:20 -0700
committerPeter Jones <pjones@redhat.com>2022-05-17 19:01:46 -0400
commitf81a7cc34e0b1a4f2d3104f44df80f93497eaa9e (patch)
tree45dab9092c143ef6fd2fb63aa89137d0cbf884fe /test.c
parentb104fc480aae94eaa8d79717d0b7cf6dcc2253d3 (diff)
downloadefi-boot-shim-f81a7cc34e0b1a4f2d3104f44df80f93497eaa9e.tar.gz
efi-boot-shim-f81a7cc34e0b1a4f2d3104f44df80f93497eaa9e.zip
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 <Jan.SetjeEilers@oracle.com>
Diffstat (limited to 'test.c')
-rw-r--r--test.c6
1 files changed, 6 insertions, 0 deletions
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)