aboutsummaryrefslogtreecommitdiff
path: root/hw/riscv/sifive_u.c
AgeCommit message (Expand)AuthorFilesLines
2020-06-15sysbus: Convert qdev_set_parent_bus() use with Coccinelle, part 2Markus Armbruster1-19/+12
2020-06-15qom: Less verbose object_initialize_child()Markus Armbruster1-9/+3
2020-06-15riscv: Fix to put "riscv.hart_array" devices on sysbusMarkus Armbruster1-8/+6
2020-06-03hw/riscv: sifive_u: Remove the riscv_ prefix of the soc* functionsBin Meng1-12/+12
2020-05-15qom: Drop parameter @errp of object_property_add() & friendsMarkus Armbruster1-4/+6
2020-05-15qom: Drop object_property_set_description() parameter @errpMarkus Armbruster1-3/+2
2020-04-29hw/riscv: Add optional symbol callback ptr to riscv_load_firmware()Anup Patel1-1/+1
2020-04-29hw/riscv: Generate correct "mmu-type" for 32-bit machinesBin Meng1-0/+4
2020-04-29riscv/sifive_u: Add a serial property to the sifive_u machineBin Meng1-0/+20
2020-04-29riscv/sifive_u: Add a serial property to the sifive_u SoCAlistair Francis1-1/+7
2020-04-29riscv/sifive_u: Fix up file orderingAlistair Francis1-54/+54
2020-04-29various: Remove suspicious '\' character outside of #define in C codePhilippe Mathieu-Daudé1-1/+1
2020-03-17Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-1/+1
2020-03-17hw/riscv: Let devices own the MemoryRegion they createPhilippe Mathieu-Daudé1-1/+1
2020-03-16riscv: sifive_u: Update BIOS_FILENAME for 32-bitBin Meng1-1/+5
2020-02-27hw/riscv: Provide rdtime callback for TCG in CLINT emulationAnup Patel1-1/+1
2020-01-16riscv/sifive_u: fix a memory leak in soc_realize()Pan Nengyuan1-0/+1
2019-11-25hw/riscv: Add optional symbol callback ptr to riscv_load_kernel()Zhuang, Siwei (Data61, Kensington NSW)1-1/+2
2019-10-28riscv/sifive_u: Add the start-in-flash propertyAlistair Francis1-1/+29
2019-10-28riscv/sifive_u: Manually define the machineAlistair Francis1-13/+31
2019-10-28riscv/sifive_u: Add QSPI memory regionAlistair Francis1-0/+8
2019-10-28riscv/sifive_u: Add L2-LIM cache memoryAlistair Francis1-0/+16
2019-10-28riscv: sifive_u: Add ethernet0 to the aliases nodeBin Meng1-1/+4
2019-10-28riscv: hw: Drop "clock-frequency" property of cpu nodesBin Meng1-2/+0
2019-09-17riscv: sifive_u: Update model and compatible strings in device treeBin Meng1-2/+3
2019-09-17riscv: sifive_u: Remove handcrafted clock nodes for UART and ethernetBin Meng1-23/+1
2019-09-17riscv: sifive_u: Fix broken GEM supportBin Meng1-4/+20
2019-09-17riscv: sifive_u: Instantiate OTP memory with a serial numberBin Meng1-0/+9
2019-09-17riscv: sifive_u: Change UART node name in device treeBin Meng1-1/+1
2019-09-17riscv: sifive_u: Update UART base addresses and IRQsBin Meng1-2/+2
2019-09-17riscv: sifive_u: Reference PRCI clocks in UART and ethernet nodesBin Meng1-3/+4
2019-09-17riscv: sifive_u: Add PRCI block to the SoCBin Meng1-1/+23
2019-09-17riscv: sifive_u: Generate hfclk and rtcclk nodesBin Meng1-0/+23
2019-09-17riscv: sifive_u: Update PLIC hart topology configuration stringBin Meng1-3/+4
2019-09-17riscv: sifive_u: Update hart configuration to reflect the real FU540 SoCBin Meng1-25/+67
2019-09-17riscv: sifive_u: Set the minimum number of cpus to 2Bin Meng1-1/+4
2019-09-17riscv: sifive_u: Remove the unnecessary include of prci headerBin Meng1-1/+0
2019-09-17riscv: hw: Change create_fdt() to return voidBin Meng1-7/+4
2019-09-17riscv: hw: Remove not needed PLIC properties in device treeBin Meng1-2/+0
2019-09-17riscv: hw: Use qemu_fdt_setprop_cell() for property with only 1 cellBin Meng1-9/+9
2019-09-17riscv: hw: Remove superfluous "linux, phandle" propertyBin Meng1-4/+0
2019-09-17riscv: sifive_u: Fix clock-names property for ethernet nodeGuenter Roeck1-1/+1
2019-09-17riscv: sivive_u: Add dummy serial clock and aliases entry for uartGuenter Roeck1-2/+17
2019-09-17riscv: sifive_u: Add support for loading initrdGuenter Roeck1-3/+17
2019-08-16Include sysemu/sysemu.h a lot lessMarkus Armbruster1-0/+1
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster1-1/+0
2019-07-18hw/riscv: Load OpenSBI as the default firmwareAlistair Francis1-3/+4
2019-07-05hw/riscv: Replace global smp variables with machine smp propertiesLike Xu1-4/+7
2019-06-27hw/riscv: Add support for loading a firmwareAlistair Francis1-0/+4
2019-06-27hw/riscv: Split out the boot functionsAlistair Francis1-15/+2