
On 5/25/22 11:20, Vincent Stehlé wrote:
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é vincent.stehle@arm.com Cc: Heinrich Schuchardt xypron.glpk@gmx.de
When merging this patch should succeed 2/2 to avoid build failures.
Reviewed-by: Heinrich Schuchardt xypron.glpk@gmx.de
doc/api/efi.rst | 6 ++++++ 1 file changed, 6 insertions(+)
diff --git a/doc/api/efi.rst b/doc/api/efi.rst index cb2a1c897e6..2b96783828b 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