index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hw
/
riscv
Commit message (
Expand
)
Author
Age
Files
Lines
*
hw/riscv: Allow 64 bit access to SiFive CLINT
Alistair Francis
2020-07-02
1
-1
/
+1
*
riscv: plic: Add a couple of mising sifive_plic_update calls
Jessica Clarke
2020-07-02
1
-1
/
+2
*
riscv: plic: Honour source priorities
Jessica Clarke
2020-07-02
1
-5
/
+12
*
riscv_hart: Fix riscv_harts_realize() error API violations
Markus Armbruster
2020-07-02
1
-9
/
+5
*
riscv/sifive_u: Fix sifive_u_soc_realize() error API violations
Markus Armbruster
2020-07-02
1
-3
/
+9
*
hw/riscv: sifive_u: Add a dummy DDR memory controller device
Bin Meng
2020-06-19
1
-0
/
+4
*
hw/riscv: sifive_u: Sort the SoC memmap table entries
Bin Meng
2020-06-19
1
-2
/
+2
*
hw/riscv: sifive_u: Support different boot source per MSEL pin state
Bin Meng
2020-06-19
1
-8
/
+31
*
hw/riscv: sifive: Change SiFive E/U CPU reset vector to 0x1004
Bin Meng
2020-06-19
2
-7
/
+9
*
hw/riscv: sifive_u: Add a new property msel for MSEL pin state
Bin Meng
2020-06-19
1
-0
/
+7
*
hw/riscv: sifive_u: Rename serial property get/set functions to a generic name
Bin Meng
2020-06-19
1
-6
/
+8
*
hw/riscv: sifive_u: Add reset functionality
Bin Meng
2020-06-19
1
-1
/
+23
*
hw/riscv: sifive_gpio: Do not blindly trigger output IRQs
Bin Meng
2020-06-19
1
-1
/
+3
*
hw/riscv: sifive_u: Hook a GPIO controller
Bin Meng
2020-06-19
1
-2
/
+41
*
hw/riscv: sifive_gpio: Add a new 'ngpio' property
Bin Meng
2020-06-19
1
-11
/
+19
*
hw/riscv: sifive_gpio: Clean up the codes
Bin Meng
2020-06-19
1
-8
/
+5
*
hw/riscv: sifive_u: Generate device tree node for OTP
Bin Meng
2020-06-19
1
-0
/
+11
*
hw/riscv: sifive_u: Simplify the GEM IRQ connect code a little bit
Bin Meng
2020-06-19
1
-6
/
+1
*
hw/riscv: opentitan: Remove the riscv_ prefix of the machine* and soc* functions
Bin Meng
2020-06-19
1
-15
/
+14
*
hw/riscv: sifive_e: Remove the riscv_ prefix of the machine* and soc* functions
Bin Meng
2020-06-19
1
-12
/
+12
*
riscv/opentitan: Connect the UART device
Alistair Francis
2020-06-19
1
-2
/
+23
*
riscv/opentitan: Connect the PLIC device
Alistair Francis
2020-06-19
1
-2
/
+12
*
hw/char: Initial commit of Ibex UART
Alistair Francis
2020-06-19
1
-0
/
+4
*
riscv/opentitan: Fix the ROM size
Alistair Francis
2020-06-19
1
-1
/
+2
*
sifive_e: Support the revB machine
Alistair Francis
2020-06-19
1
-4
/
+30
*
qdev: Convert bus-less devices to qdev_realize() with Coccinelle
Markus Armbruster
2020-06-15
4
-12
/
+6
*
sysbus: Convert qdev_set_parent_bus() use with Coccinelle, part 2
Markus Armbruster
2020-06-15
3
-31
/
+19
*
sysbus: Convert qdev_set_parent_bus() use with Coccinelle, part 1
Markus Armbruster
2020-06-15
2
-8
/
+6
*
sysbus: Convert to sysbus_realize() etc. with Coccinelle
Markus Armbruster
2020-06-15
5
-6
/
+6
*
qom: Less verbose object_initialize_child()
Markus Armbruster
2020-06-15
4
-17
/
+6
*
qom: Tidy up a few object_initialize_child() calls
Markus Armbruster
2020-06-15
1
-1
/
+1
*
qdev: Convert uses of qdev_create() manually
Markus Armbruster
2020-06-15
1
-2
/
+2
*
qdev: Convert uses of qdev_create() with Coccinelle
Markus Armbruster
2020-06-15
5
-10
/
+14
*
riscv: Fix to put "riscv.hart_array" devices on sysbus
Markus Armbruster
2020-06-15
5
-18
/
+14
*
riscv: Initial commit of OpenTitan machine
Alistair Francis
2020-06-03
3
-0
/
+190
*
riscv: sifive_e: Manually define the machine
Alistair Francis
2020-06-03
1
-11
/
+30
*
hw/riscv: spike: Remove deprecated ISA specific machines
Alistair Francis
2020-06-03
1
-217
/
+0
*
hw/riscv: virt: Remove the riscv_ prefix of the machine* functions
Bin Meng
2020-06-03
1
-10
/
+10
*
hw/riscv: sifive_u: Remove the riscv_ prefix of the soc* functions
Bin Meng
2020-06-03
1
-12
/
+12
*
riscv: Change the default behavior if no -bios option is specified
Bin Meng
2020-06-03
1
-27
/
+4
*
riscv: Suppress the error report for QEMU testing with riscv_find_firmware()
Bin Meng
2020-06-03
1
-3
/
+11
*
hw: Use QEMU_IS_ALIGNED() on parallel flash block size
Philippe Mathieu-Daudé
2020-05-18
1
-1
/
+1
*
qom: Drop parameter @errp of object_property_add() & friends
Markus Armbruster
2020-05-15
2
-7
/
+8
*
qom: Drop object_property_set_description() parameter @errp
Markus Armbruster
2020-05-15
1
-3
/
+2
*
hw/riscv/spike: Allow more than one CPUs
Anup Patel
2020-04-29
1
-1
/
+1
*
hw/riscv/spike: Allow loading firmware separately using -bios option
Anup Patel
2020-04-29
1
-1
/
+23
*
hw/riscv: Add optional symbol callback ptr to riscv_load_firmware()
Anup Patel
2020-04-29
3
-7
/
+10
*
riscv: sifive_e: Support changing CPU type
Corey Wharton
2020-04-29
1
-2
/
+3
*
hw/riscv: Generate correct "mmu-type" for 32-bit machines
Bin Meng
2020-04-29
3
-0
/
+12
*
riscv/sifive_u: Add a serial property to the sifive_u machine
Bin Meng
2020-04-29
1
-0
/
+20
[next]