]> git.proxmox.com Git - mirror_edk2.git/commit - OvmfPkg/VirtioRngDxe/VirtioRng.inf
OvmfPkg: implement UEFI driver for Virtio RNG devices
authorArd Biesheuvel <ard.biesheuvel@linaro.org>
Fri, 19 Feb 2016 10:43:12 +0000 (11:43 +0100)
committerArd Biesheuvel <ard.biesheuvel@linaro.org>
Wed, 24 Feb 2016 11:07:32 +0000 (12:07 +0100)
commit5528732a51bc998702ee49f6b8c86f076521d394
tree26031e04cbea11722f3504c802432753dfb3eaa6
parent8bc951a26419c7d3fa45f8e583318690b108a6cd
OvmfPkg: implement UEFI driver for Virtio RNG devices

This implements a UEFI driver model driver for Virtio devices of type
VIRTIO_SUBSYSTEM_ENTROPY_SOURCE, and exposes them via instances of
the EFI_RNG_PROTOCOL protocol, supporting the EFI_RNG_ALGORITHM_RAW
algorithm only.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Reviewed-by: Laszlo Ersek <lersek@redhat.com>
OvmfPkg/VirtioRngDxe/VirtioRng.c [new file with mode: 0644]
OvmfPkg/VirtioRngDxe/VirtioRng.h [new file with mode: 0644]
OvmfPkg/VirtioRngDxe/VirtioRng.inf [new file with mode: 0644]