summary refs log tree commit diff stats
path: root/hw/sparc/leon3.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* hw/sparc/leon3: Fix wrong usage of DO_UPCAST macroThomas Huth2024-02-221-1/+1
* hw/sparc/leon3: Initialize GPIO before realizing CPU devicesPhilippe Mathieu-Daudé2024-02-151-3/+4
* hw/sparc/leon3: Pass DeviceState opaque argument to leon3_start_cpu()Philippe Mathieu-Daudé2024-02-151-3/+3
* hw/sparc/leon3: Pass DeviceState opaque argument to leon3_set_pil_in()Philippe Mathieu-Daudé2024-02-151-6/+4
* hw/sparc/leon3: check cpu_id in the tiny bootloaderClément Chigot2024-02-151-2/+20
* hw/sparc/leon3: implement multiprocessorClément Chigot2024-02-151-25/+68
* hw/sparc/leon3: remove SP initializationClément Chigot2024-02-151-3/+0
* hw/intc/grlib_irqmp: implements multicore irqClément Chigot2024-02-151-1/+2
* hw/intc/grlib_irqmp: add ncpus propertyClément Chigot2024-02-151-1/+1
* hw/sparc/grlib: split out the headers for each peripheralsClément Chigot2024-02-151-2/+6
* hw/sparc/leon3: Have write_bootloader() take a void pointer argumentPhilippe Mathieu-Daudé2024-02-151-6/+3
* hw/sparc/leon3: Remove unused 'env' argument of write_bootloader()Philippe Mathieu-Daudé2024-02-151-3/+2
* hw/sparc/leon3: Remove duplicate codePhilippe Mathieu-Daudé2024-02-151-2/+0
* target/sparc: Simplify qemu_irq_ackClément Chigot2024-01-051-4/+4
* Remove qemu-common.h include from most unitsMarc-André Lureau2022-04-061-1/+0
* Use g_new() & friends where that makes obvious senseMarkus Armbruster2022-03-211-1/+1
* Merge remote-tracking branch 'remotes/mcayland/tags/qemu-sparc-20210505' into...Peter Maydell2021-05-101-1/+36
|\
| * hw/sparc: Allow building without the leon3 machinePhilippe Mathieu-Daudé2021-05-041-1/+36
* | Do not include exec/address-spaces.h if it's not really necessaryThomas Huth2021-05-021-1/+0
|/
* hw/sparc: Make grlib-irqmp device handle its own inbound IRQ linesPeter Maydell2021-01-061-12/+9
* vl: extract softmmu/datadir.cPaolo Bonzini2020-12-101-0/+1
* sparc: remove bios_namePaolo Bonzini2020-12-101-3/+1
* sysbus: Convert to sysbus_realize() etc. with CoccinelleMarkus Armbruster2020-06-151-5/+5
* qdev: Convert uses of qdev_create() manuallyMarkus Armbruster2020-06-151-4/+4
* qdev: Convert uses of qdev_create() with CoccinelleMarkus Armbruster2020-06-151-6/+6
* sparc/leon3: Fix to put grlib,* devices on sysbusMarkus Armbruster2020-06-151-2/+2
* hw/sparc/leon3: Map the UART device unconditionallyPhilippe Mathieu-Daudé2020-06-091-10/+8
* hw/sparc: Use memory_region_init_rom() with read-only regionsPhilippe Mathieu-Daudé2020-03-171-2/+1
* sparc/leon3: use memdev for RAMIgor Mammedov2020-02-191-3/+3
* hw/core/loader: Let load_elf() populate a field with CPU-specific flagsAleksandar Markovic2020-01-291-1/+1
* leon3: use qdev gpio facilities for the PILMarc-André Lureau2020-01-071-2/+4
* leon3: use qemu_irq framework instead of callback as propertyMarc-André Lureau2020-01-071-4/+9
* Include hw/qdev-properties.h lessMarkus Armbruster2019-08-161-0/+1
* Include hw/hw.h exactly where neededMarkus Armbruster2019-08-161-1/+0
* Include hw/irq.h a lot lessMarkus Armbruster2019-08-161-0/+1
* Include sysemu/reset.h a lot lessMarkus Armbruster2019-08-161-0/+2
* target/sparc: Use env_cpu, env_archcpuRichard Henderson2019-06-101-2/+2
* leon3: introduce the plug and play mechanismKONRAD Frederic2019-05-171-0/+30
* leon3: add a little bootloaderKONRAD Frederic2019-05-171-8/+71
* grlib, apbuart: get rid of the old-style create functionKONRAD Frederic2019-05-171-1/+8
* grlib, gptimer: get rid of the old-style create functionKONRAD Frederic2019-05-171-1/+16
* grlib, irqmp: get rid of the old-style create functionKONRAD Frederic2019-05-171-2/+10
* leon3: fix the error message when no bios are providedKONRAD Frederic2019-05-171-4/+6
* hw/sparc/leon3: Allow load of uImage firmwaresPhilippe Mathieu-Daudé2019-05-031-0/+4
* elf: Add optional function ptr to load_elf() to parse ELF notesLiam Merwick2019-02-051-1/+2
* hw/sparc: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé2018-07-021-4/+6
* Change references to serial_hds[] to serial_hd()Peter Maydell2018-04-261-2/+2
* hw/sparc*: Replace fprintf(stderr, "*\n" with error_report()Alistair Francis2018-02-061-9/+7
* sparc: leon3: use generic cpu_model parsingIgor Mammedov2017-10-271-6/+2
* cpu: make cpu_generic_init() abort QEMU on errorIgor Mammedov2017-09-191-4/+0