On Fri, Sep 30, 2022 at 7:24 AM Jason A. Donenfeld <[email protected]> wrote: > > When the system reboots, the rng-seed that the FDT has should be > re-randomized, so that the new boot gets a new seed. Several > architectures require this functionality, so export a function for > injecting a new seed into the given FDT. > > Cc: Alistair Francis <[email protected]> > Cc: David Gibson <[email protected]> > Signed-off-by: Jason A. Donenfeld <[email protected]> > --- > include/sysemu/device_tree.h | 9 +++++++++ > softmmu/device_tree.c | 21 +++++++++++++++++++++ > 2 files changed, 30 insertions(+) >
Reviewed-by: Bin Meng <[email protected]>
