From 2cacd8414daf6a0643926392f05fd397ed1e9b66 Mon Sep 17 00:00:00 2001 From: Bin Meng Date: Fri, 1 May 2020 21:45:55 +0800 Subject: hw/riscv: Use pre-built bios image of generic platform for virt & sifive_u Update virt and sifive_u machines to use the opensbi fw_dynamic bios image built for the generic FDT platform. Remove the out-of-date no longer used bios images. Note: 1. To test 32-bit Linux kernel on QEMU 'sifive_u' 32-bit machine, the following patch is needed: http://lists.infradead.org/pipermail/linux-riscv/2020-July/001213.html 2. To test 64-bit Linux 5.3 kernel on QEMU 'virt' or 'sifive_u' 64-bit machines, the following commit should be cherry-picked to 5.3: commit 922b0375fc93fb1a20c5617e37c389c26bbccb70 Author: Albert Ou Date: Fri Sep 27 16:14:18 2019 -0700 riscv: Fix memblock reservation for device tree blob Linux 5.4 or above already contains this commit/fix. Signed-off-by: Bin Meng Reviewed-by: Anup Patel Reviewed-by: Alistair Francis Message-Id: <1596439832-29238-5-git-send-email-bmeng.cn@gmail.com> Signed-off-by: Alistair Francis --- pc-bios/opensbi-riscv64-generic-fw_dynamic.bin | Bin 0 -> 70792 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 pc-bios/opensbi-riscv64-generic-fw_dynamic.bin (limited to 'pc-bios/opensbi-riscv64-generic-fw_dynamic.bin') diff --git a/pc-bios/opensbi-riscv64-generic-fw_dynamic.bin b/pc-bios/opensbi-riscv64-generic-fw_dynamic.bin new file mode 100644 index 0000000000..16c0cf4d0a Binary files /dev/null and b/pc-bios/opensbi-riscv64-generic-fw_dynamic.bin differ -- cgit v1.2.3