Re: [PATCH v7 0/4] automatically add /chosen/kaslr-seed and deduplicate code

2024-06-30 Thread Tom Rini
On Tue, 18 Jun 2024 14:06:05 -0700, Tim Harvey wrote: > This series will automatically add /chosen/kaslr-seed to the dt if > DM_RNG is enabled > during the boot process. > > If RANDOMIZE_BASE is enabled in the Linux kernel instructing it to > randomize the virtual address at which the kernel

[PATCH v7 0/4] automatically add /chosen/kaslr-seed and deduplicate code

2024-06-18 Thread Tim Harvey
This series will automatically add /chosen/kaslr-seed to the dt if DM_RNG is enabled during the boot process. If RANDOMIZE_BASE is enabled in the Linux kernel instructing it to randomize the virtual address at which the kernel image is loaded, it expects entropy to be provided by the bootloader