aboutsummaryrefslogtreecommitdiff
path: root/hw/sparc/leon3.c
AgeCommit message (Expand)Author
2024-02-22hw/sparc/leon3: Fix wrong usage of DO_UPCAST macroThomas Huth
2024-02-15hw/sparc/leon3: Initialize GPIO before realizing CPU devicesPhilippe Mathieu-Daudé
2024-02-15hw/sparc/leon3: Pass DeviceState opaque argument to leon3_start_cpu()Philippe Mathieu-Daudé
2024-02-15hw/sparc/leon3: Pass DeviceState opaque argument to leon3_set_pil_in()Philippe Mathieu-Daudé
2024-02-15hw/sparc/leon3: check cpu_id in the tiny bootloaderClément Chigot
2024-02-15hw/sparc/leon3: implement multiprocessorClément Chigot
2024-02-15hw/sparc/leon3: remove SP initializationClément Chigot
2024-02-15hw/intc/grlib_irqmp: implements multicore irqClément Chigot
2024-02-15hw/intc/grlib_irqmp: add ncpus propertyClément Chigot
2024-02-15hw/sparc/grlib: split out the headers for each peripheralsClément Chigot
2024-02-15hw/sparc/leon3: Have write_bootloader() take a void pointer argumentPhilippe Mathieu-Daudé
2024-02-15hw/sparc/leon3: Remove unused 'env' argument of write_bootloader()Philippe Mathieu-Daudé
2024-02-15hw/sparc/leon3: Remove duplicate codePhilippe Mathieu-Daudé
2024-01-05target/sparc: Simplify qemu_irq_ackClément Chigot
2022-04-06Remove qemu-common.h include from most unitsMarc-André Lureau
2022-03-21Use g_new() & friends where that makes obvious senseMarkus Armbruster
2021-05-10Merge remote-tracking branch 'remotes/mcayland/tags/qemu-sparc-20210505' into...Peter Maydell
2021-05-04hw/sparc: Allow building without the leon3 machinePhilippe Mathieu-Daudé
2021-05-02Do not include exec/address-spaces.h if it's not really necessaryThomas Huth
2021-01-06hw/sparc: Make grlib-irqmp device handle its own inbound IRQ linesPeter Maydell
2020-12-10vl: extract softmmu/datadir.cPaolo Bonzini
2020-12-10sparc: remove bios_namePaolo Bonzini
2020-06-15sysbus: Convert to sysbus_realize() etc. with CoccinelleMarkus Armbruster
2020-06-15qdev: Convert uses of qdev_create() manuallyMarkus Armbruster
2020-06-15qdev: Convert uses of qdev_create() with CoccinelleMarkus Armbruster
2020-06-15sparc/leon3: Fix to put grlib,* devices on sysbusMarkus Armbruster
2020-06-09hw/sparc/leon3: Map the UART device unconditionallyPhilippe Mathieu-Daudé
2020-03-17hw/sparc: Use memory_region_init_rom() with read-only regionsPhilippe Mathieu-Daudé
2020-02-19sparc/leon3: use memdev for RAMIgor Mammedov
2020-01-29hw/core/loader: Let load_elf() populate a field with CPU-specific flagsAleksandar Markovic
2020-01-07leon3: use qdev gpio facilities for the PILMarc-André Lureau
2020-01-07leon3: use qemu_irq framework instead of callback as propertyMarc-André Lureau
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster
2019-08-16Include hw/irq.h a lot lessMarkus Armbruster
2019-08-16Include sysemu/reset.h a lot lessMarkus Armbruster
2019-06-10target/sparc: Use env_cpu, env_archcpuRichard Henderson
2019-05-17leon3: introduce the plug and play mechanismKONRAD Frederic
2019-05-17leon3: add a little bootloaderKONRAD Frederic
2019-05-17grlib, apbuart: get rid of the old-style create functionKONRAD Frederic
2019-05-17grlib, gptimer: get rid of the old-style create functionKONRAD Frederic
2019-05-17grlib, irqmp: get rid of the old-style create functionKONRAD Frederic
2019-05-17leon3: fix the error message when no bios are providedKONRAD Frederic
2019-05-03hw/sparc/leon3: Allow load of uImage firmwaresPhilippe Mathieu-Daudé
2019-02-05elf: Add optional function ptr to load_elf() to parse ELF notesLiam Merwick
2018-07-02hw/sparc: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé
2018-04-26Change references to serial_hds[] to serial_hd()Peter Maydell
2018-02-06hw/sparc*: Replace fprintf(stderr, "*\n" with error_report()Alistair Francis
2017-10-27sparc: leon3: use generic cpu_model parsingIgor Mammedov
2017-09-19cpu: make cpu_generic_init() abort QEMU on errorIgor Mammedov