Skip to content

Commit

Permalink
update seabios to 1.12
Browse files Browse the repository at this point in the history
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 <kraxel@redhat.com>
  • Loading branch information
kraxel committed Nov 20, 2018
1 parent cb968d2 commit af51dbe
Show file tree
Hide file tree
Showing 12 changed files with 2 additions and 2 deletions.
Binary file modified pc-bios/bios-256k.bin
Binary file not shown.
Binary file modified pc-bios/bios.bin
Binary file not shown.
Binary file modified pc-bios/vgabios-bochs-display.bin
Binary file not shown.
Binary file modified pc-bios/vgabios-cirrus.bin
Binary file not shown.
Binary file modified pc-bios/vgabios-qxl.bin
Binary file not shown.
Binary file modified pc-bios/vgabios-ramfb.bin
Binary file not shown.
Binary file modified pc-bios/vgabios-stdvga.bin
Binary file not shown.
Binary file modified pc-bios/vgabios-virtio.bin
Binary file not shown.
Binary file modified pc-bios/vgabios-vmware.bin
Binary file not shown.
Binary file modified pc-bios/vgabios.bin
Binary file not shown.
2 changes: 1 addition & 1 deletion roms/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down
2 changes: 1 addition & 1 deletion roms/seabios
Submodule seabios updated from 14221c to a698c8

0 comments on commit af51dbe

Please sign in to comment.