|
iPXE
|
EFI shim management. More...
Go to the source code of this file.
Functions | |
| FILE_LICENCE (GPL2_OR_LATER_OR_UBDL) | |
| int | shim (struct image *image, int require_loader, int allow_pxe, int allow_sbat) |
| Set shim image. More... | |
EFI shim management.
Definition in file shimmgmt.c.
| FILE_LICENCE | ( | GPL2_OR_LATER_OR_UBDL | ) |
| int shim | ( | struct image * | image, |
| int | require_loader, | ||
| int | allow_pxe, | ||
| int | allow_sbat | ||
| ) |
Set shim image.
| image | Shim image, or NULL to clear shim |
| require_loader | Require use of a third party loader |
| allow_pxe | Allow use of PXE base code |
| allow_sbat | Allow SBAT variable access |
| rc | Return status code |
Definition at line 45 of file shimmgmt.c.
References efi_shim_allow_pxe, efi_shim_allow_sbat, efi_shim_require_loader, image_hide(), and image_tag().
Referenced by efi_image_exec(), efi_shim_cmdline(), efi_shim_install(), and shim_exec().
1.8.15