From: Gerd Hoffmann Date: Tue, 20 Nov 2018 05:57:48 +0000 (+0100) Subject: update seabios to 1.12 X-Git-Tag: v3.1.0-rc2~4^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=af51dbed380b7eec0c815da1c37b46e57a909ce8;p=thirdparty%2Fqemu.git update seabios to 1.12 Seabios 1.12 has been released yesterday. Update our snapshot builds to the final release. git shortlog ============ Kevin O'Connor (2): shadow: Rework bios copy code to prevent gcc array-bounds warning docs: Note v1.12.0 release Shmuel Eiderman (1): pvscsi: Scan all 64 possible targets Signed-off-by: Gerd Hoffmann --- diff --git a/pc-bios/bios-256k.bin b/pc-bios/bios-256k.bin index 72801adc430..08ca873ab57 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 2bb57341a0f..056e0f81f9c 100644 Binary files a/pc-bios/bios.bin and b/pc-bios/bios.bin differ diff --git a/pc-bios/vgabios-bochs-display.bin b/pc-bios/vgabios-bochs-display.bin index 9796e666222..0657f6695d6 100644 Binary files a/pc-bios/vgabios-bochs-display.bin and b/pc-bios/vgabios-bochs-display.bin differ diff --git a/pc-bios/vgabios-cirrus.bin b/pc-bios/vgabios-cirrus.bin index fbd66aa9595..de363727252 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 e5645fa8af9..ce2e2141ceb 100644 Binary files a/pc-bios/vgabios-qxl.bin and b/pc-bios/vgabios-qxl.bin differ diff --git a/pc-bios/vgabios-ramfb.bin b/pc-bios/vgabios-ramfb.bin index 5b65e9084e1..44b91cfd3dc 100644 Binary files a/pc-bios/vgabios-ramfb.bin and b/pc-bios/vgabios-ramfb.bin differ diff --git a/pc-bios/vgabios-stdvga.bin b/pc-bios/vgabios-stdvga.bin index 5818f6d6686..cfbcae944d5 100644 Binary files a/pc-bios/vgabios-stdvga.bin and b/pc-bios/vgabios-stdvga.bin differ diff --git a/pc-bios/vgabios-virtio.bin b/pc-bios/vgabios-virtio.bin index 67359653478..d81fd281a2a 100644 Binary files a/pc-bios/vgabios-virtio.bin and b/pc-bios/vgabios-virtio.bin differ diff --git a/pc-bios/vgabios-vmware.bin b/pc-bios/vgabios-vmware.bin index b76947a1282..05db8b1b0d6 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 729aecc426d..b469f5d0f0f 100644 Binary files a/pc-bios/vgabios.bin and b/pc-bios/vgabios.bin differ diff --git a/roms/Makefile b/roms/Makefile index f1ac85ae9b6..f4141e1d961 100644 --- a/roms/Makefile +++ b/roms/Makefile @@ -39,7 +39,7 @@ powerpc_cross_prefix := $(call find-cross-prefix,powerpc) x86_64_cross_prefix := $(call find-cross-prefix,x86_64) # tag our seabios builds -SEABIOS_EXTRAVERSION="-prebuilt.qemu-project.org" +SEABIOS_EXTRAVERSION="-prebuilt.qemu.org" # # EfiRom utility is shipped with edk2 / tianocore, in BaseTools/ diff --git a/roms/seabios b/roms/seabios index 14221cd86ea..a698c8995ff 160000 --- a/roms/seabios +++ b/roms/seabios @@ -1 +1 @@ -Subproject commit 14221cd86eadba82255fdc55ed174d401c7a0a04 +Subproject commit a698c8995ffb2838296ec284fe3c4ad33dfca307