[PATCH 00/13] target/hppa: Enhancements and fixes

deller@kernel.org posted 13 patches 9 months, 3 weeks ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20240207182023.36316-1-deller@kernel.org
Maintainers: Richard Henderson <richard.henderson@linaro.org>, Helge Deller <deller@gmx.de>
There is a newer version of this series
disas/hppa.c                |   4 +++
hw/hppa/machine.c           |  11 ++++++--
hw/misc/lasi.c              |  13 +++++++++
hw/pci-host/astro.c         |  41 +++++++++++++++------------
include/hw/misc/lasi.h      |   2 ++
include/hw/pci-host/astro.h |   2 ++
pc-bios/hppa-firmware.img   | Bin 163324 -> 167836 bytes
pc-bios/hppa-firmware64.img | Bin 0 -> 205944 bytes
roms/seabios-hppa           |   2 +-
target/hppa/cpu.c           |   1 +
target/hppa/cpu.h           |   7 +++++
target/hppa/helper.h        |   5 +++-
target/hppa/mem_helper.c    |  21 +++++++++++++-
target/hppa/op_helper.c     |  32 +++++++++++++++++++++
target/hppa/sys_helper.c    |  46 ++++++++++++++++++++++++++++--
target/hppa/translate.c     |  54 ++++++++++++++++++++++++++----------
16 files changed, 200 insertions(+), 41 deletions(-)
mode change 100644 => 100755 pc-bios/hppa-firmware.img
create mode 100755 pc-bios/hppa-firmware64.img
[PATCH 00/13] target/hppa: Enhancements and fixes
Posted by deller@kernel.org 9 months, 3 weeks ago
From: Helge Deller <deller@gmx.de>

Some enhancements and fixes for the hppa target.

The major change is, that this patchset adds a new SeaBIOS-hppa firmware
which is built as 32- and 64-bit firmware.
The new 64-bit firmware is necessary to fully support 64-bit operating systems
(HP-UX, Linux, NetBSD,...).

Please review!

Helge

Helge Deller (13):
  disas/hppa: Add disassembly for qemu specific instructions
  target/hppa: Add "diag 0x101" for console output support
  target/hppa: Fix PSW_W and PSW_E bits in rsm, ssm and mtsm
  hw/pci-host/astro: Avoid aborting on access failure
  hw/pci-host/astro: Implement Hard Fail and Soft Fail mode
  lasi: allow access to LAN MAC address registers
  target/hppa: Implement do_transaction_failed handler for I/O errors
  lasi: Add reset I/O ports for LASI audio and FDC
  target/hppa: Allow read-access to PSW with rsm 0,reg instruction
  target/hppa: Check privilege only when PSW.P is set
  target/hppa: PDC_BTLB_INFO uses 32-bit ints
  target/hppa: Update SeaBIOS-hppa to version 16
  hw/hppa/machine: Load 64-bit firmware on 64-bit machines

 disas/hppa.c                |   4 +++
 hw/hppa/machine.c           |  11 ++++++--
 hw/misc/lasi.c              |  13 +++++++++
 hw/pci-host/astro.c         |  41 +++++++++++++++------------
 include/hw/misc/lasi.h      |   2 ++
 include/hw/pci-host/astro.h |   2 ++
 pc-bios/hppa-firmware.img   | Bin 163324 -> 167836 bytes
 pc-bios/hppa-firmware64.img | Bin 0 -> 205944 bytes
 roms/seabios-hppa           |   2 +-
 target/hppa/cpu.c           |   1 +
 target/hppa/cpu.h           |   7 +++++
 target/hppa/helper.h        |   5 +++-
 target/hppa/mem_helper.c    |  21 +++++++++++++-
 target/hppa/op_helper.c     |  32 +++++++++++++++++++++
 target/hppa/sys_helper.c    |  46 ++++++++++++++++++++++++++++--
 target/hppa/translate.c     |  54 ++++++++++++++++++++++++++----------
 16 files changed, 200 insertions(+), 41 deletions(-)
 mode change 100644 => 100755 pc-bios/hppa-firmware.img
 create mode 100755 pc-bios/hppa-firmware64.img

-- 
2.43.0