Update seabios submodule to 1.7.4
commitcd4eb4c5ac0368ec2c30412e699e48f1a7ca6998
authorGerd Hoffmann <kraxel@redhat.com>
Mon, 3 Feb 2014 14:31:47 +0000 (3 15:31 +0100)
committerGerd Hoffmann <kraxel@redhat.com>
Mon, 3 Feb 2014 14:37:17 +0000 (3 15:37 +0100)
treee62e7023c44233bf281244a4c8cc872780c96076
parent50df8d5db04ac09477ed6ad3831592d699b3fafc
Update seabios submodule to 1.7.4

Not that many changes as we already have a git snapshot pretty close
to final 1.7.4 in the tree.  Most notably change is the vgabios change
which fixes the windows guest regression.

Full git shortlog:

Gerd Hoffmann (2):
      run qemu_cfg_e820 only for CONFIG_QEMU=y
      change boot order load log level

Kevin O'Connor (10):
      Minor - move sgdt/lgdt macros from stacks.c to x86.h.
      Separate out sec32init sections even when not doing code relocation.
      floppy: Fix incorrect LBA to CHS translation.
      floppy: Fix accesses to DOR register.
      vgabios: Avoid memory references via %esp register in vgabios.
      Small improvements to irqentry_extrastack assembler.
      floppy: Encode command and flags into single value in floppy pio code.
      On disk format request, verify cylinders and pass to driver.
      floppy: Implement cylinder seeking when accessing a different cylinder.
      coreboot: Make sure to print the SeaBIOS version in cbmem debug output.

Kyösti Mälkki (1):
      Fix CBMEM console overflow
roms/seabios