aboutsummaryrefslogtreecommitdiff
path: root/include/hw/riscv
AgeCommit message (Expand)AuthorFilesLines
2019-08-16Clean up inclusion of sysemu/sysemu.hMarkus Armbruster1-1/+0
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster1-1/+0
2019-08-16include: Make headers more self-containedMarkus Armbruster11-1/+23
2019-07-18hw/riscv: Load OpenSBI as the default firmwareAlistair Francis1-0/+3
2019-06-27hw/riscv: Add support for loading a firmwareAlistair Francis1-0/+2
2019-06-27hw/riscv: Split out the boot functionsAlistair Francis1-0/+27
2019-06-23RISC-V: Fix a memory leak when realizing a sifive_ePalmer Dabbelt1-0/+2
2019-06-23sifive_prci: Read and write PRCI registersNathaniel Graff1-0/+32
2019-05-24target/riscv: Add a base 32 and 64 bit CPUAlistair Francis1-2/+2
2019-05-24SiFive RISC-V GPIO DeviceFabien Chouteau2-2/+78
2019-05-13Clean up decorations and whitespace around header guardsMarkus Armbruster1-1/+0
2019-04-04riscv: plic: Fix incorrect irq calculationAlistair Francis3-4/+4
2018-12-20sifive_uart: Implement interrupt pending registerNathaniel Graff1-0/+3
2018-12-20sifive_u: Add clock DT node for GEM ethernetAnup Patel1-1/+2
2018-12-20hw/riscv/virt: Connect the gpex PCIeAlistair Francis1-1/+12
2018-12-20hw/riscv/virt: Increase the number of interruptsAlistair Francis1-1/+1
2018-09-04RISC-V: Use atomic_cmpxchg to update PLIC bitmapsMichael Clark1-1/+0
2018-07-05hw/riscv/sifive_u: Connect the Cadence GEM Ethernet deviceAlistair Francis1-2/+7
2018-07-05hw/riscv/sifive_plic: Use gpios instead of irqsAlistair Francis1-1/+0
2018-07-05hw/riscv/sifive_e: Create a SiFive E SoC objectAlistair Francis1-2/+14
2018-07-05hw/riscv/sifive_u: Create a SiFive U SoC objectAlistair Francis1-2/+14
2018-05-06RISC-V: Make virt header comment title consistentMichael Clark1-1/+1
2018-05-06RISC-V: Make some header guards more specificMichael Clark2-4/+4
2018-05-06RISC-V: Remove unused class definitionsMichael Clark4-22/+0
2018-05-06RISC-V: Use ROM base address and size from memmapMichael Clark1-2/+0
2018-05-06RISC-V: Replace hardcoded constants with enum valuesMichael Clark4-0/+16
2018-03-07SiFive Freedom U Series RISC-V MachineMichael Clark1-0/+69
2018-03-07SiFive Freedom E Series RISC-V MachineMichael Clark1-0/+79
2018-03-07SiFive RISC-V PRCI BlockMichael Clark1-0/+37
2018-03-07SiFive RISC-V UART DeviceMichael Clark1-0/+71
2018-03-07RISC-V VirtIO MachineMichael Clark1-0/+74
2018-03-07SiFive RISC-V Test FinisherMichael Clark1-0/+42
2018-03-07RISC-V Spike MachinesMichael Clark1-0/+53
2018-03-07SiFive RISC-V PLIC BlockMichael Clark1-0/+85
2018-03-07SiFive RISC-V CLINT BlockMichael Clark1-0/+50
2018-03-07RISC-V HART ArrayMichael Clark1-0/+39
2018-03-07RISC-V HTIF ConsoleMichael Clark1-0/+61