aboutsummaryrefslogtreecommitdiff
path: root/include/hw/riscv
AgeCommit message (Expand)AuthorFilesLines
2020-11-03hw/riscv: microchip_pfsoc: Connect the SYSREG moduleBin Meng1-0/+2
2020-11-03hw/riscv: microchip_pfsoc: Connect the IOSCB moduleBin Meng1-1/+3
2020-11-03hw/riscv: microchip_pfsoc: Connect DDR memory controller modulesBin Meng1-0/+5
2020-10-22hw/riscv: Load the kernel after the firmwareAlistair Francis1-0/+3
2020-10-22hw/riscv: Add a riscv_is_32_bit() functionAlistair Francis1-0/+2
2020-10-22hw/riscv: Return the end address of the loaded firmwareAlistair Francis1-4/+4
2020-10-22hw/riscv: sifive_u: Allow specifying the CPUAlistair Francis1-0/+1
2020-09-18Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost2-6/+2
2020-09-18sifive_u: Rename memmap enum constantsEduardo Habkost1-17/+17
2020-09-18sifive_e: Rename memmap enum constantsEduardo Habkost1-19/+19
2020-09-13Merge remote-tracking branch 'remotes/alistair/tags/pull-riscv-to-apply-20200...Peter Maydell13-642/+149
2020-09-09hw/riscv: Move sifive_test model to hw/miscBin Meng1-45/+0
2020-09-09hw/riscv: Move sifive_uart model to hw/charBin Meng1-77/+0
2020-09-09hw/riscv: Move riscv_htif model to hw/charBin Meng1-59/+0
2020-09-09hw/riscv: Move sifive_plic model to hw/intcBin Meng1-81/+0
2020-09-09hw/riscv: Move sifive_clint model to hw/intcBin Meng1-60/+0
2020-09-09hw/riscv: Move sifive_gpio model to hw/gpioBin Meng3-78/+2
2020-09-09hw/riscv: Move sifive_u_otp model to hw/miscBin Meng2-81/+1
2020-09-09hw/riscv: Move sifive_u_prci model to hw/miscBin Meng2-92/+1
2020-09-09hw/riscv: Move sifive_e_prci model to hw/miscBin Meng1-71/+0
2020-09-09hw/riscv: sifive_u: Connect a DMA controllerBin Meng1-0/+11
2020-09-09hw/riscv: clint: Avoid using hard-coded timebase frequencyBin Meng1-1/+3
2020-09-09hw/riscv: microchip_pfsoc: Hook GPIO controllersBin Meng1-0/+3
2020-09-09hw/riscv: microchip_pfsoc: Connect 2 Cadence GEMsBin Meng1-0/+7
2020-09-09hw/riscv: microchip_pfsoc: Connect a DMA controllerBin Meng1-0/+11
2020-09-09hw/riscv: microchip_pfsoc: Connect a Cadence SDHCI controller and an SD cardBin Meng1-0/+4
2020-09-09hw/riscv: microchip_pfsoc: Connect 5 MMUARTsBin Meng1-0/+20
2020-09-09hw/riscv: Initial support for Microchip PolarFire SoC Icicle Kit boardBin Meng1-0/+88
2020-09-09hw/riscv: hart: Add a new 'resetvec' propertyBin Meng1-0/+1
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost4-8/+8
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost4-8/+16
2020-08-27opentitan: Rename memmap enum constantsEduardo Habkost1-19/+19
2020-08-25hw/riscv: virt: Allow creating multiple NUMA socketsAnup Patel1-2/+7
2020-08-25hw/riscv: spike: Allow creating multiple NUMA socketsAnup Patel1-2/+9
2020-08-25hw/riscv: Add helpers for RISC-V multi-socket NUMA machinesAnup Patel1-0/+113
2020-08-25hw/riscv: Allow creating multiple instances of PLICAnup Patel1-5/+7
2020-08-25hw/riscv: Allow creating multiple instances of CLINTAnup Patel1-3/+4
2020-08-21hw/riscv: sifive_u: Add a dummy L2 cache controller deviceBin Meng1-0/+4
2020-07-13riscv: Add opensbi firmware dynamic supportAtish Patra2-1/+62
2020-07-13RISC-V: Copy the fdt in dram instead of ROMAtish Patra1-1/+3
2020-07-13riscv: Unify Qemu's reset vector code pathAtish Patra1-0/+2
2020-06-19hw/riscv: sifive_u: Add a dummy DDR memory controller deviceBin Meng1-0/+1
2020-06-19hw/riscv: sifive_u: Support different boot source per MSEL pin stateBin Meng1-0/+6
2020-06-19hw/riscv: sifive_u: Add a new property msel for MSEL pin stateBin Meng1-0/+1
2020-06-19hw/riscv: sifive_u: Hook a GPIO controllerBin Meng1-0/+19
2020-06-19hw/riscv: sifive_gpio: Add a new 'ngpio' propertyBin Meng1-0/+3
2020-06-19hw/riscv: sifive_gpio: Clean up the codesBin Meng1-3/+4
2020-06-19riscv/opentitan: Connect the UART deviceAlistair Francis1-0/+13
2020-06-19riscv/opentitan: Connect the PLIC deviceAlistair Francis1-0/+3
2020-06-19sifive_e: Support the revB machineAlistair Francis1-0/+1