summaryrefslogtreecommitdiff
path: root/src/soc/intel/broadwell/Makefile.inc
diff options
context:
space:
mode:
authorAngel Pons <th3fanbus@gmail.com>2020-07-12 14:18:45 +0200
committerAngel Pons <th3fanbus@gmail.com>2020-07-14 22:33:13 +0000
commit34e417316a04be568744e66194ced20da916bfb4 (patch)
tree2f0467e83113ccfe986bffc84f6b56697bc88c5b /src/soc/intel/broadwell/Makefile.inc
parent2bd25bfb7ffb6748cd84e06979f81b1a4dfdae8d (diff)
downloadcoreboot-34e417316a04be568744e66194ced20da916bfb4.tar.xz
soc/intel/broadwell: Move `acpi_fill_fadt` to fadt.c
Intel southbridges do this. Change-Id: Id120e4a6b42168de58c396439593900a00d7e757 Signed-off-by: Angel Pons <th3fanbus@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/43375 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Maxim Polyakov <max.senia.poliak@gmail.com>
Diffstat (limited to 'src/soc/intel/broadwell/Makefile.inc')
-rw-r--r--src/soc/intel/broadwell/Makefile.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/soc/intel/broadwell/Makefile.inc b/src/soc/intel/broadwell/Makefile.inc
index be854b29f7..28b7c2961e 100644
--- a/src/soc/intel/broadwell/Makefile.inc
+++ b/src/soc/intel/broadwell/Makefile.inc
@@ -31,6 +31,7 @@ ramstage-y += hda.c
ramstage-y += igd.c
ramstage-y += iobp.c
romstage-y += iobp.c
+ramstage-y += fadt.c
ramstage-y += lpc.c
ramstage-y += me.c
ramstage-y += me_status.c