Age | Commit message (Expand) | Author |
2023-01-20 | hw/riscv: spike: Decouple create_fdt() dependency to ELF loading | Bin Meng |
2023-01-20 | hw/riscv/boot.c: Introduce riscv_find_firmware() | Bin Meng |
2023-01-20 | hw/riscv/boot.c: introduce riscv_default_firmware_name() | Daniel Henrique Barboza |
2023-01-20 | hw/riscv/boot.c: make riscv_find_firmware() static | Daniel Henrique Barboza |
2023-01-20 | hw/riscv: spike: Remove the out-of-date comments | Bin Meng |
2023-01-20 | hw/char: riscv_htif: Move registers from CPUArchState to HTIFState | Bin Meng |
2023-01-20 | hw/char: riscv_htif: Drop useless assignment of memory region | Bin Meng |
2023-01-06 | hw/riscv: opentitan: Drop "hartid-base" and "priority-base" initialization | Bin Meng |
2023-01-06 | hw/riscv: virt: Fix the value of "riscv, ndev" in the dtb | Bin Meng |
2023-01-06 | hw/riscv: sifive_u: Avoid using magic number for "riscv, ndev" | Bin Meng |
2023-01-06 | hw/riscv: spike: Remove misleading comments | Bin Meng |
2023-01-06 | hw/riscv: Sort machines Kconfig options in alphabetical order | Bin Meng |
2023-01-06 | hw/riscv: Fix opentitan dependency to SIFIVE_PLIC | Bin Meng |
2023-01-06 | hw/riscv: Select MSI_NONBROKEN in SIFIVE_PLIC | Bin Meng |
2023-01-06 | hw/{misc, riscv}: pfsoc: add system controller as unimplemented | Conor Dooley |
2023-01-06 | hw/riscv: pfsoc: add missing FICs as unimplemented | Conor Dooley |
2023-01-06 | hw/riscv: virt: Remove the redundant ipi-id property | Atish Patra |
2023-01-06 | hw/riscv/opentitan: add aon_timer base unimpl | Wilfred Mallawa |
2023-01-06 | hw/riscv/opentitan: bump opentitan | Wilfred Mallawa |
2022-10-27 | riscv: re-randomize rng-seed on reboot | Jason A. Donenfeld |
2022-10-17 | hw/riscv: set machine->fdt in spike_board_init() | Daniel Henrique Barboza |
2022-10-17 | hw/riscv: set machine->fdt in sifive_u_machine_init() | Daniel Henrique Barboza |
2022-10-14 | hw/riscv: virt: Enable booting S-mode firmware from pflash | Sunil V L |
2022-10-14 | hw/riscv: virt: Move create_fw_cfg() prior to loading kernel | Sunil V L |
2022-10-14 | hw/riscv: Update comment for qtest check in riscv_find_firmware() | Bin Meng |
2022-09-27 | hw/riscv: opentitan: Expose the resetvec as a SoC property | Alistair Francis |
2022-09-27 | hw/riscv: opentitan: Fixup resetvec | Alistair Francis |
2022-09-07 | hw/riscv: virt: Add PMU DT node to the device tree | Atish Patra |
2022-09-07 | target/riscv: Use official extension names for AIA CSRs | Anup Patel |
2022-09-07 | hw/riscv: virt: fix syscon subnode paths | Conor Dooley |
2022-09-07 | hw/riscv: virt: fix the plic's address cells | Conor Dooley |
2022-09-07 | hw/riscv: virt: fix uart node name | Conor Dooley |
2022-09-07 | hw/riscv: microchip_pfsoc: fix kernel panics due to missing peripherals | Conor Dooley |
2022-09-07 | hw/riscv: opentitan: bump opentitan version | Wilfred Mallawa |
2022-09-07 | hw/riscv: remove 'fdt' param from riscv_setup_rom_reset_vec() | Daniel Henrique Barboza |
2022-09-07 | hw/riscv: virt: pass random seed to fdt | Jason A. Donenfeld |
2022-07-03 | hw/riscv: boot: Reduce FDT address alignment constraints | Alistair Francis |
2022-06-10 | hw/core/loader: return image sizes as ssize_t | Jamie Iles |
2022-06-10 | hw/riscv: virt: Generate fw_cfg DT node correctly | Atish Patra |
2022-05-24 | hw/riscv: virt: Fix interrupt parent for dynamic platform devices | Anup Patel |
2022-05-24 | hw/riscv/sifive_u: Resolve redundant property accessors | Bernhard Beschow |
2022-05-24 | hw/riscv: Make CPU config error handling generous (sifive_e/u/opentitan) | Tsukasa OI |
2022-05-24 | hw/riscv: Make CPU config error handling generous (virt/spike) | Tsukasa OI |
2022-04-29 | hw/riscv: Enable TPM backends | Alistair Francis |
2022-04-29 | hw/riscv: virt: Add device plug support | Alistair Francis |
2022-04-29 | hw/riscv: virt: Add support for generating platform FDT entries | Alistair Francis |
2022-04-29 | hw/riscv: virt: Create a platform bus | Alistair Francis |
2022-04-29 | hw/riscv: virt: Add a machine done notifier | Alistair Francis |
2022-04-29 | hw/riscv: Don't add empty bootargs to device tree | Bin Meng |
2022-04-29 | hw/riscv: spike: Add '/chosen/stdout-path' in device tree unconditionally | Bin Meng |