| b47e5c5d | 07-Aug-2021 |
Jessica Clarke <jrtc27@FreeBSD.org> |
sifive_gpio: Add SiFive GPIO controller driver
This is present on both the FU540 and FU740, but only needed for the FU740 in order to assert reset and power enable signals for its PCIe controller.
sifive_gpio: Add SiFive GPIO controller driver
This is present on both the FU540 and FU740, but only needed for the FU740 in order to assert reset and power enable signals for its PCIe controller.
Reviewed by: mhorne MFC after: 1 week Differential Revision: https://reviews.freebsd.org/D31031
show more ...
|
| 8e7e0690 | 07-Aug-2021 |
Jessica Clarke <jrtc27@FreeBSD.org> |
sifive_prci: Add reset support for the FU540 and FU740
This is needed for FU740 PCIe support. Whilst we don't need the FU540's resets they are also defined for completeness.
Reviewed by: manu MFC a
sifive_prci: Add reset support for the FU540 and FU740
This is needed for FU740 PCIe support. Whilst we don't need the FU540's resets they are also defined for completeness.
Reviewed by: manu MFC after: 1 week Differential Revision: https://reviews.freebsd.org/D31024
show more ...
|
| dcbea9a2 | 07-Aug-2021 |
Jessica Clarke <jrtc27@FreeBSD.org> |
sifive_prci: Delay attachment until after clk_fixed
This avoids noisy output from early attempts to attach before clk_fixed has attached to the parent clocks.
Reviewed by: kp, mhorne MFC after: 1 w
sifive_prci: Delay attachment until after clk_fixed
This avoids noisy output from early attempts to attach before clk_fixed has attached to the parent clocks.
Reviewed by: kp, mhorne MFC after: 1 week Differential Revision: https://reviews.freebsd.org/D31023
show more ...
|