aboutsummaryrefslogtreecommitdiff
path: root/hw/hppa/lasi.c
AgeCommit message (Expand)Author
2022-05-08lasi: move from hw/hppa to hw/miscMark Cave-Ayland
2022-05-08lasi: use numerical constant for iar reset valueMark Cave-Ayland
2022-05-08lasi: use constants for device register offsetsMark Cave-Ayland
2022-05-08lasi: move lasi_initfn() to machine.cMark Cave-Ayland
2022-05-08lasi: remove address space parameter from lasi_initfn()Mark Cave-Ayland
2022-05-08lasi: move PS2 initialisation to machine.cMark Cave-Ayland
2022-05-08lasi: move second serial port initialisation to machine.cMark Cave-Ayland
2022-05-08lasi: move parallel port initialisation to machine.cMark Cave-Ayland
2022-05-08lasi: move LAN initialisation to machine.cMark Cave-Ayland
2022-05-08lasi: update lasi_initfn() to return LASIStateMark Cave-Ayland
2022-05-08lasi: fix serial port initialisationMark Cave-Ayland
2022-05-08lasi: use qdev GPIOs to wire up IRQs in lasi_initfn()Mark Cave-Ayland
2022-05-08lasi: define IRQ inputs as qdev GPIOsMark Cave-Ayland
2022-05-08lasi: replace lasi_get_irq() with defined constantsMark Cave-Ayland
2022-05-08lasi: move LASIState and associated QOM structures to lasi.hMark Cave-Ayland
2022-05-08lasi: move initialisation of iar and rtc to new lasi_reset() functionMark Cave-Ayland
2022-05-08lasi: move register memory mapping from lasi.c to machine.cMark Cave-Ayland
2022-05-08lasi: move memory region initialisation to new lasi_init() functionMark Cave-Ayland
2022-05-08lasi: checkpatch fixesMark Cave-Ayland
2021-05-02Do not include exec/address-spaces.h if it's not really necessaryThomas Huth
2021-05-02Do not include cpu.h if it's not really necessaryThomas Huth
2021-05-02hw: Remove superfluous includes of hw/hw.hThomas Huth
2020-09-18Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost
2020-08-26hw/hppa/lasi: Don't abort on invalid IMR valueHelge Deller
2020-08-04hw/hppa: Sync hppa_hardware.h file with SeaBIOS sourcesHelge Deller
2020-06-15sysbus: Convert to sysbus_realize() etc. with CoccinelleMarkus Armbruster
2020-06-15qdev: Convert uses of qdev_create() with CoccinelleMarkus Armbruster
2020-01-27hppa: add emulation of LASI PS2 controllersSven Schnelle
2020-01-27hppa: Add support for LASI chip with i82596 NICHelge Deller