summaryrefslogtreecommitdiff
path: root/include/efi_loader.h
diff options
context:
space:
mode:
authorAKASHI Takahiro <takahiro.akashi@linaro.org>2020-11-17 03:28:00 +0300
committerHeinrich Schuchardt <xypron.glpk@gmx.de>2020-12-03 23:22:50 +0300
commitbb7e71d33c3ebde6e6aa2c266374cb51be14505c (patch)
tree53a0669200d56a4a5fea55b9f30bb0bb7520ae99 /include/efi_loader.h
parentf27c20148511b476b688bddf7c2322c98d9e0be2 (diff)
downloadu-boot-bb7e71d33c3ebde6e6aa2c266374cb51be14505c.tar.xz
efi_loader: add firmware management protocol for raw image
In this commit, a very simple firmware management protocol driver is implemented. It will take a binary image in a capsule file and apply the data using dfu backend storage drivers via dfu_write_by_alt() interface. So "dfu_alt_info" variable should be properly set to specify a device and location to be updated. Please read README.dfu. Signed-off-by: AKASHI Takahiro <takahiro.akashi@linaro.org>
Diffstat (limited to 'include/efi_loader.h')
-rw-r--r--include/efi_loader.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/efi_loader.h b/include/efi_loader.h
index d592a0e680..76cd2b36f2 100644
--- a/include/efi_loader.h
+++ b/include/efi_loader.h
@@ -817,6 +817,7 @@ void efi_memcpy_runtime(void *dest, const void *src, size_t n);
u16 *efi_create_indexed_name(u16 *buffer, const char *name, unsigned int index);
extern const struct efi_firmware_management_protocol efi_fmp_fit;
+extern const struct efi_firmware_management_protocol efi_fmp_raw;
/* Capsule update */
efi_status_t EFIAPI efi_update_capsule(