Features/HPPA: Difference between revisions

From QEMU
No edit summary
mNo edit summary
 
Line 10: Line 10:
== Detailed Summary ==
== Detailed Summary ==


System emulation of HP's PA-RISC platform.  Both 32-bit (PA1.1) and 64-bit (PA2.0). Emulated systems would likely include one of the 'Snakes' (e.g. the 715/100), the C180/C240/similar, and C3000 or similar.
System emulation of HP's PA-RISC platform.  Both 32-bit (PA1.1) and 64-bit (PA2.0).
Emulated systems would likely include one of the 'Snakes' (e.g. the 715/100), the C180/C240/similar, and C3000 or similar.


== Status ==
== Status ==
Line 20: Line 21:
* A fork of SeaBIOS exists, which emulates a B160L workstation.
* A fork of SeaBIOS exists, which emulates a B160L workstation.
* Booting Linux and HP-UX works.
* Booting Linux and HP-UX works.
* Generic Tulip PCI NIC support for qemu was added.
* Graphics card emulation (artist) added.


== TODO ==
== TODO ==
Line 27: Line 30:
** LASI
** LASI
** Elroy PCI bridge
** Elroy PCI bridge
** Tulip PCI NIC
* Enhance SeaBIOS to emulate 64-bit firmwares
* Enhance SeaBIOS to emulate 64-bit firmwares
* Add emulation of a C3000 workstation
* Add emulation of a C3000 workstation

Latest revision as of 13:57, 9 March 2020

Summary

Add system emulation of HP PA-RISC.

Owner

  • Helge Deller <deller@gmx.de>
  • Richard Henderson

Detailed Summary

System emulation of HP's PA-RISC platform. Both 32-bit (PA1.1) and 64-bit (PA2.0). Emulated systems would likely include one of the 'Snakes' (e.g. the 715/100), the C180/C240/similar, and C3000 or similar.

Status

  • Only PA1.1 (32-bit) supported yet.
  • Instruction decoding, branching and most instructions are emulated.
  • User mode emulation has been added (since QEMU 2.9).
  • System mode emulation has been added (since QEMU 4.0).
  • A fork of SeaBIOS exists, which emulates a B160L workstation.
  • Booting Linux and HP-UX works.
  • Generic Tulip PCI NIC support for qemu was added.
  • Graphics card emulation (artist) added.

TODO

  • More testing
  • Add more devices for system emulation, e.g.
    • LASI
    • Elroy PCI bridge
  • Enhance SeaBIOS to emulate 64-bit firmwares
  • Add emulation of a C3000 workstation

Code

The qemu code has been pushed into the qemu git repository.

A fork of SeaBIOS to run on PA-RISC is in the external git repository at:

Ongoing work is documented here: