aboutsummaryrefslogtreecommitdiff
path: root/hw/sparc64/sun4u.c
AgeCommit message (Expand)AuthorFilesLines
2019-02-06sun4u: add power_mem_read routinePrasad J Pandit1-0/+6
2019-02-06hw/sparc64: Create VGA device only if it has really been requestedThomas Huth1-1/+9
2019-02-06hw/sparc64/sun4u: Drop useless inclusion of "hw/i386/pc.h"Philippe Mathieu-Daudé1-1/+0
2019-02-05elf: Add optional function ptr to load_elf() to parse ELF notesLiam Merwick1-2/+2
2018-09-14sun4u: implement custom FWPathProviderMark Cave-Ayland1-0/+58
2018-08-20sun4u: ensure kernel_top is always initialisedMark Cave-Ayland1-2/+2
2018-07-02Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-2/+2
2018-07-02hw/sparc: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé1-2/+2
2018-07-02loader: Check access size when calling rom_ptr() to avoid crashesThomas Huth1-2/+2
2018-06-17hw/sparc64/sun4u: Fix introspection by converting prom instance_init to realizeThomas Huth1-6/+12
2018-04-26serial-isa: Use MAX_ISA_SERIAL_PORTS instead of MAX_SERIAL_PORTSPeter Maydell1-1/+1
2018-04-26Change references to serial_hds[] to serial_hd()Peter Maydell1-1/+1
2018-03-12hw/input/i8042: Extract declarations from i386/pc.h into input/i8042.hPhilippe Mathieu-Daudé1-0/+1
2018-03-12hw/dma/i8257: Rename DMA_init() to i8257_dma_init()Philippe Mathieu-Daudé1-4/+0
2018-03-12hw/isa: Move parallel_hds_isa_init() to hw/char/parallel-isa.cPhilippe Mathieu-Daudé1-0/+1
2018-02-06hw/sparc*: Replace fprintf(stderr, "*\n" with error_report()Alistair Francis1-5/+5
2018-01-25sun4u: implement power deviceMark Cave-Ayland1-1/+63
2018-01-24apb: rename apb.c to sabre.cMark Cave-Ayland1-1/+1
2018-01-24sun4u: rename apb variables and constantsMark Cave-Ayland1-20/+21
2018-01-24apb: rename QOM type from TYPE_APB to TYPE_SABREMark Cave-Ayland1-3/+3
2018-01-09sun4u: split IOMMU device out from apb.c to sun4u_iommu.cMark Cave-Ayland1-0/+1
2018-01-09apb: QOMify IOMMUMark Cave-Ayland1-1/+6
2018-01-09sun4u: switch from EBUS_DPRINTF() macro to trace-eventsMark Cave-Ayland1-10/+2
2018-01-09ebus: wire up OBIO interrupts to APB pbm via qdev GPIOsMark Cave-Ayland1-24/+25
2018-01-09apb: remove pci_apb_init() and instantiate APB device using qdevMark Cave-Ayland1-1/+5
2018-01-09apb: move the two secondary PCI bridges objects into APBStateMark Cave-Ayland1-1/+4
2018-01-09apb: use gpios to wire up the apb device to the SPARC CPU IRQsMark Cave-Ayland1-4/+8
2018-01-09apb: return APBState from pci_apb_init() rather than PCIBusMark Cave-Ayland1-2/+4
2018-01-09sun4u: move initialisation of all ISABus devices into ebus_realize()Mark Cave-Ayland1-32/+46
2018-01-09sun4u: remove pci_ebus_init() functionMark Cave-Ayland1-15/+14
2018-01-09sun4u: move ISABus inside of EBusStateMark Cave-Ayland1-2/+5
2018-01-09sun4u: ebus QOMify tidy-upMark Cave-Ayland1-7/+12
2017-10-27sparc: sun4u/sun4v/niagara: use generic cpu_model parsingIgor Mammedov1-5/+3
2017-10-19sun4u: fix assert when adding NICs which aren't the in-built modelMark Cave-Ayland1-2/+2
2017-10-19sun4u: update PCI topology to include simba PCI bridgesMark Cave-Ayland1-17/+43
2017-10-15pci: Add INTERFACE_CONVENTIONAL_PCI_DEVICE to Conventional PCI devicesEduardo Habkost1-0/+4
2017-09-21sun4u: use sunhme as default on-board NICMark Cave-Ayland1-4/+21
2017-09-04apb: fix up PCI bus nomenclatureMark Cave-Ayland1-4/+4
2017-09-04sun4u: expose fw_cfg and NVRAM on ebus PCI IO address spaceMark Cave-Ayland1-5/+4
2017-09-04sun4u: switch to using qdev to instantiate fw_cfg interfaceMark Cave-Ayland1-1/+9
2017-09-04sun4u: pass PCIDevice into pci_ebus_init() instead of PCIBusMark Cave-Ayland1-4/+4
2017-07-14memory: Rename memory_region_init_ram() to memory_region_init_ram_nomigrate()Peter Maydell1-2/+2
2017-06-04hw/sparc: use ARRAY_SIZE() macroPhilippe Mathieu-Daudé1-1/+1
2017-06-02hw/sparc64: QOM'ify sun4u.cxiaoqiang zhao1-11/+9
2017-02-21hw: Default -drive to if=ide explicitly where it worksMarkus Armbruster1-0/+2
2017-01-18target-sparc: fix up niagara machineArtyom Tarasenko1-31/+0
2017-01-18target-sparc: move common cpu initialisation routines to sparc64.cArtyom Tarasenko1-344/+4
2016-11-16fw_cfg: move FW_CFG_NB_CPUS out of fw_cfg_init1()Igor Mammedov1-0/+1
2016-10-28nvram: Rename openbios_firmware_abi.h into sun_nvram.hThomas Huth1-1/+1
2016-10-28sparc: Use the new common NVRAM functions for system and free space partitionThomas Huth1-27/+6