summaryrefslogtreecommitdiff
path: root/doc/api/efi.rst
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2020-01-15 12:29:23 -0500
committerTom Rini <trini@konsulko.com>2020-01-15 12:29:23 -0500
commit9d5d74c3ccdc78bac969d25e98eab96872e33b5c (patch)
treef2793e4d1149b228e9ee2d04a67f2aae0a804ea7 /doc/api/efi.rst
parentfb537657d9e94a8d489eb9463451e9cf90cbe973 (diff)
parentfaadc04180ef05acfd6523b49a2abf37ae61afad (diff)
downloadu-boot-WIP/15Jan2020.tar.gz
Merge tag 'efi-2020-04-rc1-2' of https://gitlab.denx.de/u-boot/custodians/u-boot-efiWIP/15Jan2020
Pull request for UEFI sub-system for efi-2020-04-rc1-2 Bug fixes for the UEFI sub-system are provided: * imply VIDEO_ANSI for correct cursor positioning and colors * fix issues in the UEFI block device driver * add missing documentation
Diffstat (limited to 'doc/api/efi.rst')
-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 2ca344932e..bc59382608 100644
--- a/doc/api/efi.rst
+++ b/doc/api/efi.rst
@@ -131,6 +131,12 @@ Network protocols
.. kernel-doc:: lib/efi_loader/efi_net.c
:internal:
+Random number generator protocol
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+.. kernel-doc:: lib/efi_loader/efi_rng.c
+ :internal:
+
Text IO protocols
~~~~~~~~~~~~~~~~~