qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [RfC PATCH 0/3] edk2: add efi firmware builds
@ 2016-11-23 13:24 Gerd Hoffmann
  2016-11-23 13:24 ` [Qemu-devel] [RfC PATCH 1/3] edk2: add submodule Gerd Hoffmann
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Gerd Hoffmann @ 2016-11-23 13:24 UTC (permalink / raw)
  To: qemu-devel; +Cc: Gerd Hoffmann

  Hi,

This patch series adds a edk2 submodule in roms, also a build script
and makefile rules to build ovmf and arm firmware.

The build script creates per-arch subdirs in pc-bios and places the
firmware files there.  They are not exactly small:

   kraxel@nilsson ~/projects/qemu (work/edk2)# du -s -h pc-bios/edk2-*
   2,8M    pc-bios/edk2-aarch64
   2,8M    pc-bios/edk2-arm
   2,1M    pc-bios/edk2-i386
   2,1M    pc-bios/edk2-x86_64

So, the question is how we wanna go forward with this.  Adding the
submodule and rules is a no-brainer I think.  But what about the
binaries, which sum up to roughly 10M?  Ship them all?  Ship the
64bit archs only, given that efi never really took off on i386
and arm?

Other comments?

cheers,
  Gerd

Gerd Hoffmann (3):
  edk2: add submodule
  edk2: add build script and rules
  edk2: use EfiRom utility from edk2 submodule

 .gitmodules          |  3 +++
 roms/Makefile        | 50 ++++++++++++++++++++++++++++++--------------
 roms/compile-edk2.sh | 59 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 roms/edk2            |  1 +
 4 files changed, 97 insertions(+), 16 deletions(-)
 create mode 100755 roms/compile-edk2.sh
 create mode 160000 roms/edk2

-- 
1.8.3.1

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

end of thread, other threads:[~2016-11-28 10:07 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-11-23 13:24 [Qemu-devel] [RfC PATCH 0/3] edk2: add efi firmware builds Gerd Hoffmann
2016-11-23 13:24 ` [Qemu-devel] [RfC PATCH 1/3] edk2: add submodule Gerd Hoffmann
2016-11-23 13:24 ` [Qemu-devel] [RfC PATCH 2/3] edk2: add build script and rules Gerd Hoffmann
2016-11-23 13:24 ` [Qemu-devel] [RfC PATCH 3/3] edk2: use EfiRom utility from edk2 submodule Gerd Hoffmann
2016-11-23 14:54 ` [Qemu-devel] [RfC PATCH 0/3] edk2: add efi firmware builds Daniel P. Berrange
2016-11-28 10:07   ` 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).