summaryrefslogtreecommitdiff
path: root/src/vendorcode/mediatek/Makefile.inc
diff options
context:
space:
mode:
authorXi Chen <xixi.chen@mediatek.com>2021-02-05 11:45:12 +0800
committerHung-Te Lin <hungte@chromium.org>2021-03-08 01:49:52 +0000
commit022b1b992f24890a04851dccc2829284a0431d6a (patch)
tree1179f795920c5591f13b837a57353e5740bfc91c /src/vendorcode/mediatek/Makefile.inc
parent69da75411218c705b6b7375664523be707cb5258 (diff)
vendor: mediatek: Add mediatek mt8192 dram initialization code
This is the DRAM initialization code from the reference implementation released by Mediatek for MT8192. The DRAM calibration code can be taken as a standalone library, used by different boot loaders for initializing DRAM and following a different coding style (coreboot was using Linux Kernel coding style), so we have to put it in vendor code folder. Signed-off-by: Xi Chen <xixi.chen@mediatek.com> Change-Id: I3853204578069c6abf52689ea6f5d88841414bd4 Reviewed-on: https://review.coreboot.org/c/coreboot/+/50294 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Hung-Te Lin <hungte@chromium.org> Reviewed-by: Nico Huber <nico.h@gmx.de>
Diffstat (limited to 'src/vendorcode/mediatek/Makefile.inc')
-rw-r--r--src/vendorcode/mediatek/Makefile.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/vendorcode/mediatek/Makefile.inc b/src/vendorcode/mediatek/Makefile.inc
new file mode 100644
index 0000000000..06561ef24a
--- /dev/null
+++ b/src/vendorcode/mediatek/Makefile.inc
@@ -0,0 +1 @@
+subdirs-$(CONFIG_SOC_MEDIATEK_MT8192) += mt8192