From: Gerd Hoffmann Date: Mon, 16 Mar 2015 08:00:49 +0000 (+0100) Subject: seabios: update to 1.8.1 stable release X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=93f7c4f09f6957244d5af0a35309b8ad4ffb64ed;p=qemu.git seabios: update to 1.8.1 stable release Carries two bugfixes and support for multiple pci root buses. git shortlog rel-1.8.0..rel-1.8.1 ================================= Ameya Palande (1): x86: add barrier to read{b,w,l} and write{b,w,l} functions Kevin O'Connor (1): smp: Fix smp race introduced in 0673b787 Marcel Apfelbaum (2): fw/pci: scan all buses if extraroots romfile is present fw/pci: map memory and IO regions for multiple pci root buses Signed-off-by: Gerd Hoffmann --- diff --git a/pc-bios/bios-256k.bin b/pc-bios/bios-256k.bin index 1c3f4021fc..c6e25acc90 100644 Binary files a/pc-bios/bios-256k.bin and b/pc-bios/bios-256k.bin differ diff --git a/pc-bios/bios.bin b/pc-bios/bios.bin index 3724535de9..46ca37b94c 100644 Binary files a/pc-bios/bios.bin and b/pc-bios/bios.bin differ diff --git a/pc-bios/vgabios-cirrus.bin b/pc-bios/vgabios-cirrus.bin index 09dd0fa19c..02227d374f 100644 Binary files a/pc-bios/vgabios-cirrus.bin and b/pc-bios/vgabios-cirrus.bin differ diff --git a/pc-bios/vgabios-qxl.bin b/pc-bios/vgabios-qxl.bin index 92f22bf48c..8a87c2388a 100644 Binary files a/pc-bios/vgabios-qxl.bin and b/pc-bios/vgabios-qxl.bin differ diff --git a/pc-bios/vgabios-stdvga.bin b/pc-bios/vgabios-stdvga.bin index 73c3468e20..00cb73cb8c 100644 Binary files a/pc-bios/vgabios-stdvga.bin and b/pc-bios/vgabios-stdvga.bin differ diff --git a/pc-bios/vgabios-vmware.bin b/pc-bios/vgabios-vmware.bin index 86f9f7e823..c9a94f9eae 100644 Binary files a/pc-bios/vgabios-vmware.bin and b/pc-bios/vgabios-vmware.bin differ diff --git a/pc-bios/vgabios.bin b/pc-bios/vgabios.bin index de3226e7aa..3e3335df6a 100644 Binary files a/pc-bios/vgabios.bin and b/pc-bios/vgabios.bin differ diff --git a/roms/seabios b/roms/seabios index 4c59f5d830..4adadbde69 160000 --- a/roms/seabios +++ b/roms/seabios @@ -1 +1 @@ -Subproject commit 4c59f5d83044df4d57b90958b0fdfcecb913fddb +Subproject commit 4adadbde6904807de2e990c0af839ad0cc977806