From d3b49b4cda8f0516f872f4ccf37f89fc4bab3a75 Mon Sep 17 00:00:00 2001 From: Matt DeVillier Date: Mon, 10 May 2021 11:02:13 -0500 Subject: 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 Reviewed-on: https://review.coreboot.org/c/coreboot/+/54019 Reviewed-by: Arthur Heymans Tested-by: build bot (Jenkins) --- Documentation/payloads.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Documentation') 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 -- cgit v1.2.3