Re: [PATCH v5 3/3] arm64: kexec_file: add rng-seed support

2019-05-28 Thread Stephen Boyd
Quoting Hsin-Yi Wang (2019-05-26 21:33:36) > Adding "rng-seed" to dtb. It's fine to add this property if original > fdt doesn't contain it. Since original seed will be wiped after > read, so use a default size 128 bytes here. > > Signed-off-by: Hsin-Yi Wang > --- Reviewed-by: Stephen Boyd

[PATCH v5 3/3] arm64: kexec_file: add rng-seed support

2019-05-26 Thread Hsin-Yi Wang
Adding "rng-seed" to dtb. It's fine to add this property if original fdt doesn't contain it. Since original seed will be wiped after read, so use a default size 128 bytes here. Signed-off-by: Hsin-Yi Wang --- arch/arm64/kernel/machine_kexec_file.c | 22 +- 1 file changed, 21