diff options
author | Martin Roth <martinroth@google.com> | 2019-04-17 09:28:30 -0600 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2019-04-21 23:15:42 +0000 |
commit | 0800194f95933d6337ba2e7900a1f02671aed3ba (patch) | |
tree | a23e59dafc3daba69d1bf5ba585957e5fb715232 /payloads/external/iPXE/Kconfig | |
parent | 6d3b7e6f627989ed96de3576a6b19878eb2220a5 (diff) |
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>
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 ce0a7aea14..f99182c908 100644 --- a/payloads/external/iPXE/Kconfig +++ b/payloads/external/iPXE/Kconfig @@ -42,12 +42,12 @@ choice depends on BUILD_IPXE config IPXE_STABLE - bool "2017.3" + bool "2019.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 March, 2017. + This is iPXE from the end of March, 2019. config IPXE_MASTER bool "master" |