Initial commit to ipxe-build repo

- compile iPXE with HTTPS support

Change-Id: I8ddf1d91ea34d00941108d6c4647a4ff94a75700
diff --git a/patches/https.patch b/patches/https.patch
new file mode 100644
index 0000000..f339c9a
--- /dev/null
+++ b/patches/https.patch
@@ -0,0 +1,13 @@
+diff --git a/src/config/general.h b/src/config/general.h
+index 3c14a2cd..8867f152 100644
+--- a/src/config/general.h
++++ b/src/config/general.h
+@@ -54,7 +54,7 @@ FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
+ 
+ #define	DOWNLOAD_PROTO_TFTP	/* Trivial File Transfer Protocol */
+ #define	DOWNLOAD_PROTO_HTTP	/* Hypertext Transfer Protocol */
+-#undef	DOWNLOAD_PROTO_HTTPS	/* Secure Hypertext Transfer Protocol */
++#define DOWNLOAD_PROTO_HTTPS	/* Secure Hypertext Transfer Protocol */
+ #undef	DOWNLOAD_PROTO_FTP	/* File Transfer Protocol */
+ #undef	DOWNLOAD_PROTO_SLAM	/* Scalable Local Area Multicast */
+ #undef	DOWNLOAD_PROTO_NFS	/* Network File System Protocol */