aboutsummaryrefslogtreecommitdiffstats
path: root/tools/firmware/etherboot
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2010-07-20 11:09:21 +0100
committerKeir Fraser <keir.fraser@citrix.com>2010-07-20 11:09:21 +0100
commite3c0ad6c82b945362ac95cd42120b802d57949da (patch)
tree742c39e25d678c8321da67007d0a172dd5b012a5 /tools/firmware/etherboot
parent762599eddfc3bd60a7cd1d55e1072f805f5bf21d (diff)
downloadxen-e3c0ad6c82b945362ac95cd42120b802d57949da.tar.gz
xen-e3c0ad6c82b945362ac95cd42120b802d57949da.tar.bz2
xen-e3c0ad6c82b945362ac95cd42120b802d57949da.zip
hvmloader: Download gpxe bits via HTTP rather than GIT protocol.
Latter is faster but won't work through all firewall setups. Signed-off-by: Keir Fraser <keir.fraser@citrix.com>
Diffstat (limited to 'tools/firmware/etherboot')
-rw-r--r--tools/firmware/etherboot/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/tools/firmware/etherboot/Makefile b/tools/firmware/etherboot/Makefile
index 7d19a765a5..13ea721364 100644
--- a/tools/firmware/etherboot/Makefile
+++ b/tools/firmware/etherboot/Makefile
@@ -4,7 +4,9 @@ XEN_ROOT = ../../..
include $(XEN_ROOT)/tools/Rules.mk
include Config
-GPXE_GIT_URL := git://git.etherboot.org/scm/gpxe.git
+# NB. git:// protocol is faster but doesn't work through all firewalls
+# GPXE_GIT_URL := git://git.etherboot.org/scm/gpxe.git
+GPXE_GIT_URL := http://git.etherboot.org/scm/gpxe.git
GPXE_GIT_TAG := v1.0.1
D=gpxe