]> git.baikalelectronics.ru Git - uboot.git/commit
cmd: add rng command
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Tue, 24 Dec 2019 21:17:37 +0000 (22:17 +0100)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Tue, 7 Jan 2020 17:08:21 +0000 (18:08 +0100)
commitfb59999fb438e4fce716f1d8b87249556028ddd0
tree502ca8e1ab0da77acbfcd562d6392cf7f65c122d
parent0d669aeff719eb9b8870a9389c4e5b5ddda146b1
cmd: add rng command

For the RNG uclass we currently only have a test working on the sandbox.

Provide a command to test the hardware random number generator on
non-sandbox systems.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
cmd/Kconfig
cmd/Makefile
cmd/rng.c [new file with mode: 0644]