summaryrefslogtreecommitdiff
path: root/doc/api
diff options
context:
space:
mode:
authorVincent Stehlé <vincent.stehle@arm.com>2022-05-25 11:20:21 +0200
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>2022-05-28 10:59:27 +0200
commit2ee9550a7d230c6711d2f263c75c7f3262ff7958 (patch)
treeb207c4f8903e4f24cec6dc014ab756a8913045a9 /doc/api
parent7751d2ef869e73884e82ef69f4ec61fbe84f1738 (diff)
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é <vincent.stehle@arm.com> Reviewed-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Diffstat (limited to 'doc/api')
-rw-r--r--doc/api/efi.rst6
1 files changed, 6 insertions, 0 deletions
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
------------