aboutsummaryrefslogtreecommitdiff
path: root/hw/riscv
AgeCommit message (Expand)Author
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: virt: Simplify virt_{get,set}_aclint()Bin Meng
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-07hw/riscv/boot.c: calculate fdt size after fdt_pack()Daniel Henrique Barboza
2023-02-07hw/riscv/spike.c: rename MachineState 'mc' pointers to' ms'Daniel Henrique Barboza
2023-02-07hw/riscv/virt.c: rename MachineState 'mc' pointers to 'ms'Daniel Henrique Barboza
2023-02-07hw/riscv/virt.c: calculate socket count once in create_fdt_imsic()Daniel Henrique Barboza
2023-02-07hw/riscv: boot: Don't use CSRs if they are disabledAlistair Francis
2023-02-07include/hw/riscv/opentitan: update opentitan IRQsWilfred Mallawa
2023-01-20hw/riscv/virt.c: move create_fw_cfg() back to virt_machine_init()Daniel Henrique Barboza
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/virt.c: remove 'is_32_bit' param from create_fdt_socket_cpus()Daniel Henrique Barboza
2023-01-20hw/riscv/sifive_u.c: simplify create_fdt()Daniel Henrique Barboza
2023-01-20hw/riscv/virt.c: simplify create_fdt()Daniel Henrique Barboza
2023-01-20hw/riscv/spike.c: simplify create_fdt()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 bootargs 'chosen' FDT after riscv_load_kernel()Daniel Henrique Barboza
2023-01-20hw/riscv: write initrd 'chosen' FDT inside riscv_load_initrd()Daniel Henrique Barboza
2023-01-20hw/riscv/spike.c: load initrd right after riscv_load_kernel()Daniel Henrique Barboza
2023-01-20hw/riscv/boot.c: exit early if filename is NULL in load functionsDaniel 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: spike: Decouple create_fdt() dependency to ELF loadingBin Meng
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-20hw/riscv: spike: Remove the out-of-date commentsBin Meng
2023-01-20hw/char: riscv_htif: Move registers from CPUArchState to HTIFStateBin Meng
2023-01-20hw/char: riscv_htif: Drop useless assignment of memory regionBin Meng
2023-01-06hw/riscv: opentitan: Drop "hartid-base" and "priority-base" initializationBin Meng
2023-01-06hw/riscv: virt: Fix the value of "riscv, ndev" in the dtbBin Meng
2023-01-06hw/riscv: sifive_u: Avoid using magic number for "riscv, ndev"Bin Meng
2023-01-06hw/riscv: spike: Remove misleading commentsBin Meng
2023-01-06hw/riscv: Sort machines Kconfig options in alphabetical orderBin Meng
2023-01-06hw/riscv: Fix opentitan dependency to SIFIVE_PLICBin Meng
2023-01-06hw/riscv: Select MSI_NONBROKEN in SIFIVE_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-27riscv: re-randomize rng-seed on rebootJason A. Donenfeld
2022-10-17hw/riscv: set machine->fdt in spike_board_init()Daniel Henrique Barboza
2022-10-17hw/riscv: set machine->fdt in sifive_u_machine_init()Daniel Henrique Barboza
2022-10-14hw/riscv: virt: Enable booting S-mode firmware from pflashSunil V L