From patchwork Thu Jul 12 13:33:17 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gerd Hoffmann X-Patchwork-Id: 170658 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [208.118.235.17]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 2DFEB2C021C for ; Thu, 12 Jul 2012 23:33:36 +1000 (EST) Received: from localhost ([::1]:60018 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SpJWQ-0008Tt-9g for incoming@patchwork.ozlabs.org; Thu, 12 Jul 2012 09:33:34 -0400 Received: from eggs.gnu.org ([208.118.235.92]:42052) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SpJWJ-0008TI-2R for qemu-devel@nongnu.org; Thu, 12 Jul 2012 09:33:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SpJWD-0005Zm-4c for qemu-devel@nongnu.org; Thu, 12 Jul 2012 09:33:26 -0400 Received: from mx1.redhat.com ([209.132.183.28]:7679) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SpJWC-0005Xi-Sh for qemu-devel@nongnu.org; Thu, 12 Jul 2012 09:33:21 -0400 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q6CDXKBX032639 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Thu, 12 Jul 2012 09:33:20 -0400 Received: from rincewind.home.kraxel.org (ovpn-116-66.ams2.redhat.com [10.36.116.66]) by int-mx09.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id q6CDXJY0002825; Thu, 12 Jul 2012 09:33:19 -0400 Received: by rincewind.home.kraxel.org (Postfix, from userid 500) id BE72D42DEB; Thu, 12 Jul 2012 15:33:18 +0200 (CEST) From: Gerd Hoffmann To: qemu-devel@nongnu.org Date: Thu, 12 Jul 2012 15:33:17 +0200 Message-Id: <1342099998-32020-1-git-send-email-kraxel@redhat.com> X-Scanned-By: MIMEDefang 2.68 on 10.5.11.22 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 209.132.183.28 Cc: Gerd Hoffmann Subject: [Qemu-devel] [PULL 0/1] vgabios: add makefile rules X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Hi, This patch adds some glue to roms/Makefile to build vgabios binaries for qemu. It covers both the lgpl'ed vgabios implementation used by qemu traditionally and the new seabios implementation. The purpose of this patch is to (a) document the vgabios build process and (b) simplify seavgabios testing for those who want to play with it. please pull, Gerd Gerd Hoffmann (1): Add vgabios build rules to roms/Makefile The following changes since commit 92336855975805d88c7979f53bc05c2d47abab04: megasas: disable due to build breakage (2012-07-09 18:16:16 -0500) are available in the git repository at: git://git.kraxel.org/qemu bios.2 Gerd Hoffmann (1): Add vgabios build rules to roms/Makefile roms/Makefile | 17 +++++++++++++++++ roms/config.vga.cirrus | 3 +++ roms/config.vga.isavga | 3 +++ roms/config.vga.qxl | 6 ++++++ roms/config.vga.stdvga | 3 +++ roms/config.vga.vmware | 6 ++++++ 6 files changed, 38 insertions(+), 0 deletions(-) create mode 100644 roms/config.vga.cirrus create mode 100644 roms/config.vga.isavga create mode 100644 roms/config.vga.qxl create mode 100644 roms/config.vga.stdvga create mode 100644 roms/config.vga.vmware