[PATCH 1/1] doc: random number generation

Simon Glass sjg at chromium.org
Wed Jun 17 05:12:05 CEST 2020


On Sat, 13 Jun 2020 at 04:59, Heinrich Schuchardt <xypron.glpk at gmx.de> wrote:
>
> Add random number generation APIs to the HTML documentation.
> Fix style issues.
>
> Signed-off-by: Heinrich Schuchardt <xypron.glpk at gmx.de>
> ---
>  MAINTAINERS       |  1 +
>  doc/api/index.rst |  1 +
>  doc/api/rng.rst   | 17 +++++++++++++++++
>  include/rand.h    |  6 +++---
>  include/rng.h     | 26 ++++++++++++++++++--------
>  5 files changed, 40 insertions(+), 11 deletions(-)
>  create mode 100644 doc/api/rng.rst

Reviewed-by: Simon Glass <sjg at chromium.org>

Maybe it is too late, but I prefer 'rand' to 'rng'. I find 'hwrng'
particularly unreadable...


More information about the U-Boot mailing list