diff options
author | Angel Pons <th3fanbus@gmail.com> | 2020-07-12 14:24:48 +0200 |
---|---|---|
committer | Angel Pons <th3fanbus@gmail.com> | 2020-07-14 22:33:50 +0000 |
commit | 91ca2ddde1da447ea11e8ef015aed30a294354f7 (patch) | |
tree | 75d9abd2161bc46b65fb7c1a3a45ead5e5db8e1c /src/soc/intel/baytrail/Makefile.inc | |
parent | 34e417316a04be568744e66194ced20da916bfb4 (diff) |
soc/intel/baytrail: 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: I702988493e3b29d807a75c70485baaa2ff6d1aa2
Signed-off-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/43376
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Maxim Polyakov <max.senia.poliak@gmail.com>
Diffstat (limited to 'src/soc/intel/baytrail/Makefile.inc')
-rw-r--r-- | src/soc/intel/baytrail/Makefile.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/soc/intel/baytrail/Makefile.inc b/src/soc/intel/baytrail/Makefile.inc index 1769b53085..69f21428c8 100644 --- a/src/soc/intel/baytrail/Makefile.inc +++ b/src/soc/intel/baytrail/Makefile.inc @@ -29,6 +29,7 @@ ramstage-y += cpu.c ramstage-y += dptf.c ramstage-y += ehci.c ramstage-y += emmc.c +ramstage-y += fadt.c ramstage-y += gfx.c ramstage-y += gpio.c ramstage-y += hda.c |