1 #ifndef _IPXE_EFI_SHIM_H 2 #define _IPXE_EFI_SHIM_H struct image_tag efi_shim __image_tag
Image selected for execution.
void efi_shim_uninstall(void)
Uninstall UEFI shim special handling.
int efi_shim_allow_sbat
Allow SBAT variable access.
FILE_LICENCE(GPL2_OR_LATER_OR_UBDL)
int efi_shim_install(struct image *shim, EFI_HANDLE handle, wchar_t **cmdline)
Install UEFI shim special handling.
int efi_shim_require_loader
Require use of a third party loader binary.
int efi_shim_allow_pxe
Allow use of PXE base code protocol.
int shim(struct image *image, int require_loader, int allow_pxe, int allow_sbat)
Set shim image.