aboutsummaryrefslogtreecommitdiff
path: root/include/hw/riscv
AgeCommit message (Expand)AuthorFilesLines
2023-01-06hw/intc: sifive_plic: Change "priority-base" to start from interrupt source 0Bin Meng5-5/+5
2023-01-06hw/riscv: virt: Fix the value of "riscv, ndev" in the dtbBin Meng1-3/+2
2023-01-06hw/riscv: sifive_e: Fix the number of interrupt sources of PLICBin Meng1-1/+6
2023-01-06hw/riscv: microchip_pfsoc: Fix the number of interrupt sources of PLICBin Meng1-1/+1
2023-01-06hw/{misc, riscv}: pfsoc: add system controller as unimplementedConor Dooley1-0/+1
2023-01-06hw/riscv: pfsoc: add missing FICs as unimplementedConor Dooley1-0/+2
2023-01-06hw/riscv: virt: Remove the redundant ipi-id propertyAtish Patra1-1/+0
2023-01-06hw/riscv/opentitan: add aon_timer base unimplWilfred Mallawa1-0/+1
2023-01-06hw/riscv/opentitan: bump opentitanWilfred Mallawa1-5/+4
2022-10-14hw/riscv: virt: Enable booting S-mode firmware from pflashSunil V L1-0/+1
2022-09-27hw/riscv/sifive_e: Fix inheritance of SiFiveEStateBernhard Beschow1-1/+2
2022-09-27hw/riscv: opentitan: Expose the resetvec as a SoC propertyAlistair Francis1-0/+2
2022-09-07hw/riscv: virt: fix the plic's address cellsConor Dooley1-0/+1
2022-09-07hw/riscv: microchip_pfsoc: fix kernel panics due to missing peripheralsConor Dooley1-1/+13
2022-09-07hw/riscv: opentitan: bump opentitan versionWilfred Mallawa1-5/+6
2022-09-07hw/riscv: remove 'fdt' param from riscv_setup_rom_reset_vec()Daniel Henrique Barboza1-1/+1
2022-05-11Clean up header guards that don't match their file nameMarkus Armbruster2-4/+5
2022-04-29hw/riscv: virt: Create a platform busAlistair Francis1-1/+6
2022-04-29hw/riscv: virt: Add a machine done notifierAlistair Francis1-0/+1
2022-04-22hw/riscv: boot: Support 64bit fdt address.Dylan Jhong1-2/+2
2022-04-22riscv: opentitan: Connect opentitan SPI HostWilfred Mallawa1-9/+21
2022-03-03hw: riscv: opentitan: fixup SPI addressesWilfred Mallawa1-1/+3
2022-03-03hw/riscv: virt: Increase maximum number of allowed CPUsAnup Patel1-1/+1
2022-03-03hw/riscv: virt: Add optional AIA IMSIC support to virt machineAnup Patel1-3/+14
2022-03-03hw/riscv: virt: Add optional AIA APLIC support to virt machineAnup Patel1-6/+20
2022-01-21hw/riscv: Remove macros for ELF BIOS image namesAnup Patel1-2/+0
2022-01-21hw/riscv: spike: Allow using binary firmware as biosAnup Patel1-0/+1
2022-01-21target/riscv: Support start kernel directly by KVMYifei Jiang1-0/+1
2022-01-08hw/riscv: virt: Allow support for 32 coresAlistair Francis1-1/+1
2021-10-28hw/riscv: microchip_pfsoc: Use the PLIC config helper functionAlistair Francis1-1/+0
2021-10-28hw/riscv: sifive_u: Use the PLIC config helper functionAlistair Francis1-1/+0
2021-10-28hw/riscv: boot: Add a PLIC config string functionAlistair Francis1-0/+2
2021-10-28hw/riscv: virt: Don't use a macro for the PLIC configurationAlistair Francis1-1/+0
2021-10-22hw/riscv: opentitan: Update to the latest buildAlistair Francis1-3/+3
2021-09-21hw/riscv: virt: Add optional ACLINT support to virt machineAnup Patel1-0/+2
2021-09-21sifive_u: Connect the SiFive PWM deviceAlistair Francis1-1/+13
2021-07-15hw/riscv: opentitan: Add the flash aliasAlistair Francis1-0/+2
2021-07-15hw/riscv: opentitan: Add the unimplement rv_core_ibex_periAlistair Francis1-0/+1
2021-06-24hw/riscv: OpenTitan: Connect the mtime and mtimecmp timerAlistair Francis1-1/+4
2021-06-08hw/riscv: Use macros for BIOS image namesBin Meng1-0/+5
2021-05-11hw/opentitan: Update the interrupt layoutAlistair Francis1-8/+8
2021-05-11hw/riscv: Connect Shakti UART to Shakti platformVijai Kumar K1-0/+2
2021-05-11riscv: Add initial support for Shakti C machineVijai Kumar K1-0/+73
2021-03-22hw/riscv: microchip_pfsoc: Map EMMC/SD mux registerBin Meng1-0/+1
2021-03-22hw/riscv: Add fw_cfg support to virtAsherah Connor1-0/+2
2021-03-10hw/riscv: migrate fdt field to generic MachineStateAlex Bennée1-1/+0
2021-03-04hw/riscv: sifive_u: Change SIFIVE_U_GEM_IRQ to decimal valueBin Meng1-1/+1
2021-03-04hw/riscv: sifive_u: Add QSPI2 controller and connect an SD cardBin Meng1-0/+3
2021-03-04hw/riscv: sifive_u: Add QSPI0 controller and connect a flashBin Meng1-0/+4
2021-01-16riscv: Pass RISCVHartArrayState by pointerAlistair Francis1-3/+3