commit | b91b6b5a2cd83a096116929dfc8e016091080adc | [log] [tgz] |
---|---|---|
author | Jason A. Donenfeld <Jason@zx2c4.com> | Thu Sep 08 11:40:30 2022 +0200 |
committer | Edgar E. Iglesias <edgar.iglesias@amd.com> | Wed Sep 21 19:59:56 2022 +0200 |
tree | f4d58b8ee841ad4a595c98d22f35d2c1795d770f | |
parent | 2906f933dd1de6d94c54881cc16ea7390a6ba300 [diff] |
hw/microblaze: pass random seed to fdt If the FDT contains /chosen/rng-seed, then the Linux RNG will use it to initialize early. Set this using the usual guest random number generation function. This FDT node is part of the DT specification. Reviewed-by: Edgar E. Iglesias <edgar.iglesias@gmail.com> Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> Signed-off-by: Edgar E. Iglesias <edgar.iglesias@amd.com>