diff options
author | Ard Biesheuvel <ard.biesheuvel@linaro.org> | 2016-02-22 08:52:15 +0100 |
---|---|---|
committer | Ard Biesheuvel <ard.biesheuvel@linaro.org> | 2016-02-24 12:07:33 +0100 |
commit | e881ab44871a3c8dac22430d25c4ab4b9661710e (patch) | |
tree | b6cf45d131c4be35f6a52f4f8deec35aa46a5390 /ArmVirtPkg/ArmVirtQemu.fdf | |
parent | 5528732a51bc998702ee49f6b8c86f076521d394 (diff) | |
download | edk2-platforms-e881ab44871a3c8dac22430d25c4ab4b9661710e.tar.xz |
ArmVirtPkg: ArmVirtQemu: add driver for Virtio-RNG device
This adds the new Virtio-RNG DXE module to the default build of
ArmVirtQemu. Note that QEMU needs to be invoked with the 'device
virtio-rng-pci' option in order for this device to be exposed to
the guest.
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Reviewed-by: Laszlo Ersek <lersek@redhat.com>
Diffstat (limited to 'ArmVirtPkg/ArmVirtQemu.fdf')
-rw-r--r-- | ArmVirtPkg/ArmVirtQemu.fdf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ArmVirtPkg/ArmVirtQemu.fdf b/ArmVirtPkg/ArmVirtQemu.fdf index 0704b56968..ef456539cc 100644 --- a/ArmVirtPkg/ArmVirtQemu.fdf +++ b/ArmVirtPkg/ArmVirtQemu.fdf @@ -160,6 +160,7 @@ READ_LOCK_STATUS = TRUE INF OvmfPkg/VirtioBlkDxe/VirtioBlk.inf
INF OvmfPkg/VirtioNetDxe/VirtioNet.inf
INF OvmfPkg/VirtioScsiDxe/VirtioScsi.inf
+ INF OvmfPkg/VirtioRngDxe/VirtioRng.inf
#
# UEFI application (Shell Embedded Boot Loader)
|