aboutsummaryrefslogtreecommitdiff
path: root/src/soc/intel/braswell/Makefile.inc
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/Makefile.inc
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/Makefile.inc')
-rw-r--r--src/soc/intel/braswell/Makefile.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/soc/intel/braswell/Makefile.inc b/src/soc/intel/braswell/Makefile.inc
index 5923e39a30..fcdb4a6f4e 100644
--- a/src/soc/intel/braswell/Makefile.inc
+++ b/src/soc/intel/braswell/Makefile.inc
@@ -31,6 +31,7 @@ ramstage-y += chip.c
ramstage-y += cpu.c
ramstage-$(CONFIG_ELOG) += elog.c
ramstage-y += emmc.c
+ramstage-y += fadt.c
ramstage-y += gpio.c
ramstage-y += gfx.c
ramstage-y += smbus.c