Date: Thu, 23 Jan 2025 02:39:28 +0100 From: Robert Clausecker <fuz@freebsd.org> Cc: ports-committers@freebsd.org, dev-commits-ports-all@freebsd.org, dev-commits-ports-main@freebsd.org, uboot@freebsd.org Subject: Re: git: 5912458941af - main - emulators/rvvm: RISC-V Virtual Machine Message-ID: <Z5Gd0GrzIShXwprF@fuz.su> In-Reply-To: <202501230107.50N17LLp083244@gitrepo.freebsd.org>
index | next in thread | previous in thread | raw e-mail
Am Thu, Jan 23, 2025 at 01:07:21AM +0000 schrieb Robert Clausecker: > The branch main has been updated by fuz: > > URL: https://cgit.FreeBSD.org/ports/commit/?id=5912458941af2189b7fa940dd20a21fd168e67fd > > commit 5912458941af2189b7fa940dd20a21fd168e67fd > Author: Robert Clausecker <fuz@FreeBSD.org> > AuthorDate: 2025-01-22 23:29:49 +0000 > Commit: Robert Clausecker <fuz@FreeBSD.org> > CommitDate: 2025-01-23 01:06:22 +0000 > > emulators/rvvm: RISC-V Virtual Machine > > RVVM is a virtual machine / emulator for RISC-V guests, which emphasizes > on performance, security, lean code and portability. It already runs a > lot of guest operating systems, including Linux, Haiku, FreeBSD, > OpenBSD, etc. It also aims to run RISC-V applications on a foreign-arch > host without full OS guest & isolation (Userland emulation). > > WWW: https://github.com/LekKit/RVVM > --- > emulators/Makefile | 1 + > emulators/rvvm/Makefile | 79 +++++++++++++++++++++++++++++++++++++ > emulators/rvvm/distinfo | 9 +++++ > emulators/rvvm/files/patch-Makefile | 75 +++++++++++++++++++++++++++++++++++ > emulators/rvvm/files/pkg-message.in | 11 ++++++ > emulators/rvvm/pkg-descr | 5 +++ > emulators/rvvm/pkg-plist | 30 ++++++++++++++ > 7 files changed, 210 insertions(+) > +MASTER_SITES= https://github.com/LekKit/patches-misc/releases/download/rvvm-uboot-2024.7/:fw \ > + https://github.com/LekKit/riscv-tests/releases/download/rvvm-tests/:tests > +DISTFILES= ${FWFILES:.bin=.bin:fw} riscv-tests.tar.gz:tests It would be great if we could build these firmware images from source. Upstream provides a patch set for U-Boot in the repository given in MASTER_SITES, but I don't know enough about U-Boot to generate the right images from that. Maybe someone from uboot@ could help? Yours, Robert Clausecker -- () ascii ribbon campaign - for an encoding-agnostic world /\ - against html email - against proprietary attachmentshome | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Z5Gd0GrzIShXwprF>
