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)
commit4f24ac08afccd5f51f0b4c7023fc8cf45efe8163
tree502ca8e1ab0da77acbfcd562d6392cf7f65c122d
parent03018ea8fd09b3dffb63830e5c0e445de42f572a
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]