Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F161671980
D27044.id79044.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
794 B
Referenced Files
None
Subscribers
None
D27044.id79044.diff
View Options
Index: release/tools/vmimage.subr
===================================================================
--- release/tools/vmimage.subr
+++ release/tools/vmimage.subr
@@ -30,7 +30,7 @@
-p freebsd-boot/bootfs:=${BOOTFILES}/i386/gptboot/gptboot"
ROOTFSPART="-p freebsd-ufs/rootfs:=${VMBASE}"
;;
- arm64:aarch64)
+ arm64:aarch64 | riscv:riscv64*)
ESP=yes
SCHEME=gpt
BOOTPARTS=
Index: tools/boot/install-boot.sh
===================================================================
--- tools/boot/install-boot.sh
+++ tools/boot/install-boot.sh
@@ -38,6 +38,7 @@
arm64) echo bootaa64 ;;
i386) echo bootia32 ;;
arm) echo bootarm ;;
+ riscv) echo bootriscv64 ;;
*) die "machine type $(uname -m) doesn't support UEFI" ;;
esac
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Jul 6, 8:00 PM (12 h, 5 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
34767262
Default Alt Text
D27044.id79044.diff (794 B)
Attached To
Mode
D27044: riscv: allow building virtual machine images
Attached
Detach File
Event Timeline
Log In to Comment