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>
This commit is contained in:
parent
e206e2e7ff
commit
90b0701f9a
1 changed files with 16 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue