aboutsummaryrefslogtreecommitdiff
path: root/hw/hppa
AgeCommit message (Expand)AuthorFilesLines
2022-05-08lasi: use qdev GPIOs to wire up IRQs in lasi_initfn()Mark Cave-Ayland1-14/+7
2022-05-08lasi: define IRQ inputs as qdev GPIOsMark Cave-Ayland2-0/+4
2022-05-08lasi: replace lasi_get_irq() with defined constantsMark Cave-Ayland2-27/+13
2022-05-08lasi: move LASIState and associated QOM structures to lasi.hMark Cave-Ayland2-43/+59
2022-05-08lasi: move initialisation of iar and rtc to new lasi_reset() functionMark Cave-Ayland1-6/+12
2022-05-08lasi: move register memory mapping from lasi.c to machine.cMark Cave-Ayland2-6/+8
2022-05-08lasi: move memory region initialisation to new lasi_init() functionMark Cave-Ayland3-5/+12
2022-05-08lasi: checkpatch fixesMark Cave-Ayland1-2/+4
2022-05-08dino: move from hw/hppa to hw/pci-hostMark Cave-Ayland6-676/+3
2022-05-08dino: move DINO HPA constants from hppa_hardware.h to dino.hMark Cave-Ayland2-5/+5
2022-05-08dino: use numerical constant for iar0 and iar1 reset valuesMark Cave-Ayland1-1/+1
2022-05-08hppa: move dino_init() from dino.c to machine.cMark Cave-Ayland3-16/+12
2022-05-08dino: remove unused dino_set_timer_irq() IRQ handlerMark Cave-Ayland3-13/+4
2022-05-08dino: wire up serial IRQ using a qdev GPIO in machine.cMark Cave-Ayland3-11/+6
2022-05-08dino: define IRQ inputs as qdev GPIOsMark Cave-Ayland2-0/+4
2022-05-08dino.h: add defines for DINO IRQ numbersMark Cave-Ayland1-0/+12
2022-05-08machine.c: map DINO device during board configurationMark Cave-Ayland2-3/+3
2022-05-08dino: change dino_init() to return the DINO device instead of PCIBusMark Cave-Ayland3-8/+9
2022-05-08hppa: use new CONFIG_HPPA_B160L option instead of CONFIG_DINO to build hppa m...Mark Cave-Ayland3-3/+3
2022-05-08dino: split declarations from dino.c into dino.hMark Cave-Ayland3-112/+128
2022-05-08dino: return PCIBus from dino_init() using qdev_get_child_bus()Mark Cave-Ayland1-4/+3
2022-05-08dino: use QOM cast instead of directly referencing parent_objMark Cave-Ayland1-2/+4
2022-05-08dino: move initial register configuration to new dino_pcihost_reset() functionMark Cave-Ayland1-2/+9
2022-05-08dino: move PCI bus master address space setup to dino_pcihost_realize()Mark Cave-Ayland1-5/+20
2022-05-08dino: move pci_setup_iommu() to dino_pcihost_init()Mark Cave-Ayland1-1/+2
2022-05-08dino: add memory-as property containing a link to the memory address spaceMark Cave-Ayland1-0/+12
2022-05-08dino: move PCI windows initialisation to dino_pcihost_init()Mark Cave-Ayland1-11/+11
2022-05-08dino: move PCI bus initialisation to dino_pcihost_init()Mark Cave-Ayland1-7/+9
2022-05-08dino: move registers from dino_init() to DINO_PCI_BRIDGE init functionMark Cave-Ayland1-15/+29
2022-05-08dino: checkpatch fixesMark Cave-Ayland1-2/+4
2022-04-06Remove qemu-common.h include from most unitsMarc-André Lureau1-1/+0
2022-02-02hppa: Add support for an emulated TOC/NMI button.Helge Deller1-1/+34
2022-02-02hw/hppa: Allow up to 16 emulated CPUsHelge Deller1-2/+3
2021-06-02docs: fix references to docs/devel/tracing.rstStefano Garzarella1-1/+1
2021-05-02Do not include exec/address-spaces.h if it's not really necessaryThomas Huth2-2/+0
2021-05-02Do not include cpu.h if it's not really necessaryThomas Huth2-2/+0
2021-05-02Do not include hw/boards.h if it's not really necessaryThomas Huth1-1/+0
2021-05-02hw: Remove superfluous includes of hw/hw.hThomas Huth1-1/+0
2021-01-04hw: Use the PCI_SLOT() macro from 'hw/pci/pci.h'Philippe Mathieu-Daudé1-1/+1
2020-12-10vl: extract softmmu/datadir.cPaolo Bonzini1-0/+1
2020-12-10hppa: do not use ram_size globalPaolo Bonzini1-5/+5
2020-12-10hppa: remove bios_namePaolo Bonzini1-2/+1
2020-09-18Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost2-6/+2
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost2-4/+4
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost2-4/+8
2020-09-02hw/hppa: Add power button emulationHelge Deller1-0/+32
2020-09-02hw/hppa: Tell SeaBIOS port address of fw_cfgHelge Deller2-2/+7
2020-09-02hw/hppa: Change fw_cfg port addressHelge Deller1-2/+1
2020-09-02hw/hppa: Store boot device in fw_cfg sectionHelge Deller1-0/+9
2020-09-02hw/hppa: Make number of TLB and BTLB entries configurableHelge Deller1-0/+8