From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LD4th-00056B-6w for qemu-devel@nongnu.org; Wed, 17 Dec 2008 17:29:41 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LD4tf-00054u-Nh for qemu-devel@nongnu.org; Wed, 17 Dec 2008 17:29:39 -0500 Received: from [199.232.76.173] (port=49212 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LD4tf-00054n-Kq for qemu-devel@nongnu.org; Wed, 17 Dec 2008 17:29:39 -0500 Received: from savannah.gnu.org ([199.232.41.3]:44302 helo=sv.gnu.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LD4tf-0003ya-BF for qemu-devel@nongnu.org; Wed, 17 Dec 2008 17:29:39 -0500 Received: from cvs.savannah.gnu.org ([199.232.41.69]) by sv.gnu.org with esmtp (Exim 4.63) (envelope-from ) id 1LD4te-0007ce-Iz for qemu-devel@nongnu.org; Wed, 17 Dec 2008 22:29:38 +0000 Received: from aliguori by cvs.savannah.gnu.org with local (Exim 4.63) (envelope-from ) id 1LD4te-0007ca-B0 for qemu-devel@nongnu.org; Wed, 17 Dec 2008 22:29:38 +0000 MIME-Version: 1.0 Errors-To: aliguori Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit From: Anthony Liguori Message-Id: Date: Wed, 17 Dec 2008 22:29:38 +0000 Subject: [Qemu-devel] [6079] Update VGA BIOS Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Revision: 6079 http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=6079 Author: aliguori Date: 2008-12-17 22:29:37 +0000 (Wed, 17 Dec 2008) Log Message: ----------- Update VGA BIOS Now built from the kernel.org git tree. Signed-off-by: Anthony Liguori Modified Paths: -------------- trunk/.gitignore trunk/pc-bios/README trunk/pc-bios/vgabios-cirrus.bin trunk/pc-bios/vgabios.bin Added Paths: ----------- trunk/pc-bios/vgabios-pq/ trunk/pc-bios/vgabios-pq/HEAD trunk/pc-bios/vgabios-pq/series Modified: trunk/.gitignore =================================================================== --- trunk/.gitignore 2008-12-17 22:15:34 UTC (rev 6078) +++ trunk/.gitignore 2008-12-17 22:29:37 UTC (rev 6079) @@ -33,3 +33,4 @@ .pc patches pc-bios/bios-pq/status +pc-bios/vgabios-pq/status Modified: trunk/pc-bios/README =================================================================== --- trunk/pc-bios/README 2008-12-17 22:15:34 UTC (rev 6078) +++ trunk/pc-bios/README 2008-12-17 22:29:37 UTC (rev 6079) @@ -5,7 +5,10 @@ git://git.kernel.org/pub/scm/virt/bochs/bochs.git - The VGA BIOS and the Cirrus VGA BIOS come from the LGPL VGA bios - project (http://www.nongnu.org/vgabios/). + project (http://www.nongnu.org/vgabios/). The binary is based on the revision + in vgabios-pq/HEAD with the patches in vgabios-pq/series applied. The git + repo that HEAD refers to is located at + git://git.kernel.org/pub/scm/virt/vgabios/vgabios.git - The PowerPC Open Hack'Ware Open Firmware Compatible BIOS is available at http://perso.magic.fr/l_indien/OpenHackWare/index.htm. Modified: trunk/pc-bios/vgabios-cirrus.bin =================================================================== (Binary files differ) Added: trunk/pc-bios/vgabios-pq/HEAD =================================================================== --- trunk/pc-bios/vgabios-pq/HEAD (rev 0) +++ trunk/pc-bios/vgabios-pq/HEAD 2008-12-17 22:29:37 UTC (rev 6079) @@ -0,0 +1 @@ +86ccbd96bf82d046d219141ac56cd4b26256889b Modified: trunk/pc-bios/vgabios.bin =================================================================== (Binary files differ)