summaryrefslogtreecommitdiff
path: root/src/southbridge/intel/ibexpeak/Makefile.inc
diff options
context:
space:
mode:
authorAngel Pons <th3fanbus@gmail.com>2020-07-12 13:40:33 +0200
committerAngel Pons <th3fanbus@gmail.com>2020-07-14 22:32:50 +0000
commitcee5ff06293ba8372e6590ecb0d2f214e092b83f (patch)
treea01496b00c6f07dae029f01012b427c679a7066d /src/southbridge/intel/ibexpeak/Makefile.inc
parente3ee36498e97192bfdd85e5e417f8ffbb0c70242 (diff)
downloadcoreboot-cee5ff06293ba8372e6590ecb0d2f214e092b83f.tar.xz
sb/intel/ibexpeak: Move `acpi_fill_fadt` to fadt.c
Other Intel southbridges do this. Change-Id: I8306295fb87776aab5ed0e56e1a9c480c65fe3c6 Signed-off-by: Angel Pons <th3fanbus@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/43372 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Maxim Polyakov <max.senia.poliak@gmail.com>
Diffstat (limited to 'src/southbridge/intel/ibexpeak/Makefile.inc')
-rw-r--r--src/southbridge/intel/ibexpeak/Makefile.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/southbridge/intel/ibexpeak/Makefile.inc b/src/southbridge/intel/ibexpeak/Makefile.inc
index bd7f93c34b..d8de593e93 100644
--- a/src/southbridge/intel/ibexpeak/Makefile.inc
+++ b/src/southbridge/intel/ibexpeak/Makefile.inc
@@ -6,6 +6,7 @@ bootblock-y += bootblock.c
ramstage-y += pch.c
ramstage-y += azalia.c
+ramstage-y += fadt.c
ramstage-y += lpc.c
ramstage-y += ../bd82x6x/pci.c
ramstage-y += ../bd82x6x/pcie.c