summaryrefslogtreecommitdiffstats
path: root/hw/hppa/lasi.c
Commit message (Expand)AuthorAgeFilesLines
* lasi: use numerical constant for iar reset valueMark Cave-Ayland2022-05-081-1/+1
* lasi: use constants for device register offsetsMark Cave-Ayland2022-05-081-14/+14
* lasi: move lasi_initfn() to machine.cMark Cave-Ayland2022-05-081-10/+0Star
* lasi: remove address space parameter from lasi_initfn()Mark Cave-Ayland2022-05-081-1/+1
* lasi: move PS2 initialisation to machine.cMark Cave-Ayland2022-05-081-5/+0Star
* lasi: move second serial port initialisation to machine.cMark Cave-Ayland2022-05-081-8/+0Star
* lasi: move parallel port initialisation to machine.cMark Cave-Ayland2022-05-081-6/+0Star
* lasi: move LAN initialisation to machine.cMark Cave-Ayland2022-05-081-7/+0Star
* lasi: update lasi_initfn() to return LASIStateMark Cave-Ayland2022-05-081-2/+2
* 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-081-0/+2
* lasi: replace lasi_get_irq() with defined constantsMark Cave-Ayland2022-05-081-27/+4Star
* lasi: move LASIState and associated QOM structures to lasi.hMark Cave-Ayland2022-05-081-43/+1Star
* 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-081-4/+3Star
* lasi: move memory region initialisation to new lasi_init() functionMark Cave-Ayland2022-05-081-3/+10
* lasi: checkpatch fixesMark Cave-Ayland2022-05-081-2/+4
* Do not include exec/address-spaces.h if it's not really necessaryThomas Huth2021-05-021-1/+0Star
* Do not include cpu.h if it's not really necessaryThomas Huth2021-05-021-1/+0Star
* hw: Remove superfluous includes of hw/hw.hThomas Huth2021-05-021-1/+0Star
* Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost2020-09-181-3/+1Star
* Use DECLARE_*CHECKER* macrosEduardo Habkost2020-09-091-2/+2
* Move QOM typedefs and add missing includesEduardo Habkost2020-09-091-2/+4
* hw/hppa/lasi: Don't abort on invalid IMR valueHelge Deller2020-08-261-2/+6
* hw/hppa: Sync hppa_hardware.h file with SeaBIOS sourcesHelge Deller2020-08-041-2/+0Star
* sysbus: Convert to sysbus_realize() etc. with CoccinelleMarkus Armbruster2020-06-151-1/+1
* qdev: Convert uses of qdev_create() with CoccinelleMarkus Armbruster2020-06-151-2/+2
* hppa: add emulation of LASI PS2 controllersSven Schnelle2020-01-271-1/+9
* hppa: Add support for LASI chip with i82596 NICHelge Deller2020-01-271-0/+360