From 022b1b992f24890a04851dccc2829284a0431d6a Mon Sep 17 00:00:00 2001 From: Xi Chen Date: Fri, 5 Feb 2021 11:45:12 +0800 Subject: 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 Change-Id: I3853204578069c6abf52689ea6f5d88841414bd4 Reviewed-on: https://review.coreboot.org/c/coreboot/+/50294 Tested-by: build bot (Jenkins) Reviewed-by: Hung-Te Lin Reviewed-by: Nico Huber --- src/vendorcode/mediatek/Makefile.inc | 1 + 1 file changed, 1 insertion(+) create mode 100644 src/vendorcode/mediatek/Makefile.inc (limited to 'src/vendorcode/mediatek/Makefile.inc') 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 -- cgit v1.2.3