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, Apr 17, 7:58 AM
Unknown Object (File)
Sun, Apr 7, 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
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
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

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

mhorne created this revision.
sys/riscv/conf/GENERIC
171 ↗(On Diff #77272)

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.