coreboot-kgpe-d16/src/acpi
Felix Held f7dbf4afd6 acpi: drop weak implementation of acpi_soc_get_bert_region
acpi_soc_get_bert_region only gets called when a chipset's Kconfig
selects the ACPI_BERT option in which case the chipset code needs to
implement this function. In the case of acpi_soc_get_bert_region not
being implemented, but ACPI_BERT being selected for a chipset this patch
changes the behavior from never generating a BERT ACPI table to a build
error which is more obvious and easier to catch.

Signed-off-by: Felix Held <felix-coreboot@felixheld.de>
Change-Id: Id479fce823d8534a7790f39125d1a2b3635fc029
Reviewed-on: https://review.coreboot.org/c/coreboot/+/55277
Reviewed-by: Lance Zhao
Reviewed-by: Tim Wawrzynczak <twawrzynczak@chromium.org>
Reviewed-by: Marshall Dawson <marshalldawson3rd@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
2021-06-08 18:25:20 +00:00
..
Kconfig src/acpi: Add APEI EINJ support 2021-04-30 01:19:30 +00:00
Makefile.inc vc/google/chromeos: Refactor GNVS init 2021-04-30 06:46:07 +00:00
acpi.c acpi: drop weak implementation of acpi_soc_get_bert_region 2021-06-08 18:25:20 +00:00
acpi_pm.c
acpigen.c acpi: Add acpigen_write_thermal_zone 2021-05-14 08:54:48 +00:00
acpigen_dptf.c
acpigen_dsm.c
acpigen_extern.asl ACPI: Use acpigen for NVS OperationRegions 2021-04-30 06:49:04 +00:00
acpigen_pci.c
acpigen_ps2_keybd.c
acpigen_usb.c
device.c acpi/device: Add ability to generate proper _STA for PowerResource 2021-06-07 05:21:30 +00:00
dsdt_top.asl ChromeOS: Use CHROMEOS_NVS guard 2021-04-21 09:27:31 +00:00
gnvs.c ACPI: Use acpigen for NVS OperationRegions 2021-04-30 06:49:04 +00:00
pld.c
sata.c
soundwire.c