diff options
| author | Mark Cave-Ayland | 2013-10-15 22:03:04 +0200 |
|---|---|---|
| committer | Mark Cave-Ayland | 2014-02-27 11:01:41 +0100 |
| commit | 9eb08a435a5380f3fe07d9019f49c0358cb2d491 (patch) | |
| tree | dac6336a8faf35ac1b7045b8d6418c56bef9c56c /pc-bios | |
| parent | sun4m: fix slavio timer RUN/STOP bit (diff) | |
| download | qemu-9eb08a435a5380f3fe07d9019f49c0358cb2d491.tar.gz qemu-9eb08a435a5380f3fe07d9019f49c0358cb2d491.tar.xz qemu-9eb08a435a5380f3fe07d9019f49c0358cb2d491.zip | |
sun4m: Add Sun CG3 framebuffer and corresponding OpenBIOS FCode ROM
The CG3 framebuffer is a simple 8-bit framebuffer for use with operating
systems such as early Solaris that do not have drivers for TCX.
Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
CC: Blue Swirl <blauwirbel@gmail.com>
CC: Anthony Liguori <aliguori@amazon.com>
CC: Peter Maydell <peter.maydell@linaro.org>
CC: Bob Breuer <breuerr@mc.net>
CC: Artyom Tarasenko <atar4qemu@gmail.com>
Diffstat (limited to 'pc-bios')
| -rw-r--r-- | pc-bios/QEMU,cgthree.bin | bin | 0 -> 850 bytes | |||
| -rw-r--r-- | pc-bios/README | 4 |
2 files changed, 2 insertions, 2 deletions
diff --git a/pc-bios/QEMU,cgthree.bin b/pc-bios/QEMU,cgthree.bin Binary files differnew file mode 100644 index 0000000000..6fec946207 --- /dev/null +++ b/pc-bios/QEMU,cgthree.bin diff --git a/pc-bios/README b/pc-bios/README index f1900686dc..5914200b23 100644 --- a/pc-bios/README +++ b/pc-bios/README @@ -11,8 +11,8 @@ firmware implementation. The goal is to implement a 100% IEEE 1275-1994 (referred to as Open Firmware) compliant firmware. The included images for PowerPC (for 32 and 64 bit PPC CPUs), - Sparc32 (including QEMU,tcx.bin) and Sparc64 are built from OpenBIOS SVN - revision 1246. + Sparc32 (including QEMU,tcx.bin and QEMU,cgthree.bin) and Sparc64 are built + from OpenBIOS SVN revision 1246. - SLOF (Slimline Open Firmware) is a free IEEE 1275 Open Firmware implementation for certain IBM POWER hardware. The sources are at |
