From: Vincent Stehlé Date: Wed, 25 May 2022 09:20:21 +0000 (+0200) Subject: doc/efi: add firmware management protocol to the documentation X-Git-Url: http://git.dujemihanovic.xyz/img/sics.gif?a=commitdiff_plain;h=2ee9550a7d230c6711d2f263c75c7f3262ff7958;p=u-boot.git doc/efi: add firmware management protocol to the documentation The firmware management protocol can be used to manage device firmware. U-Boot can be configured to provide an implementation. Document the related functions in the API section. Signed-off-by: Vincent Stehlé Reviewed-by: Heinrich Schuchardt --- diff --git a/doc/api/efi.rst b/doc/api/efi.rst index cb2a1c897e..2b96783828 100644 --- a/doc/api/efi.rst +++ b/doc/api/efi.rst @@ -166,6 +166,12 @@ Unicode Collation protocol .. kernel-doc:: lib/efi_loader/efi_unicode_collation.c :internal: +Firmware management protocol +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +.. kernel-doc:: lib/efi_loader/efi_firmware.c + :internal: + Unit testing ------------