You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
qemu/hw/openrisc
Jason A. Donenfeld 2db07d0506 openrisc: re-randomize rng-seed on reboot
When the system reboots, the rng-seed that the FDT has should be
re-randomized, so that the new boot gets a new seed. Since the FDT is in
the ROM region at this point, we add a hook right after the ROM has been
added, so that we have a pointer to that copy of the FDT.

Cc: Stafford Horne <shorne@gmail.com>
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Message-id: 20221025004327.568476-11-Jason@zx2c4.com
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
2 years ago
..
Kconfig hw/openrisc: Add PCI bus support to virt 2 years ago
boot.c openrisc: re-randomize rng-seed on reboot 2 years ago
cputimer.c hw/openrisc: Initialize timer time at startup 2 years ago
meson.build hw/openrisc: Add the OpenRISC virtual machine 2 years ago
openrisc_sim.c hw/openrisc: Split re-usable boot time apis out to boot.c 2 years ago
virt.c hw/openrisc: virt: pass random seed to fdt 2 years ago