Age | Commit message (Expand) | Author | Files | Lines |
2023-05-05 | hw/riscv: Add signature dump function for spike to run ACT tests | Weiwei Li | 1 | -0/+13 |
2023-03-22 | *: Add missing includes of qemu/error-report.h | Richard Henderson | 3 | -0/+3 |
2023-03-06 | hw/riscv/virt.c: Initialize the ACPI tables | Sunil V L | 1 | -0/+4 |
2023-03-06 | hw/riscv/virt: virt-acpi-build.c: Add RHCT Table | Sunil V L | 1 | -0/+78 |
2023-03-06 | hw/riscv/virt: virt-acpi-build.c: Add RINTC in MADT | Sunil V L | 1 | -0/+34 |
2023-03-06 | hw/riscv/virt: Enable basic ACPI infrastructure | Sunil V L | 3 | -0/+306 |
2023-03-06 | hw/riscv/virt: Add memmap pointer to RiscVVirtState | Sunil V L | 1 | -0/+2 |
2023-03-06 | hw/riscv/virt: Add a switch to disable ACPI | Sunil V L | 1 | -0/+29 |
2023-03-06 | hw/riscv/virt: Add OEM_ID and OEM_TABLE_ID fields | Sunil V L | 1 | -0/+5 |
2023-03-06 | riscv: Correctly set the device-tree entry 'mmu-type' | Alexandre Ghiti | 1 | -8/+11 |
2023-03-05 | hw/riscv/virt.c: add cbo[mz]-block-size fdt properties | Anup Patel | 1 | -0/+11 |
2023-03-01 | hw/riscv: Move the dtb load bits outside of create_fdt() | Bin Meng | 2 | -31/+29 |
2023-03-01 | hw/riscv: Skip re-generating DT nodes for a given DTB | Bin Meng | 2 | -0/+2 |
2023-03-01 | hw/riscv/virt.c: do not use RISCV_FEATURE_MMU in create_fdt_socket_cpus() | Daniel Henrique Barboza | 1 | -3/+4 |
2023-02-16 | hw/riscv/boot.c: make riscv_load_initrd() static | Daniel Henrique Barboza | 1 | -40/+40 |
2023-02-16 | hw/riscv/boot.c: consolidate all kernel init in riscv_load_kernel() | Daniel Henrique Barboza | 7 | -42/+19 |
2023-02-16 | hw/riscv: handle 32 bit CPUs kernel_entry in riscv_load_kernel() | Daniel Henrique Barboza | 7 | -9/+29 |
2023-02-07 | hw/riscv: virt: Simplify virt_{get,set}_aclint() | Bin Meng | 1 | -4/+2 |
2023-02-07 | hw/riscv: change riscv_compute_fdt_addr() semantics | Daniel Henrique Barboza | 5 | -16/+31 |
2023-02-07 | hw/riscv: split fdt address calculation from fdt load | Daniel Henrique Barboza | 5 | -16/+40 |
2023-02-07 | hw/riscv/boot.c: calculate fdt size after fdt_pack() | Daniel Henrique Barboza | 1 | -4/+6 |
2023-02-07 | hw/riscv/spike.c: rename MachineState 'mc' pointers to' ms' | Daniel Henrique Barboza | 1 | -9/+9 |
2023-02-07 | hw/riscv/virt.c: rename MachineState 'mc' pointers to 'ms' | Daniel Henrique Barboza | 1 | -217/+217 |
2023-02-07 | hw/riscv/virt.c: calculate socket count once in create_fdt_imsic() | Daniel Henrique Barboza | 1 | -15/+19 |
2023-02-07 | hw/riscv: boot: Don't use CSRs if they are disabled | Alistair Francis | 1 | -0/+9 |
2023-02-07 | include/hw/riscv/opentitan: update opentitan IRQs | Wilfred Mallawa | 1 | -40/+40 |
2023-01-20 | hw/riscv/virt.c: move create_fw_cfg() back to virt_machine_init() | Daniel Henrique Barboza | 1 | -7/+7 |
2023-01-20 | hw/riscv: use ms->fdt in riscv_socket_fdt_write_distance_matrix() | Daniel Henrique Barboza | 3 | -6/+6 |
2023-01-20 | hw/riscv: use MachineState::fdt in riscv_socket_fdt_write_id() | Daniel Henrique Barboza | 3 | -15/+15 |
2023-01-20 | hw/riscv/virt.c: remove 'is_32_bit' param from create_fdt_socket_cpus() | Daniel Henrique Barboza | 1 | -9/+9 |
2023-01-20 | hw/riscv/sifive_u.c: simplify create_fdt() | Daniel Henrique Barboza | 1 | -4/+4 |
2023-01-20 | hw/riscv/virt.c: simplify create_fdt() | Daniel Henrique Barboza | 1 | -3/+2 |
2023-01-20 | hw/riscv/spike.c: simplify create_fdt() | Daniel Henrique Barboza | 1 | -3/+1 |
2023-01-20 | hw/riscv/boot.c: use MachineState in riscv_load_kernel() | Daniel Henrique Barboza | 7 | -13/+8 |
2023-01-20 | hw/riscv/boot.c: use MachineState in riscv_load_initrd() | Daniel Henrique Barboza | 5 | -10/+8 |
2023-01-20 | hw/riscv: write bootargs 'chosen' FDT after riscv_load_kernel() | Daniel Henrique Barboza | 3 | -16/+15 |
2023-01-20 | hw/riscv: write initrd 'chosen' FDT inside riscv_load_initrd() | Daniel Henrique Barboza | 5 | -38/+20 |
2023-01-20 | hw/riscv/spike.c: load initrd right after riscv_load_kernel() | Daniel Henrique Barboza | 1 | -16/+15 |
2023-01-20 | hw/riscv/boot.c: exit early if filename is NULL in load functions | Daniel Henrique Barboza | 1 | -0/+6 |
2023-01-20 | hw/riscv/sifive_u: use 'fdt' from MachineState | Daniel Henrique Barboza | 1 | -9/+6 |
2023-01-20 | hw/riscv/spike: use 'fdt' from MachineState | Daniel Henrique Barboza | 1 | -7/+5 |
2023-01-20 | hw/riscv: spike: Decouple create_fdt() dependency to ELF loading | Bin Meng | 1 | -10/+51 |
2023-01-20 | hw/riscv/boot.c: Introduce riscv_find_firmware() | Bin Meng | 1 | -14/+25 |
2023-01-20 | hw/riscv/boot.c: introduce riscv_default_firmware_name() | Daniel Henrique Barboza | 4 | -23/+21 |
2023-01-20 | hw/riscv/boot.c: make riscv_find_firmware() static | Daniel Henrique Barboza | 1 | -22/+22 |
2023-01-20 | hw/riscv: spike: Remove the out-of-date comments | Bin Meng | 1 | -5/+0 |
2023-01-20 | hw/char: riscv_htif: Move registers from CPUArchState to HTIFState | Bin Meng | 1 | -2/+1 |
2023-01-20 | hw/char: riscv_htif: Drop useless assignment of memory region | Bin Meng | 1 | -3/+2 |
2023-01-06 | hw/riscv: opentitan: Drop "hartid-base" and "priority-base" initialization | Bin Meng | 1 | -2/+0 |
2023-01-06 | hw/riscv: virt: Fix the value of "riscv, ndev" in the dtb | Bin Meng | 1 | -1/+2 |