summaryrefslogtreecommitdiff
path: root/src/soc/amd/cezanne/Kconfig
diff options
context:
space:
mode:
authorFelix Held <felix-coreboot@felixheld.de>2021-04-15 20:23:56 +0200
committerPatrick Georgi <pgeorgi@google.com>2021-04-18 20:41:21 +0000
commit90b0701f9a4a7c0e61f08d8b328d7751b4cce4b4 (patch)
tree052e85a81124564b2163bfd79ab8c42f58e3bffb /src/soc/amd/cezanne/Kconfig
parente206e2e7ff91ec9ebe7789eab37510874de9edf4 (diff)
downloadcoreboot-90b0701f9a4a7c0e61f08d8b328d7751b4cce4b4.tar.xz
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 <felix-coreboot@felixheld.de> Change-Id: Id1a250defbd31e255df9b7a7dd8488dc3182649b Reviewed-on: https://review.coreboot.org/c/coreboot/+/52385 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Raul Rangel <rrangel@chromium.org> Reviewed-by: Marshall Dawson <marshalldawson3rd@gmail.com>
Diffstat (limited to 'src/soc/amd/cezanne/Kconfig')
-rw-r--r--src/soc/amd/cezanne/Kconfig16
1 files changed, 16 insertions, 0 deletions
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