From: aliguori Date: Wed, 17 Dec 2008 22:29:37 +0000 (+0000) Subject: Update VGA BIOS X-Git-Tag: release_0_10_0~607 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6f484e7301a13cc4408c6f151141ccea2c06c9f9;p=thirdparty%2Fqemu.git Update VGA BIOS Now built from the kernel.org git tree. Signed-off-by: Anthony Liguori git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6079 c046a42c-6fe2-441c-8c8c-71466251a162 --- diff --git a/.gitignore b/.gitignore index fffd440d2ca..6fdc7e701a6 100644 --- a/.gitignore +++ b/.gitignore @@ -33,3 +33,4 @@ qemu-nbd.pod .pc patches pc-bios/bios-pq/status +pc-bios/vgabios-pq/status diff --git a/pc-bios/README b/pc-bios/README index d435a5cd305..c5b2390577d 100644 --- a/pc-bios/README +++ b/pc-bios/README @@ -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. diff --git a/pc-bios/vgabios-cirrus.bin b/pc-bios/vgabios-cirrus.bin index 34f9a9ff7ce..4fa8f99f7e0 100644 Binary files a/pc-bios/vgabios-cirrus.bin and b/pc-bios/vgabios-cirrus.bin differ diff --git a/pc-bios/vgabios-pq/HEAD b/pc-bios/vgabios-pq/HEAD new file mode 100644 index 00000000000..83fa6f79d48 --- /dev/null +++ b/pc-bios/vgabios-pq/HEAD @@ -0,0 +1 @@ +86ccbd96bf82d046d219141ac56cd4b26256889b diff --git a/pc-bios/vgabios-pq/series b/pc-bios/vgabios-pq/series new file mode 100644 index 00000000000..e69de29bb2d diff --git a/pc-bios/vgabios.bin b/pc-bios/vgabios.bin index 17cb63f6ad8..fa6f815fcf6 100644 Binary files a/pc-bios/vgabios.bin and b/pc-bios/vgabios.bin differ