seabios: update to pre-1.13 snapshot
authorGerd Hoffmann <kraxel@redhat.com>
Wed, 6 Nov 2019 12:13:48 +0000 (13:13 +0100)
committerGerd Hoffmann <kraxel@redhat.com>
Wed, 13 Nov 2019 14:02:21 +0000 (15:02 +0100)
seabios 1.13 will be released later this month.  This patch updates the
seabios submodule and binaries in qemu to a snapshot of git master.
That will increase the test coverage of the upcoming seabios release and
will also make the number of changes smaller when we update to the final
1.13 release during qemu code freeze for 4.2.

v3: add ahci bugfix
v2: build binaries with gcc 4.8.5 instead of gcc 8.3.1 (rhel7).

git shortlog rel-1.12.1..
=========================

David Woodhouse (2):
      csm: Sanitise alignment constraint in Legacy16GetTableAddress
      csm: Fix boot priority translation

Denis Plotnikov (1):
      virtio: extend virtio queue size to 256

Gerd Hoffmann (21):
      vga: move modelist from bochsvga.c to new svgamodes.c
      vga: make memcpy_high() public
      vga: add atiext driver
      vga: add ati bios tables
      vbe: add edid support.
      ati: add edid support.
      bochsvga: add edid support.
      bochsdisplay: add edid support.
      bochsdisplay: parse resolution from edid.
      add get_keystroke_full() helper
      bootmenu: add support for more than 9 entries
      optionrom: disallow int19 redirect for pnp roms.
      ati-vga: make less verbose
      ati-vga: fix ati_read()
      ati-vga: make i2c register and bits configurable
      ati-vga: try vga ddc first
      ati-vga: add rage128 edid support
      bochsdisplay: add copyright and license to bochsdisplay.c
      ramfb: add copyright and license to ramfb.c
      cp437: add license to cp437.c
      ahci: zero-initialize port struct

Joseph Pacheco-Corwin (1):
      bootsplash: Added support for 16/24/32bpp in one function

Kevin O'Connor (10):
      output: Avoid thunking to 16bit mode in printf() if no vgabios
      docs: Update mailing list archive links
      docs: Fix cut-and-paste error in Mailinglist.md archive link
      usb-ehci: Clear pipe token on pipe reallocate
      pciinit: Use %pP shorthand for printing device ids in intel_igd_setup()
      virtio-pci: Use %pP format in dprintf() calls
      Makefile: Build with -Wno-address-of-packed-member
      svgamodes: Add copyright notice to vgasrc/svgamodes.c
      docs: Add developer-certificate-of-origin
      docs: Note release date for v1.12.1

Liran Alon (1):
      pvscsi: ring_desc do not have to be page aligned

Sam Eiderman (6):
      smbios: Add missing zero byte to Type 0
      geometry: Read LCHS from fw_cfg
      boot: Reorder functions in boot.c
      geometry: Add boot_lchs_find_*() utility functions
      config: Add toggle for bootdevice information
      geometry: Apply LCHS values for boot devices

Stefan Berger (2):
      tcgbios: Use table to convert hash to buffer size
      tcgbios: Implement TPM 2.0 menu item to activate and deactivate PCR banks

Stefano Garzarella (1):
      qemu: avoid debug prints if debugcon is not enabled

Stephen Douthit (1):
      tpm: Check for TPM related ACPI tables before attempting hw probe

Uwe Kleine-König (3):
      cbvga: reuse svga modes definitions from svgamodes.c
      Add additional resolutions for 16:9 displays: 1600x900 and 2560x1440
      Remove dos line endings introduced in the last two commits

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
13 files changed:
pc-bios/bios-256k.bin
pc-bios/bios.bin
pc-bios/vgabios-ati.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 04671f160aefce48ad9aa201365dbca21537de2f..c77468d5e67e4476b502604ccd56a815a3f249c9 100644 (file)
Binary files a/pc-bios/bios-256k.bin and b/pc-bios/bios-256k.bin differ
index 0159c9b5e9ac30a6f24f18cf531d4bb742660de2..a84adde296ca4e29d5784ee4d8664433e59a0b69 100644 (file)
Binary files a/pc-bios/bios.bin and b/pc-bios/bios.bin differ
index 79644708ff88014f127aad29b707bfc8e26aee06..df9da730995a7e78a3a6b3140d6121eb31da8b25 100644 (file)
Binary files a/pc-bios/vgabios-ati.bin and b/pc-bios/vgabios-ati.bin differ
index dd8a1f7e668970c742fecba4f83f1262adda6dff..8ab76bd75578406b7fa7a70f44907b260d12a3fb 100644 (file)
Binary files a/pc-bios/vgabios-bochs-display.bin and b/pc-bios/vgabios-bochs-display.bin differ
index 66b2adc5ff5d5432736f5d35995f76f297b9a024..0a3ae298ac3358856697ec8cc8100171e31d9679 100644 (file)
Binary files a/pc-bios/vgabios-cirrus.bin and b/pc-bios/vgabios-cirrus.bin differ
index 96aab241be8f64589c54e7fd0753f974592a02b2..6d56fdf64f13925db40677066359591211a0d72c 100644 (file)
Binary files a/pc-bios/vgabios-qxl.bin and b/pc-bios/vgabios-qxl.bin differ
index 04eb20ed89bb0a14c361cda0df1753cf9b913e4e..1214549b38eb72beb7e9c1b4b435d6173c696b90 100644 (file)
Binary files a/pc-bios/vgabios-ramfb.bin and b/pc-bios/vgabios-ramfb.bin differ
index 8559c4c562fbfa45fabc06310120d4631e258ae5..d7274d8b4f5d518dcd9b89881bf8813f433c3e92 100644 (file)
Binary files a/pc-bios/vgabios-stdvga.bin and b/pc-bios/vgabios-stdvga.bin differ
index 4e274c1e83b56447e2d08a8ab2525ad005a8b9b3..2420a9462c9609288e94eab5a2cdd4e7c03ca2ba 100644 (file)
Binary files a/pc-bios/vgabios-virtio.bin and b/pc-bios/vgabios-virtio.bin differ
index c6df59fb67e6b9a7e5eb4d9f0a7ebfa1902996e5..a89b9df1a6d723b3e7ff58613af7b0b1b6f35d28 100644 (file)
Binary files a/pc-bios/vgabios-vmware.bin and b/pc-bios/vgabios-vmware.bin differ
index 6bf8e76874f849744adbdd03dd713d3f5d0b96c9..a43eae8c616c545dc53690568d18e6d4961f28a9 100644 (file)
Binary files a/pc-bios/vgabios.bin and b/pc-bios/vgabios.bin differ
index c15017051938b0cd8327678c472757abd5232628..28e1e557b0763cabe6da3d07602d6422e5ccbe81 100644 (file)
@@ -1,5 +1,5 @@
 
-vgabios_variants := stdvga cirrus vmware qxl isavga virtio bochs-display ramfb
+vgabios_variants := stdvga cirrus vmware qxl isavga virtio bochs-display ramfb ati
 vgabios_targets  := $(subst -isavga,,$(patsubst %,vgabios-%.bin,$(vgabios_variants)))
 pxerom_variants  := e1000 e1000e eepro100 ne2k_pci pcnet rtl8139 virtio vmxnet3
 pxerom_targets   := 8086100e 808610d3 80861209 10500940 10222000 10ec8139 1af41000 15ad07b0
index a5cab58e9a3fb6e168aba919c5669bea406573b4..3bdd2b77656124e3fa7693fbfd7a06f74c38eb87 160000 (submodule)
@@ -1 +1 @@
-Subproject commit a5cab58e9a3fb6e168aba919c5669bea406573b4
+Subproject commit 3bdd2b77656124e3fa7693fbfd7a06f74c38eb87