Re: [PATCH v5 2/3] fdt: add support for rng-seed
From: Stephen Boyd <hidden>
Date: 2019-05-28 15:53:53
Also in:
linux-arm-kernel, lkml
From: Stephen Boyd <hidden>
Date: 2019-05-28 15:53:53
Also in:
linux-arm-kernel, lkml
Quoting Hsin-Yi Wang (2019-05-26 21:33:35)
Introducing a chosen node, rng-seed, which is an entropy that can be passed to kernel called very early to increase initial device randomness. Bootloader should provide this entropy and the value is read from /chosen/rng-seed in DT. Signed-off-by: Hsin-Yi Wang <redacted> ---
Reviewed-by: Stephen Boyd <redacted>