Marshall Dawson has uploaded this change for review. ( https://review.coreboot.org/28479
Change subject: WIP: amd/stoneyridge: Enable BERT table generation ......................................................................
WIP: amd/stoneyridge: Enable BERT table generation
todo: Determine whether this is more appropriate to do in the mainboard directory. It is, IMO, rather than always reserving space.
BUG=b:65446699 TEST=inspect BERT region, and dmesg, on full patch stack. Use test data plus a failing Grunt system.
Change-Id: I817111cbd3e81b93d8b02d0654ba68c8678b1bbe Signed-off-by: Marshall Dawson marshalldawson3rd@gmail.com --- M src/soc/amd/stoneyridge/Kconfig 1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/79/28479/1
diff --git a/src/soc/amd/stoneyridge/Kconfig b/src/soc/amd/stoneyridge/Kconfig index 2716c8c..a2da782 100644 --- a/src/soc/amd/stoneyridge/Kconfig +++ b/src/soc/amd/stoneyridge/Kconfig @@ -67,6 +67,7 @@ select SSE2 select RTC select SOC_AMD_PSP_SELECTABLE_SMU_FW + select ACPI_BERT # todo:move to mainboard, probably
config VBOOT select VBOOT_SEPARATE_VERSTAGE