summaryrefslogtreecommitdiffstats
path: root/payloads/external/iPXE
diff options
context:
space:
mode:
authorMartin Roth <martinroth@google.com>2016-08-18 18:56:45 -0600
committerMartin Roth <martinroth@google.com>2016-09-06 21:17:11 +0200
commit994d8b4f131dd633b4f65136dfa3dad1c101958e (patch)
tree31327e8194f6e7cc918893af0375c631c7916cce /payloads/external/iPXE
parent93c54704340e27ba219baaced952bc3d8bc52695 (diff)
downloadcoreboot-994d8b4f131dd633b4f65136dfa3dad1c101958e.tar.gz
coreboot-994d8b4f131dd633b4f65136dfa3dad1c101958e.tar.bz2
coreboot-994d8b4f131dd633b4f65136dfa3dad1c101958e.zip
iPXE: Update stable version to the last commit of July 2016
Change-Id: I804d5a9100fdfea48383aaf5dc0eb154eda78f4d Signed-off-by: Martin Roth <martinroth@google.com> Reviewed-on: https://review.coreboot.org/16255 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-by: Alexander Couzens <lynxis@fe80.eu> Reviewed-by: Philipp Deppenwiese <zaolin.daisuki@googlemail.com>
Diffstat (limited to 'payloads/external/iPXE')
-rw-r--r--payloads/external/iPXE/Kconfig4
-rw-r--r--payloads/external/iPXE/Makefile4
2 files changed, 4 insertions, 4 deletions
diff --git a/payloads/external/iPXE/Kconfig b/payloads/external/iPXE/Kconfig
index aa8d92de5fea..67b211197571 100644
--- a/payloads/external/iPXE/Kconfig
+++ b/payloads/external/iPXE/Kconfig
@@ -42,12 +42,12 @@ choice
depends on BUILD_IPXE
config IPXE_STABLE
- bool "2016.2"
+ bool "2016.7"
help
iPXE uses a rolling release with no stable version, for
reproducibility, use the last commit of a given month as the
'stable' version.
- This is iPXE from the end of February, 2016.
+ This is iPXE from the end of July, 2016.
config IPXE_MASTER
bool "master"
diff --git a/payloads/external/iPXE/Makefile b/payloads/external/iPXE/Makefile
index 7e43bf82ed28..8e079369d1ed 100644
--- a/payloads/external/iPXE/Makefile
+++ b/payloads/external/iPXE/Makefile
@@ -13,9 +13,9 @@
## GNU General Public License for more details.
##
-# 2016.2 - Last commit of February 2016
+# 2016.7 - Last commit of July 2016
# When updating, change the name both here and in payloads/external/iPXE/Kconfig
-STABLE_COMMIT_ID=99b5216b1c71dba22dab734e0945887525493cde
+STABLE_COMMIT_ID=2afd66eb55996500499eb3bcc39c66ff042679c8
TAG-$(CONFIG_IPXE_MASTER)=origin/master
TAG-$(CONFIG_IPXE_STABLE)=$(STABLE_COMMIT_ID)