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 --- MAINTAINERS | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'MAINTAINERS') diff --git a/MAINTAINERS b/MAINTAINERS index 2d8613a60dea..0e283ca1a347 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -614,6 +614,12 @@ M: Hung-Te Lin S: Supported F: src/soc/mediatek/ +MEDIATEK MT8192 +M: Xi Chen +S: Maintained +F: src/soc/mediatek/mt8192/ +F: src/vendorcode/mediatek/mt8192/ + ORPHANED ARM SOCS S: Orphaned F: src/cpu/armltd/ -- cgit v1.2.3