diff --git a/u-boot-2019.07-rc4-riscv-imply-VIRTIO_PCI.patch b/u-boot-2019.07-rc4-riscv-imply-VIRTIO_PCI.patch new file mode 100644 index 0000000..b55bf61 --- /dev/null +++ b/u-boot-2019.07-rc4-riscv-imply-VIRTIO_PCI.patch @@ -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 diff --git a/uboot-tools.spec b/uboot-tools.spec index 1f033bf..f65dc31 100644 --- a/uboot-tools.spec +++ b/uboot-tools.spec @@ -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 2019.07-0.1-rc4.1.riscv64 +- Add VIRTIO_PCI for RISC-V QEMU emulation + * Fri Jun 21 2019 David Abdurachmanov 2019.07-0.1-rc4.0.riscv64 - Add support for RISC-V (riscv64)