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)
Wed, Oct 23, 11:53 PM
Unknown Object (File)
Tue, Oct 15, 3:44 AM
Unknown Object (File)
Sep 30 2024, 9:37 AM
Unknown Object (File)
Sep 28 2024, 2:28 PM
Unknown Object (File)
Sep 27 2024, 12:01 PM
Unknown Object (File)
Sep 22 2024, 11:37 PM
Unknown Object (File)
Sep 22 2024, 7:29 PM
Unknown Object (File)
Sep 18 2024, 5:08 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.