qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/7] ipxe update, continued ...
@ 2015-07-15 10:10 Gerd Hoffmann
  2015-07-15 10:10 ` [Qemu-devel] [PATCH 1/7] ipxe: update from 35c53797 to 24112d9 (upstream/master) Gerd Hoffmann
                   ` (9 more replies)
  0 siblings, 10 replies; 21+ messages in thread
From: Gerd Hoffmann @ 2015-07-15 10:10 UTC (permalink / raw)
  To: qemu-devel; +Cc: lersek, Gerd Hoffmann

  Hi,

So, here we go with the next version.  Removed the patch files, added
them to a git branch instead, so we just update the submodule accordingly.

qemu update is also here:
  git://git.kraxel.org/qemu rebase/roms-next

ipxe branch is here:
  git://git.kraxel.org/ipxe qemu

When going this route we should mirror the qemu ipxe branch at
qemu-project.org, so the submodule update will actually work.

Comments?

cheers,
  Gerd

Gerd Hoffmann (7):
  ipxe: update from 35c53797 to 24112d9 (upstream/master)
  ipxe: update to 87981bb (qemu)
  ipxe: rm local config in cleanup
  ipxe: disable load file protocol
  ipxe: add qemu branding
  ipxe: don't override GITVERSION
  ipxe: update binaries

 pc-bios/efi-e1000.rom       | Bin 197120 -> 192512 bytes
 pc-bios/efi-eepro100.rom    | Bin 197632 -> 192512 bytes
 pc-bios/efi-ne2k_pci.rom    | Bin 195584 -> 190976 bytes
 pc-bios/efi-pcnet.rom       | Bin 195584 -> 190976 bytes
 pc-bios/efi-rtl8139.rom     | Bin 200192 -> 194560 bytes
 pc-bios/efi-virtio.rom      | Bin 194048 -> 188928 bytes
 roms/Makefile               |   9 +++++----
 roms/config.ipxe.branding.h |   2 ++
 roms/config.ipxe.general.h  |   1 +
 roms/ipxe                   |   2 +-
 10 files changed, 9 insertions(+), 5 deletions(-)
 create mode 100644 roms/config.ipxe.branding.h

-- 
1.8.3.1

^ permalink raw reply	[flat|nested] 21+ messages in thread
* [Qemu-devel] [PATCH 0/7] ipxe: update pxe boot roms for qemu
@ 2015-04-10 14:17 Gerd Hoffmann
  2015-04-10 14:17 ` [Qemu-devel] [PATCH 5/7] ipxe: add qemu branding Gerd Hoffmann
  0 siblings, 1 reply; 21+ messages in thread
From: Gerd Hoffmann @ 2015-04-10 14:17 UTC (permalink / raw)
  To: qemu-devel; +Cc: ipxe-devel, Gerd Hoffmann

  Hi,

This patch series updates the ipxe submodule in qemu to latest ipxe git,
adds some patches needed to work correctly on efi (ovmf), applies some
smaller tweaks to the build process and finally updates the prebuilt
binaries shipped in pc-bios/efi-*.rom

This is also available in the git repository at:
  git://git.kraxel.org/qemu rebase/roms-next

cheers,
  Gerd

Gerd Hoffmann (7):
  ipxe: update from 35c53797 to dc795b9
  ipxe: rm local config in cleanup
  ipxe: add local patches
  ipxe: disable load file protocol
  ipxe: add qemu branding
  ipxe: don't override GITVERSION
  ipxe: update binaries

 pc-bios/efi-e1000.rom                              | Bin 197120 -> 190464 bytes
 pc-bios/efi-eepro100.rom                           | Bin 197632 -> 191488 bytes
 pc-bios/efi-ne2k_pci.rom                           | Bin 195584 -> 189952 bytes
 pc-bios/efi-pcnet.rom                              | Bin 195584 -> 189952 bytes
 pc-bios/efi-rtl8139.rom                            | Bin 200192 -> 193024 bytes
 pc-bios/efi-virtio.rom                             | Bin 194048 -> 187904 bytes
 roms/Makefile                                      |  15 +-
 roms/config.ipxe.branding.h                        |   2 +
 roms/config.ipxe.general.h                         |   1 +
 roms/ipxe                                          |   2 +-
 ...rove-compliance-with-the-EFI_SIMPLE_NETWO.patch | 160 +++++++++++++++++++++
 ...0002-efi-make-load-file-protocol-optional.patch | 102 +++++++++++++
 12 files changed, 277 insertions(+), 5 deletions(-)
 create mode 100644 roms/config.ipxe.branding.h
 create mode 100644 roms/ipxe-patches/0001-efi_snp-improve-compliance-with-the-EFI_SIMPLE_NETWO.patch
 create mode 100644 roms/ipxe-patches/0002-efi-make-load-file-protocol-optional.patch

-- 
1.8.3.1

^ permalink raw reply	[flat|nested] 21+ messages in thread

end of thread, other threads:[~2015-07-16 15:22 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-15 10:10 [Qemu-devel] [PATCH 0/7] ipxe update, continued Gerd Hoffmann
2015-07-15 10:10 ` [Qemu-devel] [PATCH 1/7] ipxe: update from 35c53797 to 24112d9 (upstream/master) Gerd Hoffmann
2015-07-15 10:51   ` Laszlo Ersek
2015-07-15 10:10 ` [Qemu-devel] [PATCH 2/7] ipxe: update to 87981bb (qemu) Gerd Hoffmann
2015-07-15 10:57   ` Laszlo Ersek
2015-07-15 10:10 ` [Qemu-devel] [PATCH 3/7] ipxe: rm local config in cleanup Gerd Hoffmann
2015-07-15 10:58   ` Laszlo Ersek
2015-07-15 10:10 ` [Qemu-devel] [PATCH 4/7] ipxe: disable load file protocol Gerd Hoffmann
2015-07-15 11:01   ` Laszlo Ersek
2015-07-15 10:10 ` [Qemu-devel] [PATCH 5/7] ipxe: add qemu branding Gerd Hoffmann
2015-07-15 11:02   ` Laszlo Ersek
2015-07-15 10:10 ` [Qemu-devel] [PATCH 6/7] ipxe: don't override GITVERSION Gerd Hoffmann
2015-07-15 11:06   ` Laszlo Ersek
2015-07-15 10:10 ` [Qemu-devel] [PATCH 7/7] ipxe: update binaries Gerd Hoffmann
2015-07-15 11:10   ` Laszlo Ersek
2015-07-15 12:01     ` Gerd Hoffmann
2015-07-15 12:58       ` Laszlo Ersek
2015-07-15 10:47 ` [Qemu-devel] [PATCH 0/7] ipxe update, continued Laszlo Ersek
2015-07-15 11:13 ` Laszlo Ersek
2015-07-16 15:22 ` Gerd Hoffmann
  -- strict thread matches above, loose matches on Subject: below --
2015-04-10 14:17 [Qemu-devel] [PATCH 0/7] ipxe: update pxe boot roms for qemu Gerd Hoffmann
2015-04-10 14:17 ` [Qemu-devel] [PATCH 5/7] ipxe: add qemu branding Gerd Hoffmann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).