mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
UPSTREAM: 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.
BUG=none
BRANCH=none
TEST=none
Change-Id: I6d4fd8e38d5adfcd4223c14f666d8963af21a7cc
Signed-off-by: Patrick Georgi <pgeorgi@chromium.org>
Original-Commit-Id: 1a693958eb
Original-Change-Id: Ia0c97f863be39632c9206ca95b3857047fc37e26
Original-Signed-off-by: Martin Roth <martinroth@google.com>
Original-Reviewed-on: https://review.coreboot.org/19221
Original-Tested-by: build bot (Jenkins)
Original-Reviewed-by: Philippe Mathieu-Daud <philippe.mathieu.daude@gmail.com>
Original-Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Original-Reviewed-by: Timothy Pearson <tpearson@raptorengineering.com>
Original-Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Reviewed-on: https://chromium-review.googlesource.com/480105
This commit is contained in:
parent
924a7dc422
commit
7126b4a59d
2 changed files with 4 additions and 4 deletions
4
payloads/external/iPXE/Kconfig
vendored
4
payloads/external/iPXE/Kconfig
vendored
|
@ -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"
|
||||
|
|
4
payloads/external/iPXE/Makefile
vendored
4
payloads/external/iPXE/Makefile
vendored
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue