Page MenuHomeFreeBSD

Update riscv-isa-sim to 2020-11-02 snapshot
ClosedPublic

Authored by mhorne on Nov 9 2020, 12:45 AM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Oct 14, 5:41 AM
Unknown Object (File)
Tue, Oct 7, 4:37 AM
Unknown Object (File)
Sat, Oct 4, 2:09 AM
Unknown Object (File)
Aug 6 2025, 12:49 AM
Unknown Object (File)
Jul 26 2025, 1:13 AM
Unknown Object (File)
Jun 27 2025, 9:31 PM
Unknown Object (File)
Jun 26 2025, 10:18 AM
Unknown Object (File)
Jun 19 2025, 8:32 AM
Subscribers
None

Details

Summary
  • Switch to the official upstream, github.com/riscv/riscv-isa-sim.
  • Deprecate emulators/riscv-fesvr, as it is now bundled with Spike.
  • Drop patches
Test Plan

Build with poudriere testport. portlint -C is okay.

There appears to be at least one bug in FreeBSD that prevents us from booting
past mountroot, but that shouldn't block this update.

Diff Detail

Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 34702
Build 31762: arc lint + arc unit

Event Timeline

mhorne created this revision.

Looks good to me. Please feel free to commit it.

Let's directly remove emulators/riscv-fesvr, just add a line in ports/MOVED is fine.

emulators/riscv-isa-sim/Makefile
22

We're removing emulators/riscv-fesvr so this line is not very necessary.

This revision is now accepted and ready to land.Nov 9 2020, 2:13 AM

Looks good to me. Please feel free to commit it.

Let's directly remove emulators/riscv-fesvr, just add a line in ports/MOVED is fine.

Thanks, this is a better way to handle it. Will commit shortly :)

Committed, but didn't seem to close automatically.