summaryrefslogtreecommitdiffstats
path: root/src/soc/mediatek/mt8183/Makefile.inc
diff options
context:
space:
mode:
authorHuayang Duan <huayang.duan@mediatek.com>2018-09-26 15:37:58 +0800
committerPatrick Georgi <pgeorgi@google.com>2018-11-05 09:13:20 +0000
commit6c36d151a81dbfa1f1e2a5d47dd87f2e53534bc7 (patch)
tree9ccdc66db79f06485be176c71151051199b89864 /src/soc/mediatek/mt8183/Makefile.inc
parent392d69957038b26ce1de5c3a88bb0828fec4c0d4 (diff)
downloadcoreboot-6c36d151a81dbfa1f1e2a5d47dd87f2e53534bc7.tar.gz
coreboot-6c36d151a81dbfa1f1e2a5d47dd87f2e53534bc7.tar.bz2
coreboot-6c36d151a81dbfa1f1e2a5d47dd87f2e53534bc7.zip
mediatek/mt8183: Add DDR driver of software impedance part
BUG=b:80501386 BRANCH=none TEST=Boots correctly on Kukui, and inits DRAM successfully with related patches. Change-Id: I42a33ffb66ffa2f938f85484ffc3a0d3788816b3 Signed-off-by: Huayang Duan <huayang.duan@mediatek.com> Reviewed-on: https://review.coreboot.org/28837 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Hung-Te Lin <hungte@chromium.org>
Diffstat (limited to 'src/soc/mediatek/mt8183/Makefile.inc')
-rw-r--r--src/soc/mediatek/mt8183/Makefile.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/soc/mediatek/mt8183/Makefile.inc b/src/soc/mediatek/mt8183/Makefile.inc
index 944c9b1d186e..e2076839de6f 100644
--- a/src/soc/mediatek/mt8183/Makefile.inc
+++ b/src/soc/mediatek/mt8183/Makefile.inc
@@ -25,6 +25,7 @@ verstage-y += ../common/wdt.c
romstage-y += auxadc.c
romstage-y += ../common/cbmem.c emi.c
romstage-y += dramc_init_setting.c
+romstage-y += dramc_pi_basic_api.c
romstage-y += memory.c
romstage-y += ../common/gpio.c gpio.c
romstage-y += ../common/mmu_operations.c mmu_operations.c