From fba479267b0294f3d6cf43bf751ffd3dc300cf25 Mon Sep 17 00:00:00 2001 From: Felix Held Date: Fri, 28 May 2021 16:11:43 +0200 Subject: acpi: rework BERT ACPI table generation logic Check if the ACPI_BERT Kconfig option is selected and only then try to generate the BERT table. Also remove the acpi_is_boot_error_src_present weak function from the ACPI global compilation unit and use the return value of acpi_soc_get_bert_region to determine if there is a valid BERT region with logged errors. Signed-off-by: Felix Held Change-Id: I2a281f5f636010ba3b2e7e097e9cf53683022aea Reviewed-on: https://review.coreboot.org/c/coreboot/+/55054 Tested-by: build bot (Jenkins) Reviewed-by: Tim Wawrzynczak Reviewed-by: Marshall Dawson --- src/include/acpi/acpi.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/include') diff --git a/src/include/acpi/acpi.h b/src/include/acpi/acpi.h index 7b0a7757bf..b1eb664db2 100644 --- a/src/include/acpi/acpi.h +++ b/src/include/acpi/acpi.h @@ -1341,7 +1341,6 @@ void acpi_create_lpit(acpi_lpit_t *lpit); unsigned long acpi_create_lpi_desc_ncst(acpi_lpi_desc_ncst_t *lpi_desc, uint16_t uid); /* For crashlog. */ -bool acpi_is_boot_error_src_present(void); enum cb_err acpi_soc_get_bert_region(void **region, size_t *length); /* For ACPI S3 support. */ -- cgit v1.2.3