Re: [PATCH v3] efi_loader: Get rid of kaslr-seed if EFI_RNG_PROTOCOL is installed

2022-01-03 Thread Mark Kettenis
> From: Ilias Apalodimas > Date: Mon, 3 Jan 2022 14:07:37 +0200 > > U-Boot, in some occasions, injects a 'kaslr-seed' property on the /chosen > node. That would be problematic in case we want to measure the DTB we > install in the config table, since it would change across reboots. > > The Lin

[PATCH v3] efi_loader: Get rid of kaslr-seed if EFI_RNG_PROTOCOL is installed

2022-01-03 Thread Ilias Apalodimas
U-Boot, in some occasions, injects a 'kaslr-seed' property on the /chosen node. That would be problematic in case we want to measure the DTB we install in the config table, since it would change across reboots. The Linux kernel EFI-stub completely ignores it and only relies on EFI_RNG_PROTOCOL fo