debian/0000755000000000000000000000000012324251765007175 5ustar debian/copyright0000644000000000000000000000274711713760476011147 0ustar This package was debianized by Robert Millan on Sat, 1 Sep 2001 17:01:45 +0200. Now maintained by Guillem Jover . It was downloaded from Upstream Authors: Christophe Bothamy Jeroen Janssen Kevin Lawton Volker Ruppert and others Copyright Holders: Copyright © 2001-2003 Christophe Bothamy Copyright © 2002 Jeroen Janssen Copyright © 2002 Kevin Lawton Copyright © 2002-2003, 2005-2006, 2008 Volker Ruppert License: This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA On Debian systems, the complete text of the GNU Lesser General Public License can be found in '/usr/share/common-licenses/LGPL-2.1'. debian/patches/0000755000000000000000000000000011766310604010621 5ustar debian/patches/series0000644000000000000000000000014711766310604012040 0ustar 05-Add-qemu-vmware-vga-pci-bios 06-Add-qemu-qxl-vga-pci-bios disable-1280x768-and-1280x720-modes.patch debian/patches/06-Add-qemu-qxl-vga-pci-bios0000644000000000000000000000457611713760476015530 0ustar From: Gerd Hoffmann Date: Thu, 6 May 2010 10:50:41 +0200 Subject: Add qemu qxl vga pci bios Add PCI vgabios for the qemu qxl vga (1b36:0100). Name it vgabios-qxl.bin. Signed-off-by: Gerd Hoffmann --- Makefile | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) --- a/Makefile +++ b/Makefile @@ -14,7 +14,7 @@ RELVERS = `pwd | sed "s-.*/--" | sed "s/ VGABIOS_DATE = "-DVGABIOS_DATE=\"$(RELDATE)\"" -all: bios cirrus-bios vmware-bios +all: bios cirrus-bios vmware-bios qxl-bios bios: vgabios.bin vgabios.debug.bin @@ -22,6 +22,8 @@ cirrus-bios: vgabios-cirrus.bin vgabios- vmware-bios: vgabios-vmware.bin vgabios-vmware.debug.bin +qxl-bios: vgabios-qxl.bin vgabios-qxl.debug.bin + clean: /bin/rm -f biossums vbetables-gen vbetables.h *.o *.s *.ld86 \ temp.awk.* vgabios*.orig _vgabios_* _vgabios-debug_* core vgabios*.bin vgabios*.txt $(RELEASE).bin *.bak @@ -39,6 +41,8 @@ vgabios-cirrus.bin : VGAFLAGS := - vgabios-cirrus.debug.bin : VGAFLAGS := -DCIRRUS -DPCIBIOS -DCIRRUS_DEBUG vgabios-vmware.bin : VGAFLAGS := -DVBE -DPCIBIOS -DPCI_VID=0x15ad -DPCI_DID=0x0405 vgabios-vmware.debug.bin : VGAFLAGS := -DVBE -DPCIBIOS -DPCI_VID=0x15ad -DPCI_DID=0x0405 -DDEBUG +vgabios-qxl.bin : VGAFLAGS := -DVBE -DPCIBIOS -DPCI_VID=0x1b36 -DPCI_DID=0x0100 +vgabios-qxl.debug.bin : VGAFLAGS := -DVBE -DPCIBIOS -DPCI_VID=0x1b36 -DPCI_DID=0x0100 -DDEBUG # dist names vgabios.bin : DISTNAME := VGABIOS-lgpl-latest.bin @@ -47,6 +51,8 @@ vgabios-cirrus.bin : DISTNAME := V vgabios-cirrus.debug.bin : DISTNAME := VGABIOS-lgpl-latest.cirrus.debug.bin vgabios-vmware.bin : DISTNAME := VGABIOS-lgpl-latest.vmware.bin vgabios-vmware.debug.bin : DISTNAME := VGABIOS-lgpl-latest.vmware.debug.bin +vgabios-qxl.bin : DISTNAME := VGABIOS-lgpl-latest.qxl.bin +vgabios-qxl.debug.bin : DISTNAME := VGABIOS-lgpl-latest.qxl.debug.bin # dependencies vgabios.bin : $(VGA_FILES) $(VBE_FILES) biossums @@ -55,6 +61,8 @@ vgabios-cirrus.bin : $(VGA_FILES) vgabios-cirrus.debug.bin : $(VGA_FILES) clext.c biossums vgabios-vmware.bin : $(VGA_FILES) $(VBE_FILES) biossums vgabios-vmware.debug.bin : $(VGA_FILES) $(VBE_FILES) biossums +vgabios-qxl.bin : $(VGA_FILES) $(VBE_FILES) biossums +vgabios-qxl.debug.bin : $(VGA_FILES) $(VBE_FILES) biossums # build rule %.bin: debian/patches/disable-1280x768-and-1280x720-modes.patch0000644000000000000000000000207611766310604017155 0ustar This patch disables 1280x768 and 1280x720 video modes because it behaves in interesting manner with linux vesa driver, see #654823. -- mjt@tls.msk.ru --- a/vbetables-gen.c 2011-01-31 20:27:54.000000000 +0300 +++ b/vbetables-gen.c 2012-03-05 00:38:01.667283519 +0400 @@ -57,5 +57,5 @@ { 1152, 864, 32 , 0x14c}, -{ 1280, 768, 16 , 0x175}, -{ 1280, 768, 24 , 0x176}, -{ 1280, 768, 32 , 0x177}, +//{ 1280, 768, 16 , 0x175}, +//{ 1280, 768, 24 , 0x176}, +//{ 1280, 768, 32 , 0x177}, { 1280, 800, 16 , 0x178}, @@ -81,5 +81,5 @@ { 2560, 1600, 32 , 0x18c}, -{ 1280, 720, 16 , 0x18d}, -{ 1280, 720, 24 , 0x18e}, -{ 1280, 720, 32 , 0x18f}, +//{ 1280, 720, 16 , 0x18d}, +//{ 1280, 720, 24 , 0x18e}, +//{ 1280, 720, 32 , 0x18f}, { 1920, 1080, 16 , 0x190}, debian/patches/05-Add-qemu-vmware-vga-pci-bios0000644000000000000000000000420611713760476016212 0ustar From: Gerd Hoffmann Date: Thu, 6 May 2010 10:47:01 +0200 Subject: Add qemu vmware vga pci bios Add PCI vgabios for the qemu vmeare vga (15ad:0405). Name it vgabios-vmware.bin. Signed-off-by: Gerd Hoffmann --- Makefile | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) --- a/Makefile +++ b/Makefile @@ -14,12 +14,14 @@ RELVERS = `pwd | sed "s-.*/--" | sed "s/ VGABIOS_DATE = "-DVGABIOS_DATE=\"$(RELDATE)\"" -all: bios cirrus-bios +all: bios cirrus-bios vmware-bios bios: vgabios.bin vgabios.debug.bin cirrus-bios: vgabios-cirrus.bin vgabios-cirrus.debug.bin +vmware-bios: vgabios-vmware.bin vgabios-vmware.debug.bin + clean: /bin/rm -f biossums vbetables-gen vbetables.h *.o *.s *.ld86 \ temp.awk.* vgabios*.orig _vgabios_* _vgabios-debug_* core vgabios*.bin vgabios*.txt $(RELEASE).bin *.bak @@ -35,18 +37,24 @@ vgabios.bin : VGAFLAGS := - vgabios.debug.bin : VGAFLAGS := -DVBE -DPCIBIOS -DDEBUG vgabios-cirrus.bin : VGAFLAGS := -DCIRRUS -DPCIBIOS vgabios-cirrus.debug.bin : VGAFLAGS := -DCIRRUS -DPCIBIOS -DCIRRUS_DEBUG +vgabios-vmware.bin : VGAFLAGS := -DVBE -DPCIBIOS -DPCI_VID=0x15ad -DPCI_DID=0x0405 +vgabios-vmware.debug.bin : VGAFLAGS := -DVBE -DPCIBIOS -DPCI_VID=0x15ad -DPCI_DID=0x0405 -DDEBUG # dist names vgabios.bin : DISTNAME := VGABIOS-lgpl-latest.bin vgabios.debug.bin : DISTNAME := VGABIOS-lgpl-latest.debug.bin vgabios-cirrus.bin : DISTNAME := VGABIOS-lgpl-latest.cirrus.bin vgabios-cirrus.debug.bin : DISTNAME := VGABIOS-lgpl-latest.cirrus.debug.bin +vgabios-vmware.bin : DISTNAME := VGABIOS-lgpl-latest.vmware.bin +vgabios-vmware.debug.bin : DISTNAME := VGABIOS-lgpl-latest.vmware.debug.bin # dependencies vgabios.bin : $(VGA_FILES) $(VBE_FILES) biossums vgabios.debug.bin : $(VGA_FILES) $(VBE_FILES) biossums vgabios-cirrus.bin : $(VGA_FILES) clext.c biossums vgabios-cirrus.debug.bin : $(VGA_FILES) clext.c biossums +vgabios-vmware.bin : $(VGA_FILES) $(VBE_FILES) biossums +vgabios-vmware.debug.bin : $(VGA_FILES) $(VBE_FILES) biossums # build rule %.bin: debian/changelog0000644000000000000000000002630612324251765011056 0ustar vgabios (0.7a-5) unstable; urgency=medium * Orphan package, set maintainer to Debian QA Group. -- Michael Tokarev Fri, 18 Apr 2014 20:32:51 +0400 vgabios (0.7a-4) unstable; urgency=low * add symlinks for naming as used by qemu (s/\./_/) * move symlinks from debian/links to debian/rules (just one place for paths) and simplify it a bit * reformat previous changelog to fit in 80 columns * Multi-Arch: foreign (Closes: #728474) * Set Standards-Version to 3.9.4 (no changes) -- Michael Tokarev Sat, 23 Nov 2013 23:45:11 +0400 vgabios (0.7a-3) unstable; urgency=low * Adopt the package under qemu-pkg umbrella (Closes: #658776) Thank you Guillem for maintaining it so far * Move package git repository to git.debian.org * Update VCS links accordingly * Convert debian/rules to debhelper, remove more generated files in clean * Added debian/patches/disable-1280x768-and-1280x120-modes.patch to work around the problem described in #654823. The patch does not fix the bug, it just disables two useful video modes which are causing issues. (Closes: #654823) -- Michael Tokarev Mon, 06 Feb 2012 14:50:58 +0400 vgabios (0.7a-2) unstable; urgency=low * Orphan package, set maintainer to Debian QA Group. -- Guillem Jover Mon, 06 Feb 2012 00:19:33 +0100 vgabios (0.7a-1) unstable; urgency=low * New upstream release. - debian/patches/01-Makefile-cleanup: Remove, merged upstream. - debian/patches/02-Add-defines-for-PCI-IDs: Likewise. - debian/patches/03-Add-qemu-stdvga-pci-bios: Likewise. - debian/patches/04-update-pci_get_lfb_addr-for-vmware-vga: Likewise. - debian/patches/05-Add-qemu-vmware-vga-pci-bios: Refreshed. - debian/patches/06-Add-qemu-qxl-vga-pci-bios: Likewise. * Add compatibility symlinks from stdvga vgabios to the default vgabios ROM, as the latter is now exactly the same as the former. * Now using Standards-Version 3.9.2 (no changes needed). -- Guillem Jover Tue, 01 Nov 2011 00:57:42 +0100 vgabios (0.6c-3) unstable; urgency=low [ Guillem Jover ] * Now using Standards-Version 3.9.1 (no changes needed). * Add missing ${misc:Depends} to vgabios Depends field. [ Jonathan Nieder ] * Add support for additional PCI BIOS, by using proper PCI IDs. Patches taken from the QEMU tree by Gerd Hoffman: (Closes: #614200) - Makefile: factor out a single rule to build BIOS binaries, using variables to account for their differences. + debian/patches/01-Makefile-cleanup: New file. - Allow PCI vendor and device IDs to be set for each BIOS binary. + debian/patches/02-Add-defines-for-PCI-IDs: New file. - Introduce vgabios-stdvga.bin, for QEMU's standard VGA card (1234:1111). + debian/patches/03-Add-qemu-stdvga-bios: New file. - Make pci_get_lfb_addr check PCI region 1 in addition to region zero, so it can be used for the VmWare SVGA-II compatible adapter. + debian/patches/04-update-pci_get_lfb_addr-for...: New file. - Introduce vgabios-vmware.bin, for the VmWare SVGA-II card (15ad:0405). + debian/patches/05-Add-qemu-vmware-vga-pci-bios: New file. - Introduce vgabios-qxl.bin, for QEMU's QXL paravirtual graphics card (1b36:0100). + debian/patches/06-Add-qemu-qxl-vga-pci-bios: New file. * Install the new binaries in debian/rules. -- Guillem Jover Sun, 27 Feb 2011 03:44:20 +0100 vgabios (0.6c-2) unstable; urgency=low * Switch to source format “3.0 (quilt)”: - Remove quilt from Build-Depends. - Remove quilt.make include from debian/rules. - Remove patch and unpatch targets from debian/rules. - Remove now unneeded debian/README.source. * Use UTF-8 copyright symbol in debian/rules. * Now using Standards-Version 3.8.3 (no changes needed). -- Guillem Jover Wed, 02 Dec 2009 22:31:26 +0100 vgabios (0.6c-1) unstable; urgency=low * New upstream release. (Closes: #523303) - debian/patches/widescreen_modes_stolen_from_kvm.patch: Remove, fixed upstream. * Refer to LGPL-2.1 from common-licenses instead of just LGPL. * Switch to debhelper compatibility level 7. * Use dh_prep instead of “dh_clean -k”. * Now using Standards-Version 3.8.1 (no changes needed). -- Guillem Jover Thu, 09 Apr 2009 16:24:25 +0200 vgabios (0.6b-1) unstable; urgency=low * New upstream release. - debian/patches/01_pci_rom_header.patch: Remove, fixed upstream. - debian/patches/02_biossums_warning.patch: Likewise. - debian/patches/03_no_linemarkers.patch: Likewise. * The offending patches using the quilt series -p0 specific feature are no longer in the package. (Closes: #485361) * Update debian/watch file to new savannah url. * Improve debian/copyright: - Remove empty Copyright section. - Rename Acknowledgements to Copyright Holders. - List all copyright holders, with copyright sign and years. - Add more upstream authors. - Update upstream download url. * Add a README.source. * Add a Homepage field. * Update packaging VCS fields to the new url. * Now using Standards-Version 3.8.0. * Add support for widescreen modes, stolen from KVM. (Closes: #458477) - debian/patches/widescreen_modes_stolen_from_kvm.patch: New file. -- Guillem Jover Sun, 15 Jun 2008 07:56:46 +0300 vgabios (0.6a-3) unstable; urgency=low * Do not add linemarkers from gcc preprocessed output. (Closes: #441491) - debian/patches/03_no_linemarkers.patch: New file. * Add Vcs-Brwoser and Vcs-Git fields. -- Guillem Jover Tue, 11 Sep 2007 05:28:35 +0300 vgabios (0.6a-2) unstable; urgency=low * Add quilt support for patch management: - Add 'quilt (>= 0.40) to Build-Depends. - Include quilt.make from debian/rules. - Add a debian/patches/series file. * Add a PCI rom header. (Closes: #432766) - debian/patches/01_pci_rom_header.patch: New file. Thanks to Stefan Reinauer . * Fix warning in biossums.c by including . - debian/patches/02_biossums_warning.patch: New file. * Add build-indep and build-arch targets. * Create the binary package on binary-indep instead of binary-arch. -- Guillem Jover Tue, 17 Jul 2007 06:11:15 +0300 vgabios (0.6a-1) unstable; urgency=low * New upstream release. * Now using Standards-Version 3.7.2 (no changes needed). * Move debhelper from Build-Depends-Indep to Build-Depends as it's being used on clean. -- Guillem Jover Wed, 23 Aug 2006 03:22:04 +0300 vgabios (0.5d-1) unstable; urgency=low * New upstream release. * Updated FSF's address. * Upgraded to debhelper compat level 5. * Remove commented stuff on debian/rules. -- Guillem Jover Mon, 2 Jan 2006 00:26:09 +0200 vgabios (0.5c-1) unstable; urgency=low * New upstream release. -- Guillem Jover Mon, 11 Jul 2005 11:39:45 +0300 vgabios (0.5b-1) unstable; urgency=low * New upstream release. * Update watch file URL and increase version number to 3. * Now using Standards-Version 3.6.2 (no changes needed). -- Guillem Jover Tue, 5 Jul 2005 01:21:45 +0300 vgabios (0.5a-1) unstable; urgency=low * New upstream release. * Do not use a build-stamp file. -- Guillem Jover Mon, 4 Apr 2005 01:35:02 +0300 vgabios (0.4c+20041014-1) unstable; urgency=low * New Maintainer. (Closes: #276391) * New upstream snapshot. - Remove CVS dirs. - Not tar in tar anymore. * Clean debian/copyright. * Reworded package long description. * Removed emacs cruft from changelog. * Do not create the lintian overrides dir. * Remove the binary rom files on clean. * Switch back to plain debhelper. * Now using Standards-Version 3.6.1. -- Guillem Jover Thu, 14 Oct 2004 23:11:19 +0200 vgabios (0.4c+20040829-3) unstable; urgency=low * Orphaned. - control.in (Maintainer): Set to Debian QA group. -- Robert Millan Wed, 13 Oct 2004 20:55:58 +0200 vgabios (0.4c+20040829-2) unstable; urgency=low * control (Conflicts): Add bochs (<< 2.1.1+20040903-1). -- Robert Millan Fri, 3 Sep 2004 11:31:06 +0200 vgabios (0.4c+20040829-1) experimental; urgency=low * New upstream snapshot. - Adds totaly undocumented "-DCIRRUS" build. Whatever it is, it must be cool so we install it in debian/rules. - Uploading to experimental. This version of vgabios works for Qemu but breaks with Bochs. * control (Description): Nuke references to Plex86, and add some to Qemu. * rules: Nuke "_CPU = i386" check (this should now build on all cpus). - README.Debian: Kill. - rules: Stop installing lintian override file. - overrides: Nuke. -- Robert Millan Mon, 30 Aug 2004 19:09:41 +0200 vgabios (0.4b-1) unstable; urgency=low * New upstream release. * Switch to CDBS. - control: Add cdbs, set debhelper to (>= 4.1.0). - rules: Rewrite. -- Robert Millan Wed, 5 Nov 2003 12:39:36 +0100 vgabios (0.4a-1) unstable; urgency=low * New upstream release. -- Robert Millan Thu, 21 Aug 2003 02:54:43 +0000 vgabios (0.3a+20030324-1) unstable; urgency=low * First upload as a developer. * New upstream snapshot. * Removed tools86.c, which is not needed anymore. * Updated upstream URL in debian/copyright. -- Robert Millan Mon, 24 Mar 2003 18:17:45 +0000 vgabios (0.3a-2) unstable; urgency=low * Reworked i386 check to be kernel-independant. * Ported tools86.c to the Hurd, forwarding patch to dosemu. * Fixed the #asm / #endasm problem as explained in the mailing list. -- Robert Millan Tue, 16 Apr 2002 17:29:50 +0200 vgabios (0.3a-1) unstable; urgency=low * New upstream release * Added Jeroen Janssen to author list. * Missing awk in Build-Depends was added. -- Robert Millan Wed, 20 Mar 2002 00:11:45 +0100 vgabios (0.2b-2) unstable; urgency=low * Deactivated unnecessary dh_shlibdeps. -- Robert Millan Mon, 4 Mar 2002 15:18:25 +0100 vgabios (0.2b-1) unstable; urgency=low * New upstream release * Unset execution bit from vgabios.bin. * Lintian overrides build-depends-without-arch-dep, see README.Debian. * Set bash as interpreter of dataseghack to support upstream's bashisms. * Bulding an extra image with debugging support. * C shell no longer needed, got rid of it. -- Robert Millan Fri, 22 Feb 2002 12:59:59 +0100 vgabios (0.2a-2) unstable; urgency=low * Fixed a typo in debian/control. (Closes: #125457) * Moved vgabios.bin to /usr/share/vgabios/vgabios.bin. -- Robert Millan Tue, 18 Dec 2001 22:58:30 +0100 vgabios (0.2a-1) unstable; urgency=low * New upstream release. * Removed blank line in debian/control (Closes: #113976) * Documented reason not to build for non-i386 archs. Look at README.Debian. -- Robert Millan Sun, 11 Nov 2001 20:45:31 +0100 vgabios (0.01a-1) unstable; urgency=low * Initial Release. -- Robert Millan Sat, 1 Sep 2001 17:01:45 +0200 debian/watch0000644000000000000000000000031611713760476010233 0ustar # You can run the "uscan" command to check for upstream updates and more. # Site Directory Pattern Version Script version=3 http://download.sv.gnu.org/releases/vgabios/ vgabios-(.*)\.tgz debian uupdate debian/dirs0000644000000000000000000000002211713760476010060 0ustar usr/share/vgabios debian/clean0000644000000000000000000000011511766310574010202 0ustar VGABIOS-*.bin # map files vgabios[-.]*txt vbetables.h vbetables-gen biossums debian/rules0000755000000000000000000000136312244201255010246 0ustar #!/usr/bin/make -f biosdir := /usr/share/vgabios debbiosdir := debian/vgabios$(biosdir) %: +dh $@ override_dh_auto_configure override_dh_auto_test: # nothing to do override_dh_auto_install: set -e; \ for v in "" .cirrus .qxl .vmware; do \ install -m 0644 VGABIOS-lgpl-latest$$v.bin \ $(debbiosdir)/vgabios$$v.bin ; \ install -m 0644 VGABIOS-lgpl-latest$$v.debug.bin \ $(debbiosdir)/vgabios$$v.debug.bin ; \ done # Compatibility symlinks with Debian vgabios == 0.6c-3 ln -s vgabios.bin $(debbiosdir)/vgabios.stdvga.bin ln -s vgabios.debug.bin $(debbiosdir)/vgabios.stdvga.debug.bin # qemu naming scheme (s/\./-/) set -e; \ for v in cirrus qxl stdvga vmware; do \ ln -s vgabios.$$v.bin $(debbiosdir)/vgabios-$$v.bin ; \ done debian/compat0000644000000000000000000000000211713760476010400 0ustar 7 debian/docs0000644000000000000000000000002111713760476010046 0ustar BUGS README TODO debian/source/0000755000000000000000000000000011713760476010502 5ustar debian/source/format0000644000000000000000000000001411713760476011710 0ustar 3.0 (quilt) debian/control0000644000000000000000000000150112324251756010575 0ustar Source: vgabios Section: misc Priority: extra Maintainer: Debian QA Group Homepage: http://savannah.nongnu.org/projects/vgabios/ Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-qemu/vgabios.git Vcs-Git: git://git.debian.org/git/pkg-qemu/vgabios.git Build-Depends: debhelper (>= 7) Build-Depends-Indep: bcc, bin86, gawk | awk Standards-Version: 3.9.4 Package: vgabios Architecture: all Depends: ${misc:Depends} Conflicts: bochs (<< 2.1.1+20040903-1) Multi-Arch: foreign Description: VGA BIOS software for the Bochs and Qemu emulated VGA card The goal of this project is to provide a Video BIOS for Bochs and Qemu. This VGA BIOS is very specific to the bochs/qemu emulated VGA card. . WARNING: It is NOT meant to drive a physical vga card. You will probably fry it if you try. You have been warned.