Re: [PATCH v5 2/3] fdt: add support for rng-seed

2019-06-11 Thread Rob Herring
On Mon, Jun 10, 2019 at 06:59:11PM +0800, Hsin-Yi Wang wrote: > On Tue, May 28, 2019 at 11:53 PM Stephen Boyd wrote: > > > > 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 in

Re: [PATCH v5 2/3] fdt: add support for rng-seed

2019-06-10 Thread Hsin-Yi Wang
On Tue, May 28, 2019 at 11:53 PM Stephen Boyd wrote: > > 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

Re: [PATCH v5 2/3] fdt: add support for rng-seed

2019-05-28 Thread Stephen Boyd
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