62eb0ed93e
Since bert_errors_present() is only available when ACPI_BERT is selected the ACPI table generation code needs to check that before calling the function, so add bert_should_generate_acpi_table that returns false when ACPI_BERT isn't selected or the return value of bert_errors_present() when ACPI_BERT is selected. Signed-off-by: Felix Held <felix-coreboot@felixheld.de> Change-Id: Ia955f627c190ea38e05b5aaedc7cb2d030274e83 Reviewed-on: https://review.coreboot.org/c/coreboot/+/55024 Reviewed-by: Angel Pons <th3fanbus@gmail.com> Reviewed-by: Tim Wawrzynczak <twawrzynczak@chromium.org> Reviewed-by: Marshall Dawson <marshalldawson3rd@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org> |
||
---|---|---|
.. | ||
acpi | ||
include | ||
acpi.c | ||
acpi_bert_storage.c | ||
acpi_s3.c | ||
assembly_entry.S | ||
boot.c | ||
bootblock.ld | ||
bootblock_normal.c | ||
c_exit.S | ||
c_start.S | ||
car.ld | ||
cf9_reset.c | ||
cpu.c | ||
cpu_common.c | ||
ebda.c | ||
exception.c | ||
exit_car.S | ||
gdt_init.S | ||
id.S | ||
idt.S | ||
ioapic.c | ||
Kconfig | ||
Makefile.inc | ||
memcpy.c | ||
memlayout.ld | ||
memmove.c | ||
memset.c | ||
mmap_boot.c | ||
mpspec.c | ||
pirq_routing.c | ||
post.c | ||
postcar.c | ||
postcar_loader.c | ||
rdrand.c | ||
smbios.c | ||
smbios_defaults.c | ||
tables.c | ||
thread.c | ||
thread_switch.S | ||
timestamp.c | ||
verstage.c | ||
wakeup.S | ||
walkcbfs.S |