qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [4952] Add e1000 etherboot ROM from http://www.rom-o-matic.net
@ 2008-07-26 16:53 Anthony Liguori
  2008-07-26 17:55 ` [Qemu-devel] Re: [4952] Add e1000 etherboot ROM fromhttp://www.rom-o-matic.net Sebastian Herbszt
  0 siblings, 1 reply; 4+ messages in thread
From: Anthony Liguori @ 2008-07-26 16:53 UTC (permalink / raw)
  To: qemu-devel

Revision: 4952
          http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=4952
Author:   aliguori
Date:     2008-07-26 16:53:22 +0000 (Sat, 26 Jul 2008)

Log Message:
-----------
Add e1000 etherboot ROM from http://www.rom-o-matic.net

Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>

Modified Paths:
--------------
    trunk/Makefile

Added Paths:
-----------
    trunk/pc-bios/pxe-e1000.bin

Modified: trunk/Makefile
===================================================================
--- trunk/Makefile	2008-07-26 15:05:57 UTC (rev 4951)
+++ trunk/Makefile	2008-07-26 16:53:22 UTC (rev 4952)
@@ -231,7 +231,7 @@
 	mkdir -p "$(DESTDIR)$(datadir)"
 	set -e; for x in bios.bin vgabios.bin vgabios-cirrus.bin ppc_rom.bin \
 		video.x openbios-sparc32 openbios-sparc64 pxe-ne2k_pci.bin \
-		pxe-rtl8139.bin pxe-pcnet.bin; do \
+		pxe-rtl8139.bin pxe-pcnet.bin pxe-e1000.bin; do \
 		$(INSTALL) -m 644 $(SRC_PATH)/pc-bios/$$x "$(DESTDIR)$(datadir)"; \
 	done
 ifndef CONFIG_WIN32
@@ -341,6 +341,7 @@
         $(datadir)/pxe-ne2k_pci.bin \
 	$(datadir)/pxe-rtl8139.bin \
         $(datadir)/pxe-pcnet.bin \
+	$(datadir)/pxe-e1000.bin \
 	$(docdir)/qemu-doc.html \
 	$(docdir)/qemu-tech.html \
 	$(mandir)/man1/qemu.1 $(mandir)/man1/qemu-img.1

Added: trunk/pc-bios/pxe-e1000.bin
===================================================================
(Binary files differ)


Property changes on: trunk/pc-bios/pxe-e1000.bin
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

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

end of thread, other threads:[~2008-07-27 15:02 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-07-26 16:53 [Qemu-devel] [4952] Add e1000 etherboot ROM from http://www.rom-o-matic.net Anthony Liguori
2008-07-26 17:55 ` [Qemu-devel] Re: [4952] Add e1000 etherboot ROM fromhttp://www.rom-o-matic.net Sebastian Herbszt
2008-07-27  0:27   ` Anthony Liguori
2008-07-27 15:01     ` Sebastian Herbszt

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).