WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-changelog

[Xen-changelog] [xen-unstable] hvmloader: Replace gPXE with iPXE for eth

To: xen-changelog@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-changelog] [xen-unstable] hvmloader: Replace gPXE with iPXE for ethernet boot ROM
From: Xen patchbot-unstable <patchbot-unstable@xxxxxxxxxxxxxxxxxxx>
Date: Thu, 04 Nov 2010 16:50:38 -0700
Delivery-date: Thu, 04 Nov 2010 16:53:26 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-changelog-request@lists.xensource.com?subject=help>
List-id: BK change log <xen-changelog.lists.xensource.com>
List-post: <mailto:xen-changelog@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=unsubscribe>
Reply-to: xen-devel@xxxxxxxxxxxxxxxxxxx
Sender: xen-changelog-bounces@xxxxxxxxxxxxxxxxxxx
# HG changeset patch
# User Keir Fraser <keir@xxxxxxx>
# Date 1288888693 0
# Node ID 2cb5666a8032928b4a5b49cfd0c829b906e3d47b
# Parent  479abd70ebba30594b1a2dcc17cd62c4157d491f
hvmloader:  Replace gPXE with iPXE for ethernet boot ROM

It is actively maintained.

From: Gianni Tedesco <gianni.tedesco@xxxxxxxxxx>
Signed-off-by: Keir Fraser <keir@xxxxxxx>
---
 tools/firmware/etherboot/Makefile |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)

diff -r 479abd70ebba -r 2cb5666a8032 tools/firmware/etherboot/Makefile
--- a/tools/firmware/etherboot/Makefile Thu Nov 04 16:37:29 2010 +0000
+++ b/tools/firmware/etherboot/Makefile Thu Nov 04 16:38:13 2010 +0000
@@ -5,15 +5,15 @@ include Config
 include Config
 
 ifeq ($(GIT_HTTP),y)
-GPXE_GIT_URL := http://git.etherboot.org/scm/gpxe.git
+IPXE_GIT_URL := http://git.ipxe.org/ipxe.git
 else
-GPXE_GIT_URL := git://git.etherboot.org/scm/gpxe.git
+IPXE_GIT_URL := git://git.ipxe.org/ipxe.git
 endif
 
-GPXE_GIT_TAG := v1.0.1
+IPXE_GIT_TAG := v1.0.0-rc1
 
-D=gpxe
-T=gpxe-git-snapshot.tar.gz
+D=ipxe
+T=ipxe-git-snapshot.tar.gz
 
 ROMS = $(addprefix $D/src/bin/, $(addsuffix .rom, $(NICS)))
 
@@ -33,9 +33,9 @@ eb-roms.h: Config
        mv -f $@.new $@
 
 $T:
-       $(GIT) clone $(GPXE_GIT_URL) $D.git
+       $(GIT) clone $(IPXE_GIT_URL) $D.git
        cd $D.git && \
-       $(GIT) archive --format=tar --prefix=$D/ $(GPXE_GIT_TAG) | gzip >../$T
+       $(GIT) archive --format=tar --prefix=$D/ $(IPXE_GIT_TAG) | gzip >../$T
        rm -rf $D.git
 
 $D/src/arch/i386/Makefile: $T Config

_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] [xen-unstable] hvmloader: Replace gPXE with iPXE for ethernet boot ROM, Xen patchbot-unstable <=