Skip to content
Snippets Groups Projects
  1. Nov 28, 2023
  2. Oct 10, 2023
  3. Mar 16, 2023
  4. Nov 28, 2022
  5. Mar 07, 2022
  6. Jan 18, 2022
  7. Dec 03, 2021
  8. Oct 22, 2021
  9. Aug 19, 2020
  10. Aug 03, 2020
    • Gerd Hoffmann's avatar
      seabios: update to master snapshot · 1f42e246
      Gerd Hoffmann authored
      
      seabios master branch got a few bugfixes, so update
      to a newer snapshot to pick them up for 5.1-rc3.
      
      shortlog
      ========
      
      Kevin O'Connor (2):
            vgabios: Fix preserve memory flag in handle_1000
            ldnoexec: Add script to remove ET_EXEC flag from intermediate build objects
      
      Paul Menzel (1):
            nvme: Increase `nvme_cmd_readwrite()` message log level from 3 to 5
      
      Stefan Reiter (1):
            virtio-scsi: fix boot prio detection by using correct lun
      
      Signed-off-by: default avatarGerd Hoffmann <kraxel@redhat.com>
      1f42e246
  11. Jul 02, 2020
  12. Dec 20, 2019
  13. Nov 18, 2019
    • Gerd Hoffmann's avatar
      seabios: update to pre-1.13 snapshot again · 02857477
      Gerd Hoffmann authored
      
      Due to lchs support merge in upstream seabios gone wrong (applied v3
      instead of v4) here is another seabios snapshot update with the
      mis-merge fixed up, so lchs support should actually work in -rc2.
      
      Also picked up two tpm bugfixes.
      
      git shortlog from previous snapshot
      ===================================
      
      Gerd Hoffmann (4):
            Revert "geometry: Apply LCHS values for boot devices"
            Revert "config: Add toggle for bootdevice information"
            Revert "geometry: Add boot_lchs_find_*() utility functions"
            Revert "geometry: Read LCHS from fw_cfg"
      
      Sam Eiderman (4):
            geometry: Read LCHS from fw_cfg
            boot: Build ata and scsi paths in function
            geometry: Add boot_lchs_find_*() utility functions
            geometry: Apply LCHS values for boot devices
      
      Stefan Berger (2):
            tpm: Require a response to have minimum size of a valid response header
            tcgbios: Check for enough bytes returned from TPM2_GetCapability
      
      Signed-off-by: default avatarGerd Hoffmann <kraxel@redhat.com>
      02857477
  14. Nov 13, 2019
    • Gerd Hoffmann's avatar
      seabios: update to pre-1.13 snapshot · 0221d73c
      Gerd Hoffmann authored
      
      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: default avatarGerd Hoffmann <kraxel@redhat.com>
      0221d73c
  15. Jun 28, 2019
Loading