mbox

[PULL,0/2] roms: update seabios and ipxe

Message ID 1400157536-19918-1-git-send-email-kraxel@redhat.com
State New
Headers show

Pull-request

git://git.kraxel.org/qemu tags/pull-roms-2

Message

Gerd Hoffmann May 15, 2014, 12:38 p.m. UTC
Hi,

seabios release candidate was tagged this week, here comes the update
which puts it into qemu, so it gets some real-world testing before the
final release.

While being at it also update the ipxe to latest git.

please pull,
  Gerd

The following changes since commit f30d56e7d63fe2f536511bffa13306bec2e01c37:

  Merge remote-tracking branch 'remotes/rth/fix-i386' into staging (2014-05-13 18:36:19 +0100)

are available in the git repository at:


  git://git.kraxel.org/qemu tags/pull-roms-2

for you to fetch changes up to d880b28cef4a8b4bc489a5caec201d019b9c0add:

  ipxe: update to current git (2014-05-15 14:24:05 +0200)

----------------------------------------------------------------
seabios: update to 1.7.5-rc1
ipxe: update to current git

----------------------------------------------------------------
Gerd Hoffmann (2):
      seabios: update to 1.7.5-rc1
      ipxe: update to current git

 pc-bios/acpi-dsdt.aml      | Bin 4407 -> 4405 bytes
 pc-bios/bios-256k.bin      | Bin 262144 -> 262144 bytes
 pc-bios/bios.bin           | Bin 131072 -> 131072 bytes
 pc-bios/efi-e1000.rom      | Bin 173568 -> 194560 bytes
 pc-bios/efi-eepro100.rom   | Bin 174592 -> 196096 bytes
 pc-bios/efi-ne2k_pci.rom   | Bin 173056 -> 194560 bytes
 pc-bios/efi-pcnet.rom      | Bin 173056 -> 194560 bytes
 pc-bios/efi-rtl8139.rom    | Bin 176640 -> 198144 bytes
 pc-bios/efi-virtio.rom     | Bin 171008 -> 192000 bytes
 pc-bios/vgabios-cirrus.bin | Bin 36864 -> 37376 bytes
 pc-bios/vgabios-qxl.bin    | Bin 37376 -> 37376 bytes
 pc-bios/vgabios-stdvga.bin | Bin 37376 -> 37376 bytes
 pc-bios/vgabios-vmware.bin | Bin 37376 -> 37376 bytes
 pc-bios/vgabios.bin        | Bin 36864 -> 36864 bytes
 roms/config.ipxe.general.h |   4 +++-
 roms/config.seabios-128k   |   3 ++-
 roms/ipxe                  |   2 +-
 roms/seabios               |   2 +-
 18 files changed, 7 insertions(+), 4 deletions(-)

Comments

Peter Maydell May 15, 2014, 5:58 p.m. UTC | #1
On 15 May 2014 13:38, Gerd Hoffmann <kraxel@redhat.com> wrote:
>   Hi,
>
> seabios release candidate was tagged this week, here comes the update
> which puts it into qemu, so it gets some real-world testing before the
> final release.
>
> While being at it also update the ipxe to latest git.
>
> please pull,
>   Gerd
>
> The following changes since commit f30d56e7d63fe2f536511bffa13306bec2e01c37:
>
>   Merge remote-tracking branch 'remotes/rth/fix-i386' into staging (2014-05-13 18:36:19 +0100)
>
> are available in the git repository at:
>
>
>   git://git.kraxel.org/qemu tags/pull-roms-2
>
> for you to fetch changes up to d880b28cef4a8b4bc489a5caec201d019b9c0add:
>
>   ipxe: update to current git (2014-05-15 14:24:05 +0200)
>
> ----------------------------------------------------------------
> seabios: update to 1.7.5-rc1
> ipxe: update to current git
>
> ----------------------------------------------------------------
> Gerd Hoffmann (2):
>       seabios: update to 1.7.5-rc1
>       ipxe: update to current git

Applied, thanks.

-- PMM