aboutsummaryrefslogtreecommitdiff
path: root/hw/riscv/sifive_e.c
AgeCommit message (Expand)AuthorFilesLines
2020-04-29riscv: sifive_e: Support changing CPU typeCorey Wharton1-2/+3
2020-03-17hw/riscv: Let devices own the MemoryRegion they createPhilippe Mathieu-Daudé1-3/+3
2020-03-17hw/riscv: Use memory_region_init_rom() with read-only regionsPhilippe Mathieu-Daudé1-3/+2
2020-02-27hw/riscv: Provide rdtime callback for TCG in CLINT emulationAnup Patel1-1/+1
2019-11-25hw/riscv: Add optional symbol callback ptr to riscv_load_kernel()Zhuang, Siwei (Data61, Kensington NSW)1-1/+1
2019-09-17riscv: sifive_e: Drop sifive_mmio_emulate()Bin Meng1-15/+8
2019-09-17riscv: sifive: Rename sifive_prci.{c, h} to sifive_e_prci.{c, h}Bin Meng1-2/+2
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-05hw/riscv: Replace global smp variables with machine smp propertiesLike Xu1-2/+4
2019-06-27hw/riscv: Split out the boot functionsAlistair Francis1-15/+2
2019-06-23RISC-V: Fix a memory leak when realizing a sifive_ePalmer Dabbelt1-7/+6
2019-05-24SiFive RISC-V GPIO DeviceFabien Chouteau1-2/+26
2019-02-11riscv: Ensure the kernel start address is correctly castAlistair Francis1-1/+1
2019-02-05elf: Add optional function ptr to load_elf() to parse ELF notesLiam Merwick1-1/+1
2018-12-20RISC-V: Enable second UART on sifive_e and sifive_uMichael Clark1-3/+2
2018-09-24Drop "qemu:" prefix from error_report() argumentsMao Zhongyi1-1/+1
2018-07-19sifive_e: Fix crash when introspecting the deviceAlistair Francis1-6/+6
2018-07-05hw/riscv/sifive_plic: Use gpios instead of irqsAlistair Francis1-2/+3
2018-07-05hw/riscv/sifive_e: Create a SiFive E SoC objectAlistair Francis1-25/+69
2018-05-06RISC-V: Mark ROM read-only after copying in codeMichael Clark1-12/+8
2018-05-06RISC-V: Remove EM_RISCV ELF_MACHINE indirectionMichael Clark1-1/+1
2018-05-06RISC-V: Remove unused class definitionsMichael Clark1-25/+0
2018-05-06RISC-V: Remove identity_translate from load_elfMichael Clark1-6/+1
2018-04-26Change references to serial_hds[] to serial_hd()Peter Maydell1-2/+2
2018-03-07SiFive Freedom E Series RISC-V MachineMichael Clark1-0/+234