]> Git Repo - qemu.git/commitdiff
update seabios to 1.12
authorGerd Hoffmann <[email protected]>
Tue, 20 Nov 2018 05:57:48 +0000 (06:57 +0100)
committerGerd Hoffmann <[email protected]>
Tue, 20 Nov 2018 05:57:53 +0000 (06:57 +0100)
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 <[email protected]>
12 files changed:
pc-bios/bios-256k.bin
pc-bios/bios.bin
pc-bios/vgabios-bochs-display.bin
pc-bios/vgabios-cirrus.bin
pc-bios/vgabios-qxl.bin
pc-bios/vgabios-ramfb.bin
pc-bios/vgabios-stdvga.bin
pc-bios/vgabios-virtio.bin
pc-bios/vgabios-vmware.bin
pc-bios/vgabios.bin
roms/Makefile
roms/seabios

index 72801adc430d83a9ebb4959314015257ac6cb7fe..08ca873ab57ab6e14bb9a5cdf703c6501230f1d3 100644 (file)
Binary files a/pc-bios/bios-256k.bin and b/pc-bios/bios-256k.bin differ
index 2bb57341a0f446afd9ed9dc06268f8d9bffb24f0..056e0f81f9c6572ff02167da0ffd0bb58f770143 100644 (file)
Binary files a/pc-bios/bios.bin and b/pc-bios/bios.bin differ
index 9796e666222b41797fc7d35b03454e23d5faa7d6..0657f6695d655ffe3a5c252e7b19a3fa13ae002f 100644 (file)
Binary files a/pc-bios/vgabios-bochs-display.bin and b/pc-bios/vgabios-bochs-display.bin differ
index fbd66aa959540562b8071bd888f4bdd045b9c3ec..de36372725297a05fa486b67ee26c6679dc3c6cd 100644 (file)
Binary files a/pc-bios/vgabios-cirrus.bin and b/pc-bios/vgabios-cirrus.bin differ
index e5645fa8af97db2c8d3e6e081614e836163acbe1..ce2e2141cebc185e37ce0c3948712199985abe25 100644 (file)
Binary files a/pc-bios/vgabios-qxl.bin and b/pc-bios/vgabios-qxl.bin differ
index 5b65e9084e133f5f7f51990ea8bbbe30ad6a9b73..44b91cfd3dc5c043bb99453a2015a9ccccfe021a 100644 (file)
Binary files a/pc-bios/vgabios-ramfb.bin and b/pc-bios/vgabios-ramfb.bin differ
index 5818f6d6686cc621388d9cbb24e8a0468cc194b4..cfbcae944d5fd0901e21ded7b1fbcec6653a17eb 100644 (file)
Binary files a/pc-bios/vgabios-stdvga.bin and b/pc-bios/vgabios-stdvga.bin differ
index 67359653478605bc0af39921ae0b8eda25854a79..d81fd281a2a3f0d484becdf9432b62fc2fdda404 100644 (file)
Binary files a/pc-bios/vgabios-virtio.bin and b/pc-bios/vgabios-virtio.bin differ
index b76947a12820a69b54e3b55c31311bcef86b8ec6..05db8b1b0d62d59eb549d6eabedcd19223d17e0d 100644 (file)
Binary files a/pc-bios/vgabios-vmware.bin and b/pc-bios/vgabios-vmware.bin differ
index 729aecc426dade9ef5266cdd3c1ded1717dce98d..b469f5d0f0fc59736988fcee99da6ffe9efae022 100644 (file)
Binary files a/pc-bios/vgabios.bin and b/pc-bios/vgabios.bin differ
index f1ac85ae9b6b3adbc4a60bd962ecf5b20754625e..f4141e1d961267c52f386054881e32931a813b1b 100644 (file)
@@ -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/
index 14221cd86eadba82255fdc55ed174d401c7a0a04..a698c8995ffb2838296ec284fe3c4ad33dfca307 160000 (submodule)
@@ -1 +1 @@
-Subproject commit 14221cd86eadba82255fdc55ed174d401c7a0a04
+Subproject commit a698c8995ffb2838296ec284fe3c4ad33dfca307
This page took 0.048755 seconds and 4 git commands to generate.