[coreboot-gerrit] Change in coreboot[master]: payloads/external/iPXE: Update stable version

Martin Roth (Code Review) gerrit at coreboot.org
Fri Apr 14 16:27:44 CEST 2017


Martin Roth has submitted this change and it was merged. ( https://review.coreboot.org/19221 )

Change subject: payloads/external/iPXE: Update stable version
......................................................................


payloads/external/iPXE: Update stable version

Update from commit 2afd66eb - Fri Jul 29, 2016
([pixbuf] Enable PNG format by default)

To commit fd6d1f46 -  Fri Mar 31, 2017
([thunderx] Use ThunderxConfigProtocol to obtain board configuration)

This moves the stable iPXE commit forward 144 commits.

Change-Id: Ia0c97f863be39632c9206ca95b3857047fc37e26
Signed-off-by: Martin Roth <martinroth at google.com>
Reviewed-on: https://review.coreboot.org/19221
Tested-by: build bot (Jenkins)
Reviewed-by: Philippe Mathieu-Daudé <philippe.mathieu.daude at gmail.com>
Reviewed-by: Paul Menzel <paulepanter at users.sourceforge.net>
Reviewed-by: Timothy Pearson <tpearson at raptorengineering.com>
Reviewed-by: Patrick Georgi <pgeorgi at google.com>
---
M payloads/external/iPXE/Kconfig
M payloads/external/iPXE/Makefile
2 files changed, 4 insertions(+), 4 deletions(-)

Approvals:
  Philippe Mathieu-Daudé: Looks good to me, but someone else must approve
  Timothy Pearson: Looks good to me, approved
  Paul Menzel: Looks good to me, but someone else must approve
  build bot (Jenkins): Verified
  Patrick Georgi: Looks good to me, approved



diff --git a/payloads/external/iPXE/Kconfig b/payloads/external/iPXE/Kconfig
index 67b2111..8211410 100644
--- a/payloads/external/iPXE/Kconfig
+++ b/payloads/external/iPXE/Kconfig
@@ -42,12 +42,12 @@
 	depends on BUILD_IPXE
 
 config IPXE_STABLE
-	bool "2016.7"
+	bool "2017.3"
 	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 July, 2016.
+	  This is iPXE from the end of March, 2017.
 
 config IPXE_MASTER
 	bool "master"
diff --git a/payloads/external/iPXE/Makefile b/payloads/external/iPXE/Makefile
index f45edfd..a8b1245 100644
--- a/payloads/external/iPXE/Makefile
+++ b/payloads/external/iPXE/Makefile
@@ -13,9 +13,9 @@
 ## GNU General Public License for more details.
 ##
 
-# 2016.7 - Last commit of July 2016
+# 2017.3 - Last commit of March 2017
 # When updating, change the name both here and in payloads/external/iPXE/Kconfig
-STABLE_COMMIT_ID=2afd66eb55996500499eb3bcc39c66ff042679c8
+STABLE_COMMIT_ID=fd6d1f4660a37d75acba1c64e2e5f137307bbc31
 
 TAG-$(CONFIG_IPXE_MASTER)=origin/master
 TAG-$(CONFIG_IPXE_STABLE)=$(STABLE_COMMIT_ID)

-- 
To view, visit https://review.coreboot.org/19221
To unsubscribe, visit https://review.coreboot.org/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: Ia0c97f863be39632c9206ca95b3857047fc37e26
Gerrit-PatchSet: 4
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Owner: Martin Roth <martinroth at google.com>
Gerrit-Reviewer: Martin Roth <martinroth at google.com>
Gerrit-Reviewer: Patrick Georgi <pgeorgi at google.com>
Gerrit-Reviewer: Paul Menzel <paulepanter at users.sourceforge.net>
Gerrit-Reviewer: Philippe Mathieu-Daudé <philippe.mathieu.daude at gmail.com>
Gerrit-Reviewer: Timothy Pearson <tpearson at raptorengineering.com>
Gerrit-Reviewer: build bot (Jenkins)



More information about the coreboot-gerrit mailing list