Add VIRTIO_PCI to RISC-V QEMU emulation

Signed-off-by: David Abdurachmanov <david.abdurachmanov@sifive.com>
This commit is contained in:
David Abdurachmanov 2019-06-26 09:55:27 +03:00
parent b8d8a2c629
commit 8a5a414e3c
Signed by: davidlt
GPG Key ID: 8B7F1DA0E2C9FDBB
2 changed files with 18 additions and 1 deletions

View File

@ -0,0 +1,12 @@
diff --git a/board/emulation/qemu-riscv/Kconfig b/board/emulation/qemu-riscv/Kconfig
index 7f9a74dd..6cc7c31d 100644
--- a/board/emulation/qemu-riscv/Kconfig
+++ b/board/emulation/qemu-riscv/Kconfig
@@ -24,6 +24,7 @@ config BOARD_SPECIFIC_OPTIONS # dummy
imply VIRTIO_MMIO
imply VIRTIO_NET
imply VIRTIO_BLK
+ imply VIRTIO_PCI
imply CMD_PING
imply CMD_FS_GENERIC
imply DOS_PARTITION

View File

@ -2,7 +2,7 @@
Name: uboot-tools
Version: 2019.07
Release: 0.1%{?candidate:.%{candidate}}.0.riscv64%{?dist}
Release: 0.1%{?candidate:.%{candidate}}.1.riscv64%{?dist}
Summary: U-Boot utilities
License: GPLv2+ BSD LGPL-2.1+ LGPL-2.0+
URL: http://www.denx.de/wiki/U-Boot
@ -27,6 +27,8 @@ Patch8: ARM-tegra-Add-NVIDIA-Jetson-Nano.patch
Patch9: arm-tegra-defaine-fdtfile-for-all-devices.patch
Patch10: 0001-configs-tinker-rk3288-disable-CONFIG_SPL_I2C_SUPPORT.patch
Patch20: u-boot-2019.07-rc4-riscv-imply-VIRTIO_PCI.patch
BuildRequires: bc
BuildRequires: dtc
BuildRequires: make
@ -288,6 +290,9 @@ cp -p board/warp7/README builds/docs/README.warp7
%endif
%changelog
* Wed Jun 26 2019 David Abdurachmanov <david.abdurachmanov@sifive.com> 2019.07-0.1-rc4.1.riscv64
- Add VIRTIO_PCI for RISC-V QEMU emulation
* Fri Jun 21 2019 David Abdurachmanov <david.abdurachmanov@sifive.com> 2019.07-0.1-rc4.0.riscv64
- Add support for RISC-V (riscv64)