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

2019-12-31 Thread Sughosh Ganu
On Sat, 28 Dec 2019 at 21:09, Tuomas Tynkkynen wrote: > Hi, > > On Sat, 28 Dec 2019 at 17:19, Heinrich Schuchardt > wrote: > > > > On 12/28/19 4:03 PM, Sughosh Ganu wrote: > > > > > > On Sat, 28 Dec 2019 at 20:01, Heinrich Schuchardt > > > wrote: > > > > > > On

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

2019-12-28 Thread Heinrich Schuchardt
On 12/27/19 3:26 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

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

2019-12-28 Thread Sughosh Ganu
On Sat, 28 Dec 2019 at 20:54, Heinrich Schuchardt wrote: > On 12/28/19 4:03 PM, Sughosh Ganu wrote: > > > > On Sat, 28 Dec 2019 at 20:01, Heinrich Schuchardt > > wrote: > > > > On 12/27/19 3:26 PM, Sughosh Ganu wrote: > > > Add support for the

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

2019-12-28 Thread Tuomas Tynkkynen
Hi, On Sat, 28 Dec 2019 at 17:19, Heinrich Schuchardt wrote: > > On 12/28/19 4:03 PM, Sughosh Ganu wrote: > > > > On Sat, 28 Dec 2019 at 20:01, Heinrich Schuchardt > > wrote: > > > > On 12/27/19 3:26 PM, Sughosh Ganu wrote: > > > Add support for the

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

2019-12-28 Thread Heinrich Schuchardt
On 12/28/19 4:03 PM, Sughosh Ganu wrote: On Sat, 28 Dec 2019 at 20:01, Heinrich Schuchardt mailto:xypron.g...@gmx.de>> wrote: On 12/27/19 3:26 PM, Sughosh Ganu wrote: > Add support for the EFI_RNG_PROTOCOL routines for the qemu arm64 > platform. EFI_RNG_PROTOCOL is an uefi

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

2019-12-28 Thread Sughosh Ganu
On Sat, 28 Dec 2019 at 20:01, Heinrich Schuchardt wrote: > On 12/27/19 3:26 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

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

2019-12-28 Thread Heinrich Schuchardt
On 12/27/19 3:26 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

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

2019-12-27 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