summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTom Rini <[email protected]>2021-07-02 15:04:07 -0400
committerTom Rini <[email protected]>2021-07-02 15:04:07 -0400
commit62c7e40a04c8c78615060073942e2e48f722c22b (patch)
tree3ee01b254834bcb7c102197f4b49e083ecc7b471 /include
parent760d2f9e9e66c7eacfbcff21dcd3733d16526438 (diff)
parent0fa5020c024e49222ca97ead3502b332d35dea76 (diff)
Merge tag 'efi-2021-07-rc6' of https://source.denx.de/u-boot/custodians/u-boot-efi
Pull request for efi-2021-07-rc6 Bug fixes: * improve specification compliance of UEFI capsule updates * allow capsule update on-disk without checking OsIndications * provide parameter checks for QueryVariableInfo()
Diffstat (limited to 'include')
-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 0a9c82a257e..b81180cfda8 100644
--- a/include/efi_loader.h
+++ b/include/efi_loader.h
@@ -972,4 +972,5 @@ efi_status_t efi_esrt_register(void);
* - error code otherwise.
*/
efi_status_t efi_esrt_populate(void);
+efi_status_t efi_load_capsule_drivers(void);
#endif /* _EFI_LOADER_H */