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

2019-12-30 Thread Heinrich Schuchardt
On 12/29/19 11:00 AM, 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 v8 0/8] Add a random number generator uclass

2019-12-29 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.