aboutsummaryrefslogtreecommitdiff
path: root/sys/riscv/cvitek
Commit message (Collapse)AuthorAgeFilesLines
* riscv: Add cvitek SoC files to the buildBojan Novković2025-08-011-0/+4
| | | | | Reviewed by: br, jrtc27 Differential Revision: https://reviews.freebsd.org/D48533
* riscv: Add driver for the cvitek reboot controllerBojan Novković2025-08-011-0/+158
| | | | | | | | This patch adds support for the cvitek reboot controller. This controller is present on the Milk-V riscv SoCs. Reviewed by: br, mhorne, jrtc27 Differential review: https://reviews.freebsd.org/D48532
* riscv: Add driver for cvitek reset controllerBojan Novković2025-08-011-0/+132
This patch adds support for the cvitek reset controller. This controller is present on the Milk-V riscv SoCs. The controller is currently only used by the if_dwc driver. Differential Revision: https://reviews.freebsd.org/D48531 Reviewed by: jrtc27, br