summaryrefslogtreecommitdiffstats
path: root/hw/sparc/leon3.c
Commit message (Expand)AuthorAgeFilesLines
* Remove qemu-common.h include from most unitsMarc-André Lureau2022-04-061-1/+0Star
* 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/+0Star
|/
* hw/sparc: Make grlib-irqmp device handle its own inbound IRQ linesPeter Maydell2021-01-061-12/+9Star
* vl: extract softmmu/datadir.cPaolo Bonzini2020-12-101-0/+1
* sparc: remove bios_namePaolo Bonzini2020-12-101-3/+1Star
* 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/+8Star
* hw/sparc: Use memory_region_init_rom() with read-only regionsPhilippe Mathieu-Daudé2020-03-171-2/+1Star
* 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/+0Star
* 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/+7Star
* sparc: leon3: use generic cpu_model parsingIgor Mammedov2017-10-271-6/+2Star
* cpu: make cpu_generic_init() abort QEMU on errorIgor Mammedov2017-09-191-4/+0Star
* sparc: replace cpu_sparc_init() with cpu_generic_init()Igor Mammedov2017-09-011-1/+1
* hw: Use new memory_region_init_{ram, rom, rom_device}() functionsPeter Maydell2017-07-141-2/+1Star
* memory: Rename memory_region_init_ram() to memory_region_init_ram_nomigrate()Peter Maydell2017-07-141-1/+1
* Remove/replace sysemu/char.h inclusionMarc-André Lureau2017-06-021-1/+0Star
* hw/sparc/leon3: Don't call get_image_size() on a NULL pointerPeter Maydell2016-08-081-1/+5
* hw: explicitly include qemu-common.h and cpu.hPaolo Bonzini2016-03-221-0/+2
* include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster2016-03-221-0/+1
* loader: Add data swap option to load-elfPeter Crosthwaite2016-03-041-1/+1
* sparc: Clean up includesPeter Maydell2016-01-291-0/+1
* sparc: Remove ELF_MACHINE from cpu.hPeter Crosthwaite2015-09-251-1/+1
* Use DEFINE_MACHINE() to register all machinesEduardo Habkost2015-09-191-9/+4Star
* Fix bad error handling after memory_region_init_ram()Markus Armbruster2015-09-181-1/+1
* sparc: memory: Replace memory_region_init_ram with memory_region_allocate_sys...Dirk Müller2015-03-251-2/+1Star
* sparc/leon3.c: fix memory leakGonglei2015-03-101-0/+1