aboutsummaryrefslogtreecommitdiff
path: root/include/hw/riscv
AgeCommit message (Expand)Author
2023-03-06hw/riscv/virt: Enable basic ACPI infrastructureSunil V L
2023-03-06hw/riscv/virt: Add memmap pointer to RiscVVirtStateSunil V L
2023-03-06hw/riscv/virt: Add a switch to disable ACPISunil V L
2023-03-06hw/riscv/virt: Add OEM_ID and OEM_TABLE_ID fieldsSunil V L
2023-03-01hw/riscv: Move the dtb load bits outside of create_fdt()Bin Meng
2023-02-16hw/riscv/boot.c: make riscv_load_initrd() staticDaniel Henrique Barboza
2023-02-16hw/riscv/boot.c: consolidate all kernel init in riscv_load_kernel()Daniel Henrique Barboza
2023-02-16hw/riscv: handle 32 bit CPUs kernel_entry in riscv_load_kernel()Daniel Henrique Barboza
2023-02-07hw/riscv: change riscv_compute_fdt_addr() semanticsDaniel Henrique Barboza
2023-02-07hw/riscv: split fdt address calculation from fdt loadDaniel Henrique Barboza
2023-02-07include/hw/riscv/opentitan: update opentitan IRQsWilfred Mallawa
2023-01-20hw/riscv: use ms->fdt in riscv_socket_fdt_write_distance_matrix()Daniel Henrique Barboza
2023-01-20hw/riscv: use MachineState::fdt in riscv_socket_fdt_write_id()Daniel Henrique Barboza
2023-01-20hw/riscv/boot.c: use MachineState in riscv_load_kernel()Daniel Henrique Barboza
2023-01-20hw/riscv/boot.c: use MachineState in riscv_load_initrd()Daniel Henrique Barboza
2023-01-20hw/riscv: write initrd 'chosen' FDT inside riscv_load_initrd()Daniel Henrique Barboza
2023-01-20hw/riscv/sifive_u: use 'fdt' from MachineStateDaniel Henrique Barboza
2023-01-20hw/riscv/spike: use 'fdt' from MachineStateDaniel Henrique Barboza
2023-01-20hw/riscv/boot.c: Introduce riscv_find_firmware()Bin Meng
2023-01-20hw/riscv/boot.c: introduce riscv_default_firmware_name()Daniel Henrique Barboza
2023-01-20hw/riscv/boot.c: make riscv_find_firmware() staticDaniel Henrique Barboza
2023-01-08include: Include headers where neededMarkus Armbruster
2023-01-06hw/intc: sifive_plic: Change "priority-base" to start from interrupt source 0Bin Meng
2023-01-06hw/riscv: virt: Fix the value of "riscv, ndev" in the dtbBin Meng
2023-01-06hw/riscv: sifive_e: Fix the number of interrupt sources of PLICBin Meng
2023-01-06hw/riscv: microchip_pfsoc: Fix the number of interrupt sources of PLICBin Meng
2023-01-06hw/{misc, riscv}: pfsoc: add system controller as unimplementedConor Dooley
2023-01-06hw/riscv: pfsoc: add missing FICs as unimplementedConor Dooley
2023-01-06hw/riscv: virt: Remove the redundant ipi-id propertyAtish Patra
2023-01-06hw/riscv/opentitan: add aon_timer base unimplWilfred Mallawa
2023-01-06hw/riscv/opentitan: bump opentitanWilfred Mallawa
2022-10-14hw/riscv: virt: Enable booting S-mode firmware from pflashSunil V L
2022-09-27hw/riscv/sifive_e: Fix inheritance of SiFiveEStateBernhard Beschow
2022-09-27hw/riscv: opentitan: Expose the resetvec as a SoC propertyAlistair Francis
2022-09-07hw/riscv: virt: fix the plic's address cellsConor Dooley
2022-09-07hw/riscv: microchip_pfsoc: fix kernel panics due to missing peripheralsConor Dooley
2022-09-07hw/riscv: opentitan: bump opentitan versionWilfred Mallawa
2022-09-07hw/riscv: remove 'fdt' param from riscv_setup_rom_reset_vec()Daniel Henrique Barboza
2022-05-11Clean up header guards that don't match their file nameMarkus Armbruster
2022-04-29hw/riscv: virt: Create a platform busAlistair Francis
2022-04-29hw/riscv: virt: Add a machine done notifierAlistair Francis
2022-04-22hw/riscv: boot: Support 64bit fdt address.Dylan Jhong
2022-04-22riscv: opentitan: Connect opentitan SPI HostWilfred Mallawa
2022-03-03hw: riscv: opentitan: fixup SPI addressesWilfred Mallawa
2022-03-03hw/riscv: virt: Increase maximum number of allowed CPUsAnup Patel
2022-03-03hw/riscv: virt: Add optional AIA IMSIC support to virt machineAnup Patel
2022-03-03hw/riscv: virt: Add optional AIA APLIC support to virt machineAnup Patel
2022-01-21hw/riscv: Remove macros for ELF BIOS image namesAnup Patel
2022-01-21hw/riscv: spike: Allow using binary firmware as biosAnup Patel
2022-01-21target/riscv: Support start kernel directly by KVMYifei Jiang