Re: [PATCH 2/3] efi: qemu: arm64: Add efi_rng_protocol implementation for the platform

2019-12-25 Thread Sughosh Ganu
On Wed, 25 Dec 2019 at 13:51, Heinrich Schuchardt wrote: > On 12/25/19 7:21 AM, Sughosh Ganu wrote: > > hi Heinrich, > > Thanks for the review. > > > > On Tue, 24 Dec 2019 at 22:35, Heinrich Schuchardt > > wrote: > > > > On 12/24/19 4:54 PM, Sughosh Ganu wrote: > >

Re: [PATCH 2/3] efi: qemu: arm64: Add efi_rng_protocol implementation for the platform

2019-12-25 Thread Heinrich Schuchardt
On 12/25/19 7:21 AM, Sughosh Ganu wrote: hiĀ Heinrich, Thanks for the review. On Tue, 24 Dec 2019 at 22:35, Heinrich Schuchardt mailto:xypron.g...@gmx.de>> wrote: On 12/24/19 4:54 PM, Sughosh Ganu wrote: > Add support for the EFI_RNG_PROTOCOL routines for the qemu arm64 > platform.

Re: [PATCH 2/3] efi: qemu: arm64: Add efi_rng_protocol implementation for the platform

2019-12-24 Thread Sughosh Ganu
hi Heinrich, Thanks for the review. On Tue, 24 Dec 2019 at 22:35, Heinrich Schuchardt wrote: > On 12/24/19 4:54 PM, Sughosh Ganu wrote: > > Add support for the EFI_RNG_PROTOCOL routines for the qemu arm64 > > platform. EFI_RNG_PROTOCOL is an uefi boottime service which is > > invoked by the efi

Re: [PATCH 2/3] efi: qemu: arm64: Add efi_rng_protocol implementation for the platform

2019-12-24 Thread Heinrich Schuchardt
On 12/24/19 4:54 PM, Sughosh Ganu wrote: Add support for the EFI_RNG_PROTOCOL routines for the qemu arm64 platform. EFI_RNG_PROTOCOL is an uefi boottime service which is invoked by the efi stub in the kernel for getting random seed for kaslr. The routines are platform specific, and use the virti

[PATCH 2/3] efi: qemu: arm64: Add efi_rng_protocol implementation for the platform

2019-12-24 Thread Sughosh Ganu
Add support for the EFI_RNG_PROTOCOL routines for the qemu arm64 platform. EFI_RNG_PROTOCOL is an uefi boottime service which is invoked by the efi stub in the kernel for getting random seed for kaslr. The routines are platform specific, and use the virtio-rng device on the platform to get random