diff options
| author | Peter Jones <pjones@redhat.com> | 2023-06-30 14:48:17 -0400 |
|---|---|---|
| committer | Peter Jones <pjones@redhat.com> | 2025-02-11 10:43:37 -0500 |
| commit | 0322e10ecc0eb6a4acbea3f83f71b19a559aaec6 (patch) | |
| tree | c5daa94ef2a0830234c921cf8f3d07fd9142c87d /globals.c | |
| parent | e7b3598311c4b002417ac6364093cfab218ced88 (diff) | |
| download | efi-boot-shim-0322e10ecc0eb6a4acbea3f83f71b19a559aaec6.tar.gz efi-boot-shim-0322e10ecc0eb6a4acbea3f83f71b19a559aaec6.zip | |
Implement the rest of the loader protocol functions
This adds an implementation of Exit() and UnloadImage(), removes the
whole "loader_is_participating" mechanism and its supporting code, and
removes DISABLE_EBS_PROTECTION.
Signed-off-by: Peter Jones <pjones@redhat.com>
Diffstat (limited to 'globals.c')
| -rw-r--r-- | globals.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -24,7 +24,6 @@ UINT8 *build_cert; * indicator of how an image has been verified */ verification_method_t verification_method; -int loader_is_participating; SHIM_IMAGE_LOADER shim_image_loader_interface; |
