aboutsummaryrefslogtreecommitdiff
path: root/src/soc/intel/braswell/include
diff options
context:
space:
mode:
authorAngel Pons <th3fanbus@gmail.com>2020-07-12 15:47:07 +0200
committerAngel Pons <th3fanbus@gmail.com>2020-07-14 22:33:56 +0000
commit6ee77517c0d4ebee1372d0a973b0268f0bdfa2de (patch)
treefef671d14ff282ac64e259045fe643ecf7eeecdb /src/soc/intel/braswell/include
parent91ca2ddde1da447ea11e8ef015aed30a294354f7 (diff)
soc/intel/braswell: Move `acpi_fill_fadt` to fadt.c
Intel southbridges do this. Also make `acpi_sci_irq` non-static as it is needed outside acpi.c with this change. Change-Id: I2fd2ec5a3029dc1bd1fa65dc3d1af5505f1f1dad Signed-off-by: Angel Pons <th3fanbus@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/43377 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Maxim Polyakov <max.senia.poliak@gmail.com>
Diffstat (limited to 'src/soc/intel/braswell/include')
-rw-r--r--src/soc/intel/braswell/include/soc/acpi.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/soc/intel/braswell/include/soc/acpi.h b/src/soc/intel/braswell/include/soc/acpi.h
index cd54f2c066..3662dd83e1 100644
--- a/src/soc/intel/braswell/include/soc/acpi.h
+++ b/src/soc/intel/braswell/include/soc/acpi.h
@@ -6,6 +6,7 @@
#include <acpi/acpi.h>
#include <soc/nvs.h>
+int acpi_sci_irq(void);
void acpi_create_serialio_ssdt(acpi_header_t *ssdt);
unsigned long acpi_madt_irq_overrides(unsigned long current);
void southcluster_inject_dsdt(const struct device *device);