search for: ipxe_git_tag

Displaying 3 results from an estimated 3 matches for "ipxe_git_tag".

2012 Jan 06
3
[PATCH] tools: fix ipxe version issue in Makefile
...ngjie Ren <yongjie.ren@intel.com<mailto:yongjie.ren@intel.com>> ------ diff -r 4086e4811547 tools/firmware/etherboot/Makefile --- a/tools/firmware/etherboot/Makefile Thu Jan 05 17:25:23 2012 +0000 +++ b/tools/firmware/etherboot/Makefile Fri Jan 06 14:30:54 2012 +0800 @@ -12,7 +12,9 @@ IPXE_GIT_TAG := 9a93db3f0947484e30e753bbd61a10b17336e20e -IPXE_TARBALL_URL := $(XEN_EXTFILES_URL)/ipxe-git-$(IPXE_GIT_TAG).tar.gz +IPXE_VERSION := v1.0.0 + +IPXE_TARBALL_URL := $(XEN_EXTFILES_URL)/ipxe-git-$(IPXE_VERSION).tar.gz D=ipxe T=ipxe.tar.gz Best Regards, Yongjie Ren (Jay) _________________...
2012 Feb 10
6
[PATCH v2 0/3] hvmloader: Make ROM dependencies optional
This patch set mainly allows the user to build a seabios or rombios only version of hvmloader. In addition, when building a seabios only hvmloader, Option ROMs like vgabios and etherboot are no longer required, and therefore can be disabled from the build. Dependency on the bcc compiler can also be avoided the same way. v2: Separate patches for separate issues Introduced config option to
2012 Feb 11
14
[PATCH v3 0/5] hvmloader: Make ROM dependencies optional
This patch set mainly allows the user to build a seabios or rombios only version of hvmloader. In addition, when building a seabios only hvmloader, Option ROMs like vgabios and etherboot are no longer required, and therefore can be disabled from the build. Dependency on the bcc compiler can also be avoided the same way. v2: Separate patches for separate issues Introduced config option to