ipxe: Update stable version from 2017.3 to to 2019.3
Updating iPXE stable from commit id fd6d1f4660: Fri Mar 31 09:08:13 2017 +0300 [thunderx] Use ThunderxConfigProtocol to obtain board configuration to commit id ebf2eaf515: Mar 18 10:24:08 2019 +0000 [intel] Add PCI ID for I219-V and -LM 6 to 9 This brings in 176 new commits Change-Id: Id35fee38e0e61897a623dae35f42fc580e32d3ee Signed-off-by: Martin Roth <martinroth@google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/32345 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-by: Philipp Deppenwiese <zaolin.daisuki@gmail.com>
This commit is contained in:
parent
6d3b7e6f62
commit
0800194f95
|
@ -42,12 +42,12 @@ choice
|
||||||
depends on BUILD_IPXE
|
depends on BUILD_IPXE
|
||||||
|
|
||||||
config IPXE_STABLE
|
config IPXE_STABLE
|
||||||
bool "2017.3"
|
bool "2019.3"
|
||||||
help
|
help
|
||||||
iPXE uses a rolling release with no stable version, for
|
iPXE uses a rolling release with no stable version, for
|
||||||
reproducibility, use the last commit of a given month as the
|
reproducibility, use the last commit of a given month as the
|
||||||
'stable' version.
|
'stable' version.
|
||||||
This is iPXE from the end of March, 2017.
|
This is iPXE from the end of March, 2019.
|
||||||
|
|
||||||
config IPXE_MASTER
|
config IPXE_MASTER
|
||||||
bool "master"
|
bool "master"
|
||||||
|
|
|
@ -13,9 +13,9 @@
|
||||||
## GNU General Public License for more details.
|
## GNU General Public License for more details.
|
||||||
##
|
##
|
||||||
|
|
||||||
# 2017.3 - Last commit of March 2017
|
# 2019.3 - Last commit of March 2019
|
||||||
# When updating, change the name both here and in payloads/external/iPXE/Kconfig
|
# When updating, change the name both here and in payloads/external/iPXE/Kconfig
|
||||||
STABLE_COMMIT_ID=fd6d1f4660a37d75acba1c64e2e5f137307bbc31
|
STABLE_COMMIT_ID=ebf2eaf515e46abd43bc798e7e4ba77bfe529218
|
||||||
|
|
||||||
TAG-$(CONFIG_IPXE_MASTER)=origin/master
|
TAG-$(CONFIG_IPXE_MASTER)=origin/master
|
||||||
TAG-$(CONFIG_IPXE_STABLE)=$(STABLE_COMMIT_ID)
|
TAG-$(CONFIG_IPXE_STABLE)=$(STABLE_COMMIT_ID)
|
||||||
|
|
Loading…
Reference in New Issue