summaryrefslogtreecommitdiffstats
path: root/bsps/riscv/riscv/include/dev (follow)
Commit message (Collapse)AuthorAgeFilesLines
* riscv: Add CLINT and PLIC supportSebastian Huber2018-07-251-53/+0
| | | | | | The CLINT and PLIC need some per-processor state. Update #3433.
* bsp/riscv: Simplify printk() supportSebastian Huber2018-07-061-6/+2
| | | | | | | This is a prepartion to add NS16550 driver support to the console driver. Update #3433.
* bsp/riscv: Rework clock driverSebastian Huber2018-06-281-0/+53
| | | | | | | Use device tree provided timebase frequency. Do not write to read-only mtime register. Update #3433.
* bsp/riscv: Add device tree support for consoleSebastian Huber2018-06-281-0/+58
Update #3433.