diff --git a/.gitignore b/.gitignore index fffd440d2c..6fdc7e701a 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 d435a5cd30..c5b2390577 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 34f9a9ff7c..4fa8f99f7e 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 0000000000..83fa6f79d4 --- /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 0000000000..e69de29bb2 diff --git a/pc-bios/vgabios.bin b/pc-bios/vgabios.bin index 17cb63f6ad..fa6f815fcf 100644 Binary files a/pc-bios/vgabios.bin and b/pc-bios/vgabios.bin differ