diff options
| author | Mate Kukri <mate.kukri@canonical.com> | 2024-04-18 10:58:30 +0100 |
|---|---|---|
| committer | Peter Jones <pjones@redhat.com> | 2025-02-11 10:43:37 -0500 |
| commit | 2bff46034aeefe4b266b6d6dd7d6cd771c1bf4de (patch) | |
| tree | de9ec99cc7275db0d0a15f0a99e6745915838a5b /shim.h | |
| parent | e43aea89f1fe8aaa996cb7e5b0612b09ce812a45 (diff) | |
| download | efi-boot-shim-2bff46034aeefe4b266b6d6dd7d6cd771c1bf4de.tar.gz efi-boot-shim-2bff46034aeefe4b266b6d6dd7d6cd771c1bf4de.zip | |
loader-proto: Add support for loading files from disk to LoadImage()
Currently the EFI_SIMPLE_FILE_SYSTEM_PROTOCOL and EFI_LOAD_FILE2_PROTOCOL
are supported.
Signed-off-by: Mate Kukri <mate.kukri@canonical.com>
Diffstat (limited to 'shim.h')
| -rw-r--r-- | shim.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -341,6 +341,7 @@ typedef struct { UINTN exit_data_size; jmp_buf longjmp_buf; BOOLEAN started; + EFI_DEVICE_PATH *loaded_image_device_path; } SHIM_LOADED_IMAGE; #endif /* SHIM_H_ */ |
