diff options
author | Matt DeVillier <matt.devillier@gmail.com> | 2021-05-10 11:02:13 -0500 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2021-05-13 08:30:57 +0000 |
commit | d3b49b4cda8f0516f872f4ccf37f89fc4bab3a75 (patch) | |
tree | f34fb2b7be119faa1719a88e793a0006865a7bd7 /Documentation/payloads.md | |
parent | 14ea5a0947e25084cfd840544ef5990ac95e6cea (diff) |
payloads/Tianocore: Update default build target, simplify build options
Drop the deprecated COREBOOTPAYLOAD option, and replace it with MrChromebox's
updated UefiPayloadPkg option. Simplify the Kconfig options to make it easier
to build from upstream edk2 master. Drop the TIANOCORE_USE_8254_TIMER Kconfig
option since it applied only to CorebootPayloadPkg. Clean up the Makefile now
that we're only building from a single Tianocore package/target.
Test: build/boot qemu Q35 target with both UefiPayload and Upstream options.
Change-Id: If545fbd0c30be6dcc6ff43107b80980fa23a527e
Signed-off-by: Matt DeVillier <matt.devillier@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/54019
Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'Documentation/payloads.md')
-rw-r--r-- | Documentation/payloads.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/payloads.md b/Documentation/payloads.md index eee841eacd..7f4c08c202 100644 --- a/Documentation/payloads.md +++ b/Documentation/payloads.md @@ -21,7 +21,7 @@ mainline code. implementation of the UEFI Specifications that modern firmware for PCs is based on. There were various projects in the past to make it suitable as a coreboot payload, but these days this function is available directly in the -CorebootPayloadPkg part of its source tree. +UefiPayloadPkg part of its source tree. ## GRUB2 |