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)
Wed, May 8, 9:56 PM
Unknown Object (File)
Thu, May 2, 6:44 PM
Unknown Object (File)
Sat, Apr 27, 9:52 PM
Unknown Object (File)
Wed, Apr 17, 7:58 AM
Unknown Object (File)
Apr 7 2024, 4:51 PM
Unknown Object (File)
Mar 11 2024, 1:45 AM
Unknown Object (File)
Jan 14 2024, 10:45 PM
Unknown Object (File)
Jan 11 2024, 10:51 PM
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 33681
Build 30919: 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.