diff options
author | Sean Rhodes <sean@starlabs.systems> | 2022-07-08 16:29:54 +0100 |
---|---|---|
committer | Martin L Roth <gaumless@gmail.com> | 2022-08-07 19:48:17 +0000 |
commit | 02f2b193840f68c41a91380be0dd4f435ab2f339 (patch) | |
tree | 7f04c2316f13704861da076bb8687a8b2ebf4f85 /src/drivers | |
parent | 7f96c05280904a1ad65ccc087035f26fb41efe8f (diff) |
payloads/tianocore: Remove the option for CorebootPayloadPkg
Recent changes to both coreboot and edk2 means that UefiPayloadPkg
seems to work on all hardware. It has been tested on:
* Intel Core 2nd, 3rd, 4th, 5th, 6th, 8th, 8th, 9th, 10th,
11th and 12th generation processors
* Intel Small Core BYT, BSW, APL, GLK and GLK-R processors
* AMD Stoney Ridge and Picasso
This includes the problematic Lenovo X230s. The most likely fixes are:
* Configuring the PCI Base and Length in edk2
* Fixes to the HostBridgeLib in edk2
* Adjustment to the SD/eMMC initialisation timeout
This means we can now remove the already deprecated option for
CorebootPayloadPkg and the legacy 8254 timer build option.
Signed-off-by: Sean Rhodes <sean@starlabs.systems>
Change-Id: Ice7b7576eb3d32ea46e5138266b7df3fbcdcf7ea
Reviewed-on: https://review.coreboot.org/c/coreboot/+/65721
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Matt DeVillier <matt.devillier@gmail.com>
Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
Reviewed-by: Lean Sheng Tan <sheng.tan@9elements.com>
Diffstat (limited to 'src/drivers')
-rw-r--r-- | src/drivers/smmstore/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/drivers/smmstore/Kconfig b/src/drivers/smmstore/Kconfig index 3e20e3e66d..93b3f00262 100644 --- a/src/drivers/smmstore/Kconfig +++ b/src/drivers/smmstore/Kconfig @@ -9,7 +9,7 @@ config SMMSTORE config SMMSTORE_V2 bool "Use version 2 of SMMSTORE API" depends on SMMSTORE - default y if TIANOCORE_UEFIPAYLOAD + default y if PAYLOAD_TIANOCORE default n help Version 2 of SMMSTORE allows secure communication with SMM and |