summaryrefslogtreecommitdiff
path: root/src/vendorcode
diff options
context:
space:
mode:
authorHuayang Duan <huayang.duan@mediatek.com>2020-06-24 10:14:32 +0800
committerHung-Te Lin <hungte@chromium.org>2021-03-08 03:15:43 +0000
commit4c7bf7eaaf5c185272b947fd6a1c8da7dbe01edf (patch)
tree1821ec454307eebc1d37dfe4c07bb0baecb8b91a /src/vendorcode
parente8c681cc6249cc7717885a12373e4fcf34034b1c (diff)
downloadcoreboot-4c7bf7eaaf5c185272b947fd6a1c8da7dbe01edf.tar.xz
soc/mediatek/mt8192: initialize DRAM using vendor reference code
Mediatek has released the reference implementation for DRAM initialization in vendorcode/mediatek/mt8192/dramc (CB:50294) so we want to use it to replace the derived calibration code in soc folder. Signed-off-by: Xi Chen <xixi.chen@mediatek.com> Change-Id: I2b2f41d774c6b85f106867144fb0b29a4a1bdfcf Reviewed-on: https://review.coreboot.org/c/coreboot/+/51125 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Hung-Te Lin <hungte@chromium.org>
Diffstat (limited to 'src/vendorcode')
-rw-r--r--src/vendorcode/Makefile.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/vendorcode/Makefile.inc b/src/vendorcode/Makefile.inc
index 8ccb0d0ee7..36a13bb6f6 100644
--- a/src/vendorcode/Makefile.inc
+++ b/src/vendorcode/Makefile.inc
@@ -4,3 +4,4 @@ subdirs-y += intel
subdirs-y += siemens
subdirs-y += cavium
subdirs-y += eltan
+subdirs-y += mediatek