index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
riscv
Age
Commit message (
Expand
)
Author
Files
Lines
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
2023-01-06
hw/riscv: sifive_u: Avoid using magic number for "riscv, ndev"
Bin Meng
1
-1
/
+2
2023-01-06
hw/riscv: spike: Remove misleading comments
Bin Meng
1
-1
/
+0
2023-01-06
hw/riscv: Sort machines Kconfig options in alphabetical order
Bin Meng
1
-7
/
+9
2023-01-06
hw/riscv: Fix opentitan dependency to SIFIVE_PLIC
Bin Meng
1
-0
/
+1
2023-01-06
hw/riscv: Select MSI_NONBROKEN in SIFIVE_PLIC
Bin Meng
1
-5
/
+0
2023-01-06
hw/{misc, riscv}: pfsoc: add system controller as unimplemented
Conor Dooley
1
-0
/
+6
2023-01-06
hw/riscv: pfsoc: add missing FICs as unimplemented
Conor Dooley
1
-52
/
+63
2023-01-06
hw/riscv: virt: Remove the redundant ipi-id property
Atish Patra
1
-4
/
+0
2023-01-06
hw/riscv/opentitan: add aon_timer base unimpl
Wilfred Mallawa
1
-0
/
+3
2023-01-06
hw/riscv/opentitan: bump opentitan
Wilfred Mallawa
1
-8
/
+13
2022-10-27
riscv: re-randomize rng-seed on reboot
Jason A. Donenfeld
1
-0
/
+3
2022-10-17
hw/riscv: set machine->fdt in spike_board_init()
Daniel Henrique Barboza
1
-0
/
+6
2022-10-17
hw/riscv: set machine->fdt in sifive_u_machine_init()
Daniel Henrique Barboza
1
-0
/
+3
2022-10-14
hw/riscv: virt: Enable booting S-mode firmware from pflash
Sunil V L
2
-1
/
+46
[next]