summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author David Srbecky <dsrbecky@google.com> 2024-11-27 13:10:58 +0000
committer Treehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com> 2024-11-27 14:44:09 +0000
commitb16c991a56873f7baddec375ca63691f43a1afd6 (patch)
tree9353ba20fc79c047d6ff9fc89b3057a167899b6c
parent6f3f338c33a96e0debe107d08372071e37577c7d (diff)
qemu: Remove opensbi
It is no longer needed in newer QEMU versions. Test: VM boots Change-Id: Ifca9b48d6d7cda60b335d8d24acf429c5ee51cc0
-rwxr-xr-xtools/buildbot-vm.sh6
1 files changed, 0 insertions, 6 deletions
diff --git a/tools/buildbot-vm.sh b/tools/buildbot-vm.sh
index 6827b47a24..720b06f749 100755
--- a/tools/buildbot-vm.sh
+++ b/tools/buildbot-vm.sh
@@ -54,11 +54,6 @@ if [[ $action = create ]]; then
u/u-boot/u-boot-qemu_2024.01+dfsg-5ubuntu2_all.deb \
usr/lib/u-boot/qemu-riscv64_smode/uboot.elf
- # Get OpenSBI for Ubuntu 22.04 (Jammy)
- get_stable_binary \
- o/opensbi/opensbi_1.3-1ubuntu0.23.04.2_all.deb \
- usr/lib/riscv64-linux-gnu/opensbi/generic/fw_jump.elf
-
elif [[ "$TARGET_ARCH" = "arm64" ]]; then
# Get EFI (ARM64)
get_stable_binary \
@@ -110,7 +105,6 @@ elif [[ $action = boot ]]; then
-m 16G \
-smp 8 \
-cpu rv64,v=true,elen=64,vlen=128,zba=true,zbb=true,zbs=true \
- -bios fw_jump.elf \
-kernel uboot.elf \
-drive file="$ART_TEST_VM_IMG",if=virtio \
-drive file=user-data.img,format=raw,if=virtio \