summary refs log tree commit diff stats
path: root/hw/riscv/sifive_u.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Include sysemu/sysemu.h a lot lessMarkus Armbruster2019-08-161-0/+1
* Include hw/hw.h exactly where neededMarkus Armbruster2019-08-161-1/+0
* hw/riscv: Load OpenSBI as the default firmwareAlistair Francis2019-07-181-3/+4
* hw/riscv: Replace global smp variables with machine smp propertiesLike Xu2019-07-051-4/+7
* hw/riscv: Add support for loading a firmwareAlistair Francis2019-06-271-0/+4
* hw/riscv: Split out the boot functionsAlistair Francis2019-06-271-15/+2
* riscv: sifive_u: Update the plic hart config to support multicoreBin Meng2019-06-271-1/+15
* riscv: sifive_u: Do not create hard-coded phandles in DTBin Meng2019-06-271-7/+10
* riscv: sifive_u: Correct UART0's IRQ in the device treeBin Meng2019-03-191-1/+1
* riscv: sifive_u: Allow up to 4 CPUs to be createdAlistair Francis2019-03-191-1/+4
* riscv: Ensure the kernel start address is correctly castAlistair Francis2019-02-111-1/+1
* elf: Add optional function ptr to load_elf() to parse ELF notesLiam Merwick2019-02-051-1/+1
* RISC-V: Enable second UART on sifive_e and sifive_uMichael Clark2018-12-201-3/+2
* sifive_u: Set 'clock-frequency' DT property for SiFive UARTAnup Patel2018-12-201-0/+2
* sifive_u: Add clock DT node for GEM ethernetAnup Patel2018-12-201-1/+17
* RISC-V: Don't add NULL bootargs to device-treeMichael Clark2018-10-171-1/+3
* Drop "qemu:" prefix from error_report() argumentsMao Zhongyi2018-09-241-1/+1
* sifive_u: Fix crash when introspecting the deviceAlistair Francis2018-07-191-8/+7
* hw/riscv/sifive_u: Connect the Cadence GEM Ethernet deviceAlistair Francis2018-07-051-0/+50
* hw/riscv/sifive_u: Move the uart device tree node under /soc/Alistair Francis2018-07-051-1/+1
* hw/riscv/sifive_u: Set the interrupt controller number of interruptsAlistair Francis2018-07-051-1/+1
* hw/riscv/sifive_u: Set the soc device tree node as a simple-busAlistair Francis2018-07-051-1/+1
* hw/riscv/sifive_plic: Use gpios instead of irqsAlistair Francis2018-07-051-2/+3
* hw/riscv/sifive_u: Create a SiFive U SoC objectAlistair Francis2018-07-051-22/+65
* RISC-V: Mark ROM read-only after copying in codeMichael Clark2018-05-061-23/+28
* RISC-V: Remove EM_RISCV ELF_MACHINE indirectionMichael Clark2018-05-061-1/+1
* RISC-V: Remove unused class definitionsMichael Clark2018-05-061-25/+0
* RISC-V: Remove identity_translate from load_elfMichael Clark2018-05-061-6/+1
* RISC-V: Replace hardcoded constants with enum valuesMichael Clark2018-05-061-2/+4
* Change references to serial_hds[] to serial_hd()Peter Maydell2018-04-261-2/+2
* SiFive Freedom U Series RISC-V MachineMichael Clark2018-03-071-0/+339