payloads/external/tianocore: build UEFI payload
Update the existing tianocore payload (which didn't do any more than adding an elf payload with a specific name) to fetch and build the UEFI corebootPayloadPackage, using the coreboot toolchain for compilation. Only checkout the commit when changing commit IDs or if version is master, instead of every time it builds. Currently working if patches are merged into the upstream edk2 repository (to be included in a follow-on patch). Change-Id: I0bf4cedec2d6821ae2a04184ebb5cf88979ccee3 Signed-off-by: Martin Roth <martinroth@google.com> Signed-off-by: Philipp Deppenwiese <zaolin@das-labor.org> Signed-off-by: Evelyn Huang <evhuang@google.com> Signed-off-by: Matt DeVillier <matt.devillier@gmail.com> Reviewed-on: https://review.coreboot.org/15057 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
This commit is contained in:
4
payloads/external/tianocore/Kconfig.name
vendored
4
payloads/external/tianocore/Kconfig.name
vendored
@@ -1,8 +1,8 @@
|
||||
config PAYLOAD_TIANOCORE
|
||||
bool "Tiano Core"
|
||||
bool "Tianocore coreboot payload package"
|
||||
help
|
||||
Select this option if you want to build a coreboot image
|
||||
with a Tiano Core payload. If you don't know what this is
|
||||
with a Tianocore payload. If you don't know what this is
|
||||
about, just leave it enabled.
|
||||
|
||||
See https://coreboot.org/Payloads for more information.
|
||||
|
Reference in New Issue
Block a user