forked from OERV-BSP/u-boot
Merge branch 'next'
Merge in all changes from the next branch now that the release is out.
This commit is contained in:
@@ -11,16 +11,22 @@ Synopsis
|
||||
|
||||
::
|
||||
|
||||
rng [devnum [n]]
|
||||
rng list
|
||||
rng [dev] [n]
|
||||
|
||||
Description
|
||||
-----------
|
||||
rng list
|
||||
--------
|
||||
|
||||
List all the probed rng devices.
|
||||
|
||||
rng [dev] [n]
|
||||
-------------
|
||||
|
||||
The *rng* command reads the random number generator(RNG) device and
|
||||
prints the random bytes read on the console. A maximum of 64 bytes can
|
||||
be read in one invocation of the command.
|
||||
|
||||
devnum
|
||||
dev
|
||||
The RNG device from which the random bytes are to be
|
||||
read. Defaults to 0.
|
||||
|
||||
|
||||
@@ -39,6 +39,7 @@ setexpr name gsub <r> <s> [<t>]
|
||||
string <t>, substitute the string <s>.
|
||||
The result is assigned to <name>.
|
||||
If <t> is not supplied, use the old value of <name>.
|
||||
If no substring matching <r> is found in <t>, assign <t> to <name>.
|
||||
|
||||
setexpr name sub <r> <s> [<t>]
|
||||
Just like gsub(), but replace only the first matching substring
|
||||
|
||||
Reference in New Issue
Block a user