From 90b0701f9a4a7c0e61f08d8b328d7751b4cce4b4 Mon Sep 17 00:00:00 2001 From: Felix Held Date: Thu, 15 Apr 2021 20:23:56 +0200 Subject: soc/amd/cezanne/Kconfig: add missing ACPI_BERT and ACPI_BERT_SIZE ACPI_BERT_SIZE is used in the FSP driver and the fsp_m_params.c. The latter one is planned to be deprecated though. Signed-off-by: Felix Held Change-Id: Id1a250defbd31e255df9b7a7dd8488dc3182649b Reviewed-on: https://review.coreboot.org/c/coreboot/+/52385 Tested-by: build bot (Jenkins) Reviewed-by: Raul Rangel Reviewed-by: Marshall Dawson --- src/soc/amd/cezanne/Kconfig | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'src') diff --git a/src/soc/amd/cezanne/Kconfig b/src/soc/amd/cezanne/Kconfig index cee86f900f..63baef8ea7 100644 --- a/src/soc/amd/cezanne/Kconfig +++ b/src/soc/amd/cezanne/Kconfig @@ -196,6 +196,22 @@ config SMM_MODULE_STACK_SIZE hex default 0x800 +config ACPI_BERT + bool "Build ACPI BERT Table" + default y + depends on HAVE_ACPI_TABLES + help + Report Machine Check errors identified in POST to the OS in an + ACPI Boot Error Record Table. + +config ACPI_BERT_SIZE + hex + default 0x4000 if ACPI_BERT + default 0x0 + help + Specify the amount of DRAM reserved for gathering the data used to + generate the ACPI table. + config DRIVERS_I2C_DESIGNWARE_CLOCK_MHZ int default 150 -- cgit v1.2.3