From mboxrd@z Thu Jan 1 00:00:00 1970 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 From: Gerd Hoffmann 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> Subject: [Qemu-devel] [PATCH 1/1] update seabios to latest master List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org, seabios@seabios.org Cc: Gerd Hoffmann 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 -- 1.7.1