Re: [PATCH v7 1/4] Add fdt_kaslrseed function to add kaslr-seed to chosen node

2024-06-26 Thread Caleb Connolly
On 24/06/2024 17:47, Tim Harvey wrote: On Thu, Jun 20, 2024 at 6:58 AM Caleb Connolly wrote: Hi Tim, On 18/06/2024 23:06, Tim Harvey wrote: 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 entr

Re: [PATCH v7 1/4] Add fdt_kaslrseed function to add kaslr-seed to chosen node

2024-06-24 Thread Tim Harvey
On Thu, Jun 20, 2024 at 6:58 AM Caleb Connolly wrote: > > Hi Tim, > > On 18/06/2024 23:06, Tim Harvey wrote: > > 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 bo

Re: [PATCH v7 1/4] Add fdt_kaslrseed function to add kaslr-seed to chosen node

2024-06-20 Thread Caleb Connolly
Hi Tim, On 18/06/2024 23:06, Tim Harvey wrote: 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 by populating /chosen/kaslr-seed with a 64-bit value from sourc

[PATCH v7 1/4] Add fdt_kaslrseed function to add kaslr-seed to chosen node

2024-06-18 Thread Tim Harvey
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 by populating /chosen/kaslr-seed with a 64-bit value from source of entropy at boot. Add a fdt_kaslrseed functio