Re: [PATCH v6 0/8] Add a random number generator uclass

2019-12-31 Thread Sughosh Ganu
On Tue, 31 Dec 2019 at 12:38, Heinrich Schuchardt wrote: > On 12/31/19 3:56 AM, Sughosh Ganu wrote: > > > > On Sat, 28 Dec 2019 at 13:22, Heinrich Schuchardt > > wrote: > > > > On 12/27/19 3:23 PM, Sughosh Ganu wrote: > > > Add a random number generator(rng)

Re: [PATCH v6 0/8] Add a random number generator uclass

2019-12-30 Thread Heinrich Schuchardt
On 12/31/19 3:56 AM, Sughosh Ganu wrote: On Sat, 28 Dec 2019 at 13:22, Heinrich Schuchardt mailto:xypron.g...@gmx.de>> wrote: On 12/27/19 3:23 PM, Sughosh Ganu wrote: > Add a random number generator(rng) uclass to facilitate adding drivers > for rng devices. I plan to add an

Re: [PATCH v6 0/8] Add a random number generator uclass

2019-12-30 Thread Sughosh Ganu
On Sat, 28 Dec 2019 at 13:22, Heinrich Schuchardt wrote: > On 12/27/19 3:23 PM, Sughosh Ganu wrote: > > Add a random number generator(rng) uclass to facilitate adding drivers > > for rng devices. I plan to add an implementation of the > > EFI_RNG_PROTOCOL, which would get the random number from

Re: [PATCH v6 0/8] Add a random number generator uclass

2019-12-27 Thread Heinrich Schuchardt
On 12/27/19 3:23 PM, Sughosh Ganu wrote: Add a random number generator(rng) uclass to facilitate adding drivers for rng devices. I plan to add an implementation of the EFI_RNG_PROTOCOL, which would get the random number from the rng uclass -- the protocol would be used by the efi stub for

[PATCH v6 0/8] Add a random number generator uclass

2019-12-27 Thread Sughosh Ganu
Add a random number generator(rng) uclass to facilitate adding drivers for rng devices. I plan to add an implementation of the EFI_RNG_PROTOCOL, which would get the random number from the rng uclass -- the protocol would be used by the efi stub for getting a random number for the kaslr feature.