diff options
author | Martin Roth <martinroth@google.com> | 2017-04-08 13:54:13 -0600 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2017-04-14 16:27:42 +0200 |
commit | 1a693958eb871742eeace87d9f2b88ec28b8d9af (patch) | |
tree | d2865271764fc39f67c62eeac1f2236081bf0604 /payloads/external/iPXE/Kconfig | |
parent | 2f6b52e3a0c09988d6e0aef4d7ef4268b41c09a2 (diff) | |
download | coreboot-1a693958eb871742eeace87d9f2b88ec28b8d9af.tar.xz |
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@google.com>
Reviewed-on: https://review.coreboot.org/19221
Tested-by: build bot (Jenkins)
Reviewed-by: Philippe Mathieu-Daudé <philippe.mathieu.daude@gmail.com>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Timothy Pearson <tpearson@raptorengineering.com>
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Diffstat (limited to 'payloads/external/iPXE/Kconfig')
-rw-r--r-- | payloads/external/iPXE/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/payloads/external/iPXE/Kconfig b/payloads/external/iPXE/Kconfig index 67b2111975..82114107af 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.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" |