diff options
author | Vincent Stehlé | 2022-05-25 11:20:21 +0200 |
---|---|---|
committer | Heinrich Schuchardt | 2022-05-28 10:59:27 +0200 |
commit | 2ee9550a7d230c6711d2f263c75c7f3262ff7958 (patch) | |
tree | b207c4f8903e4f24cec6dc014ab756a8913045a9 /doc | |
parent | 7751d2ef869e73884e82ef69f4ec61fbe84f1738 (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')
-rw-r--r-- | doc/api/efi.rst | 6 |
1 files changed, 6 insertions, 0 deletions
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 ------------ |