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