Marshall Dawson has uploaded this change for review.

View Change

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

To view, visit change 28479. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I817111cbd3e81b93d8b02d0654ba68c8678b1bbe
Gerrit-Change-Number: 28479
Gerrit-PatchSet: 1
Gerrit-Owner: Marshall Dawson <marshalldawson3rd@gmail.com>