summaryrefslogtreecommitdiffstats
path: root/hw/hppa
Commit message (Expand)AuthorAgeFilesLines
* Warn user if the vga flag is passed but no vga device is createdGautam Agrawal2022-05-091-0/+1
* hppa: simplify machine function names in machine.cMark Cave-Ayland2022-05-081-6/+6
* hppa: fold machine_hppa_machine_init() into machine_hppa_machine_init_class_i...Mark Cave-Ayland2022-05-081-8/+4Star
* hppa: use MACHINE QOM macros for defining the hppa machineMark Cave-Ayland2022-05-081-2/+2
* hppa: remove the empty hppa_sys.h fileMark Cave-Ayland2022-05-082-9/+1Star
* hppa: move enable_lan() define from hppa_sys.h to machine.cMark Cave-Ayland2022-05-082-2/+3
* hppa: remove unused trace-events from from hw/hppaMark Cave-Ayland2022-05-081-1/+0Star
* hppa: remove hw/hppa/pci.cMark Cave-Ayland2022-05-084-75/+1Star
* hppa: move hppa_pci_ignore_ops from pci.c to machine.cMark Cave-Ayland2022-05-083-27/+23Star
* lasi: move from hw/hppa to hw/miscMark Cave-Ayland2022-05-086-360/+3Star
* hppa: move device headers from hppa_sys.h into individual .c filesMark Cave-Ayland2022-05-084-3/+9
* lasi: use numerical constant for iar reset valueMark Cave-Ayland2022-05-081-1/+1
* lasi: use constants for device register offsetsMark Cave-Ayland2022-05-082-14/+19
* lasi: move lasi_initfn() to machine.cMark Cave-Ayland2022-05-083-13/+11Star
* lasi: remove address space parameter from lasi_initfn()Mark Cave-Ayland2022-05-083-3/+3
* lasi: move PS2 initialisation to machine.cMark Cave-Ayland2022-05-082-5/+5
* lasi: move second serial port initialisation to machine.cMark Cave-Ayland2022-05-082-8/+7Star
* lasi: move parallel port initialisation to machine.cMark Cave-Ayland2022-05-082-6/+6
* lasi: move LAN initialisation to machine.cMark Cave-Ayland2022-05-082-7/+5Star
* lasi: update lasi_initfn() to return LASIStateMark Cave-Ayland2022-05-083-4/+6
* lasi: fix serial port initialisationMark Cave-Ayland2022-05-081-1/+1
* lasi: use qdev GPIOs to wire up IRQs in lasi_initfn()Mark Cave-Ayland2022-05-081-14/+7Star
* lasi: define IRQ inputs as qdev GPIOsMark Cave-Ayland2022-05-082-0/+4
* lasi: replace lasi_get_irq() with defined constantsMark Cave-Ayland2022-05-082-27/+13Star
* lasi: move LASIState and associated QOM structures to lasi.hMark Cave-Ayland2022-05-082-43/+59
* lasi: move initialisation of iar and rtc to new lasi_reset() functionMark Cave-Ayland2022-05-081-6/+12
* lasi: move register memory mapping from lasi.c to machine.cMark Cave-Ayland2022-05-082-6/+8
* lasi: move memory region initialisation to new lasi_init() functionMark Cave-Ayland2022-05-083-5/+12
* lasi: checkpatch fixesMark Cave-Ayland2022-05-081-2/+4
* dino: move from hw/hppa to hw/pci-hostMark Cave-Ayland2022-05-086-676/+3Star
* dino: move DINO HPA constants from hppa_hardware.h to dino.hMark Cave-Ayland2022-05-082-5/+5
* dino: use numerical constant for iar0 and iar1 reset valuesMark Cave-Ayland2022-05-081-1/+1
* hppa: move dino_init() from dino.c to machine.cMark Cave-Ayland2022-05-083-16/+12Star
* dino: remove unused dino_set_timer_irq() IRQ handlerMark Cave-Ayland2022-05-083-13/+4Star
* dino: wire up serial IRQ using a qdev GPIO in machine.cMark Cave-Ayland2022-05-083-11/+6Star
* dino: define IRQ inputs as qdev GPIOsMark Cave-Ayland2022-05-082-0/+4
* dino.h: add defines for DINO IRQ numbersMark Cave-Ayland2022-05-081-0/+12
* machine.c: map DINO device during board configurationMark Cave-Ayland2022-05-082-3/+3
* dino: change dino_init() to return the DINO device instead of PCIBusMark Cave-Ayland2022-05-083-8/+9
* hppa: use new CONFIG_HPPA_B160L option instead of CONFIG_DINO to build hppa m...Mark Cave-Ayland2022-05-083-3/+3
* dino: split declarations from dino.c into dino.hMark Cave-Ayland2022-05-083-112/+128
* dino: return PCIBus from dino_init() using qdev_get_child_bus()Mark Cave-Ayland2022-05-081-4/+3Star
* dino: use QOM cast instead of directly referencing parent_objMark Cave-Ayland2022-05-081-2/+4
* dino: move initial register configuration to new dino_pcihost_reset() functionMark Cave-Ayland2022-05-081-2/+9
* dino: move PCI bus master address space setup to dino_pcihost_realize()Mark Cave-Ayland2022-05-081-5/+20
* dino: move pci_setup_iommu() to dino_pcihost_init()Mark Cave-Ayland2022-05-081-1/+2
* dino: add memory-as property containing a link to the memory address spaceMark Cave-Ayland2022-05-081-0/+12
* dino: move PCI windows initialisation to dino_pcihost_init()Mark Cave-Ayland2022-05-081-11/+11
* dino: move PCI bus initialisation to dino_pcihost_init()Mark Cave-Ayland2022-05-081-7/+9
* dino: move registers from dino_init() to DINO_PCI_BRIDGE init functionMark Cave-Ayland2022-05-081-15/+29