29 lines
981 B
Diff
29 lines
981 B
Diff
|
From 0920337756cdf82dcd585efb23ae18f8086696c8 Mon Sep 17 00:00:00 2001
|
||
|
From: Gerd Hoffmann <kraxel@redhat.com>
|
||
|
Date: Wed, 24 Mar 2010 11:16:54 +0100
|
||
|
Subject: [PATCH 09/39] vgabios update to 0.6c + pcibios patches.
|
||
|
|
||
|
---
|
||
|
Makefile | 5 +++--
|
||
|
1 files changed, 3 insertions(+), 2 deletions(-)
|
||
|
|
||
|
diff --git a/Makefile b/Makefile
|
||
|
index 3cd07e0..e40c9a2 100644
|
||
|
--- a/Makefile
|
||
|
+++ b/Makefile
|
||
|
@@ -154,8 +154,9 @@ ar de en-us fi fr-be hr it lv nl pl ru th \
|
||
|
common de-ch es fo fr-ca hu ja mk nl-be pt sl tr
|
||
|
|
||
|
ifdef INSTALL_BLOBS
|
||
|
-BLOBS=bios.bin vgabios.bin vgabios-cirrus.bin ppc_rom.bin \
|
||
|
-video.x openbios-sparc32 openbios-sparc64 openbios-ppc \
|
||
|
+BLOBS=bios.bin vgabios.bin vgabios-cirrus.bin \
|
||
|
+vgabios-stdvga.bin vgabios-vmware.bin vgabios-qxl.bin vgabios-qxldev.bin \
|
||
|
+ppc_rom.bin video.x openbios-sparc32 openbios-sparc64 openbios-ppc \
|
||
|
gpxe-eepro100-80861209.rom \
|
||
|
gpxe-eepro100-80861229.rom \
|
||
|
pxe-e1000.bin \
|
||
|
--
|
||
|
1.7.2.3
|
||
|
|