commit | 6d60b6ee0c9777b92c47f6dc8aad1dd90612e4fa | [log] [tgz] |
---|---|---|
author | Palmer Dabbelt <palmer@dabbelt.com> | Mon Jul 10 18:05:09 2017 -0700 |
committer | Palmer Dabbelt <palmer@dabbelt.com> | Tue Sep 26 15:26:47 2017 -0700 |
tree | 759b45dbcebd1700f2f9df4deb0513ba54da36c7 | |
parent | 7db91e57a0acde126a162ababfb1e0ab190130cb [diff] |
RISC-V: Device, timer, IRQs, and the SBI This patch contains code that interfaces with devices that are mandated by the RISC-V supervisor specification and that don't have explicit drivers anywhere else in the tree. This includes the staticly defined interrupts, the CSR-mapped timer, and virtualized SBI devices. Signed-off-by: Palmer Dabbelt <palmer@dabbelt.com>