From patchwork Tue Aug 7 15:45:08 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gerd Hoffmann X-Patchwork-Id: 175670 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 D27CE2C0087 for ; Wed, 8 Aug 2012 01:45:34 +1000 (EST) Received: from localhost ([::1]:48249 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SylyO-0003IT-TJ for incoming@patchwork.ozlabs.org; Tue, 07 Aug 2012 11:45:32 -0400 Received: from eggs.gnu.org ([208.118.235.92]:58369) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Syly9-0003GR-2T for qemu-devel@nongnu.org; Tue, 07 Aug 2012 11:45:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Syly3-0001TC-8c for qemu-devel@nongnu.org; Tue, 07 Aug 2012 11:45:16 -0400 Received: from mx1.redhat.com ([209.132.183.28]:27805) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Syly3-0001T0-0y for qemu-devel@nongnu.org; Tue, 07 Aug 2012 11:45:11 -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 q77Fj9Np026763 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Tue, 7 Aug 2012 11:45:10 -0400 Received: from rincewind.home.kraxel.org (ovpn-116-37.ams2.redhat.com [10.36.116.37]) by int-mx09.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id q77Fj97V023170; Tue, 7 Aug 2012 11:45:09 -0400 Received: by rincewind.home.kraxel.org (Postfix, from userid 500) id 6B0F3400DB; Tue, 7 Aug 2012 17:45:08 +0200 (CEST) From: Gerd Hoffmann To: qemu-devel@nongnu.org, seabios@seabios.org Date: Tue, 7 Aug 2012 17:45:08 +0200 Message-Id: <1344354308-10994-2-git-send-email-kraxel@redhat.com> In-Reply-To: <1344354308-10994-1-git-send-email-kraxel@redhat.com> References: <1344354308-10994-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] [PATCH 1/1] update seabios to latest master 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 Upstream seabios commit 5a023065388287e261ae9212452ff541f9fa9cd3 Major changes since 1.7.0: - Usual share of bugfixes and cleanups ;) - Support for 64bit PCI bars and mapping those above 4G. - Stack switching for real mode irq handlers to reduce seabios stack footprint. - Support for booting from lsi scsi hba. - Support for booting from usb attached scsi. - Support for non-linear apic ids. Signed-off-by: Gerd Hoffmann --- pc-bios/bios.bin | Bin 131072 -> 131072 bytes roms/seabios | 2 +- 2 files changed, 1 insertions(+), 1 deletions(-) diff --git a/pc-bios/bios.bin b/pc-bios/bios.bin index 5734ae5d77708227820fb893887c79e2969be4a3..eac67cb05a8a10f4244c3e4aeb0c35e725347e40 100644 GIT binary patch [ ... snipped to not spam the list ... ] diff --git a/roms/seabios b/roms/seabios index a026308..5a02306 160000 --- a/roms/seabios +++ b/roms/seabios @@ -1 +1 @@ -Subproject commit a0263083cb4cda172832fbc916dc1417ee930574 +Subproject commit 5a023065388287e261ae9212452ff541f9fa9cd3