[PATCH 1/2] doc/efi: add firmware management protocol to the documentation
Vincent Stehlé
vincent.stehle at arm.com
Wed May 25 11:20:21 CEST 2022
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 at arm.com>
Cc: Heinrich Schuchardt <xypron.glpk at 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
------------
--
2.35.1
More information about the U-Boot
mailing list