Page MenuHomeFreeBSD

RISC-V: build SiFive drivers and DTB in GENERIC
ClosedPublic

Authored by mhorne on Sep 20 2020, 11:29 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Mar 11, 1:45 AM
Unknown Object (File)
Jan 14 2024, 10:45 PM
Unknown Object (File)
Jan 11 2024, 10:51 PM
Unknown Object (File)
Dec 20 2023, 5:03 AM
Unknown Object (File)
Dec 5 2023, 4:14 PM
Unknown Object (File)
Nov 22 2023, 9:31 AM
Unknown Object (File)
Nov 21 2023, 5:40 PM
Unknown Object (File)
Nov 15 2023, 7:20 AM
Subscribers

Details

Summary

In the spirit of the GENERIC config, we should include the drivers required to
run on most supported platforms.

Test Plan

Build GENERIC.

Diff Detail

Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 33709
Build 30944: arc lint + arc unit

Event Timeline

mhorne created this revision.
sys/riscv/conf/GENERIC
171

The always on hardware exists only on the FE310, not the FU540 chip.
We don't support running on FE310 hardware (it's rv32 for one), so I don't know if we want to build that driver in.

It exists because there's other RISC-V RV64 hardware that does have the aon device, but you can't buy that (yet).

mhorne marked an inline comment as done.

Remove fe310 always-on device.

This revision is now accepted and ready to land.Sep 22 2020, 6:33 AM
This revision was automatically updated to reflect the committed changes.