From: Helge Deller <del...@gmx.de> A small series of patches which enhances the graphics output on 64-bit hppa machines. Allows to disable the artist graphic card and introduces drivers for the Diva GSP (remote management) cards which are used in later 64-bit machines and which we now use for serial console output.
The LMMIO regions of the Astro chip are now supported too, which e.g. allows to plug in a virtual ATI PCI card with a 64-bit Linux kernel. Please review. Helge Deller (6): hw/char: Add emulation of Diva GSP PCI management boards hw/hppa: Wire up Diva GSP card artist: Allow disabling artist on command line hw/hppa: Avoid creation of artist if disabled on command line hw/pci-host/astro: Add LMMIO range support target/hppa: Update SeaBIOS-hppa MAINTAINERS | 1 + hw/char/Kconfig | 3 + hw/char/diva-gsp.c | 297 ++++++++++++++++++++++++++++++++++++ hw/char/meson.build | 1 + hw/display/artist.c | 9 +- hw/hppa/Kconfig | 1 + hw/hppa/machine.c | 42 +++-- hw/pci-host/astro.c | 52 +++++++ include/hw/pci-host/astro.h | 6 +- roms/seabios-hppa | 2 +- 10 files changed, 383 insertions(+), 31 deletions(-) create mode 100644 hw/char/diva-gsp.c -- 2.47.0