From patchwork Thu Nov 24 17:38:06 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kevin O'Connor X-Patchwork-Id: 127583 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [140.186.70.17]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id C63ABB6F92 for ; Fri, 25 Nov 2011 04:38:20 +1100 (EST) Received: from localhost ([::1]:42499 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RTdFY-00081a-1a for incoming@patchwork.ozlabs.org; Thu, 24 Nov 2011 12:38:16 -0500 Received: from eggs.gnu.org ([140.186.70.92]:46861) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RTdFS-00081J-K8 for qemu-devel@nongnu.org; Thu, 24 Nov 2011 12:38:11 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RTdFR-0004Xk-IY for qemu-devel@nongnu.org; Thu, 24 Nov 2011 12:38:10 -0500 Received: from mail-vw0-f45.google.com ([209.85.212.45]:37844) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RTdFR-0004XX-Ex for qemu-devel@nongnu.org; Thu, 24 Nov 2011 12:38:09 -0500 Received: by vbbfr13 with SMTP id fr13so2635954vbb.4 for ; Thu, 24 Nov 2011 09:38:08 -0800 (PST) Received: by 10.52.24.13 with SMTP id q13mr30422874vdf.104.1322156288528; Thu, 24 Nov 2011 09:38:08 -0800 (PST) Received: from localhost (207-172-165-101.c3-0.avec-ubr1.nyr-avec.ny.cable.rcn.com. [207.172.165.101]) by mx.google.com with ESMTPS id j10sm9006460vdv.10.2011.11.24.09.38.07 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 24 Nov 2011 09:38:07 -0800 (PST) Date: Thu, 24 Nov 2011 12:38:06 -0500 From: Kevin O'Connor To: qemu-devel@nongnu.org, Anthony Liguori Message-ID: <20111124173806.GA11894@morn.localdomain> MIME-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 209.85.212.45 Cc: Paolo Bonzini Subject: [Qemu-devel] [PATCH] Upgrade to SeaBIOS v1.6.3.1 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 There are a handful of bugfixes between QEmu's current SeaBIOS version (8e301472e324b6d6496d8b4ffc66863e99d7a505) and the SeaBIOS v1.6.3.1 released version. The total diff is 12 patches - 5 bug fixes for QEmu/KVM, 1 coreboot bug fix, 3 patches are version/doc changes, 2 minor comment changes, and 1 seabios compile fix. Signed-off-by: Kevin O'Connor Log of SeaBIOS changes: Jan Kiszka (2): Probe HPET existence Probe PCI existence Kevin O'Connor (9): Use coreboot smbios table if found. Minor formatting and comment updates to acpi.c. Minor - move ACPI_HPET_ADDRESS definition to config.h. Define handle_post as VISIBLE32FLAT as work around for QEmu memory layout. Reorder build objects to work around gcc bug with -combine. Fix alignment bug in pci_bios_init_root_regions(). Update README file. Update version to 1.6.3 Update version to 1.6.3.1 Paolo Bonzini (1): usb: fix boot paths Makefile | 4 ++-- README | 35 +++++++++-------------------------- src/acpi.c | 44 ++++++++++++++++++++++++++------------------ src/biostables.c | 3 +++ src/boot.c | 4 ++-- src/config.h | 15 +++++++-------- src/coreboot.c | 7 ++++--- src/pci.c | 14 +++++++++++++- src/pci.h | 3 ++- src/pciinit.c | 9 ++++++--- src/post.c | 31 ++++++++++++++++++++----------- src/smbios.c | 3 +++ src/smbios.h | 2 ++ 13 files changed, 99 insertions(+), 75 deletions(-) --- roms/seabios | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/roms/seabios b/roms/seabios index 8e30147..80d11e8 160000 --- a/roms/seabios +++ b/roms/seabios @@ -1 +1 @@ -Subproject commit 8e301472e324b6d6496d8b4ffc66863e99d7a505 +Subproject commit 80d11e8577bf03e98f2eb1b0cb3a281ab2879c9e