aboutsummaryrefslogtreecommitdiff
path: root/hw/riscv/sifive_prci.c
AgeCommit message (Expand)Author
2019-09-17riscv: sifive: Rename sifive_prci.{c, h} to sifive_e_prci.{c, h}Bin Meng
2019-09-17riscv: hw: Remove the unnecessary include of target/riscv/cpu.hBin Meng
2019-09-17riscv: hw: Change to use qemu_log_mask(LOG_GUEST_ERROR, ...) insteadBin Meng
2019-09-17riscv: hw: Remove duplicated "hw/hw.h" inclusionBin Meng
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster
2019-06-23sifive_prci: Read and write PRCI registersNathaniel Graff
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster
2018-03-07SiFive RISC-V PRCI BlockMichael Clark