Jonathan Neuschäfer (j.neuschaefer@gmx.net) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/17971
-gerrit
commit 0c0ae9701e2d859d2a7ae451b958cb331febb96d Author: Jonathan Neuschäfer j.neuschaefer@gmx.net Date: Tue Dec 27 16:31:30 2016 +0100
payloads/external: Download iPXE over HTTPS
Change-Id: Ie4979ab8491ee821b39a273c5f354c445105d2a4 Signed-off-by: Jonathan Neuschäfer j.neuschaefer@gmx.net --- payloads/external/iPXE/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/payloads/external/iPXE/Makefile b/payloads/external/iPXE/Makefile index 8e07936..f45edfd 100644 --- a/payloads/external/iPXE/Makefile +++ b/payloads/external/iPXE/Makefile @@ -22,7 +22,7 @@ TAG-$(CONFIG_IPXE_STABLE)=$(STABLE_COMMIT_ID)
project_name=iPXE project_dir=ipxe -project_git_repo=git://git.ipxe.org/ipxe.git +project_git_repo=https://git.ipxe.org/ipxe.git
all: build