diff options
| author | Tom Rini <trini@konsulko.com> | 2020-06-15 16:44:58 -0400 |
|---|---|---|
| committer | Tom Rini <trini@konsulko.com> | 2020-06-15 16:44:58 -0400 |
| commit | c622afb0874e57cd7e9df51855e35286fa46aab7 (patch) | |
| tree | 0e93777492b0dc0b2263c0cd2704e8fed1a39819 /doc | |
| parent | e88d6979d1fa0a11468204fa729229afc49d5bde (diff) | |
| parent | 4bb4249b39ce7284408c4d604a656be941427e63 (diff) | |
Merge tag 'efi-2020-07-rc5' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi
Pull request for UEFI sub-system for efi-2020-07-rc5
Use correct printf code in efi_image_parse().
Add random number generation to HTML documentation.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/api/index.rst | 1 | ||||
| -rw-r--r-- | doc/api/rng.rst | 17 |
2 files changed, 18 insertions, 0 deletions
diff --git a/doc/api/index.rst b/doc/api/index.rst index fd3b5bdc82..b7eb5725f2 100644 --- a/doc/api/index.rst +++ b/doc/api/index.rst @@ -9,5 +9,6 @@ U-Boot API documentation dfu efi linker_lists + rng serial unicode diff --git a/doc/api/rng.rst b/doc/api/rng.rst new file mode 100644 index 0000000000..b826d4fd4a --- /dev/null +++ b/doc/api/rng.rst @@ -0,0 +1,17 @@ +.. SPDX-License-Identifier: GPL-2.0+ +.. Copyright (c) 2018 Heinrich Schuchardt + +Random number generation +======================== + +Hardware random number generation +--------------------------------- + +.. kernel-doc:: include/rng.h + :internal: + +Pseudo random number generation +------------------------------- + +.. kernel-doc:: include/rand.h + :internal: |
