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 /Makefile | |
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 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -319,7 +319,7 @@ ifdef INSTALL_BLOBS BLOBS=bios.bin bios-256k.bin sgabios.bin vgabios.bin vgabios-cirrus.bin \ vgabios-stdvga.bin vgabios-vmware.bin vgabios-qxl.bin \ acpi-dsdt.aml q35-acpi-dsdt.aml \ -ppc_rom.bin openbios-sparc32 openbios-sparc64 openbios-ppc QEMU,tcx.bin \ +ppc_rom.bin openbios-sparc32 openbios-sparc64 openbios-ppc QEMU,tcx.bin QEMU,cgthree.bin \ pxe-e1000.rom pxe-eepro100.rom pxe-ne2k_pci.rom \ pxe-pcnet.rom pxe-rtl8139.rom pxe-virtio.rom \ efi-e1000.rom efi-eepro100.rom efi-ne2k_pci.rom \ |