diff options
author | Xi Chen <xixi.chen@mediatek.com> | 2021-02-05 11:45:12 +0800 |
---|---|---|
committer | Hung-Te Lin <hungte@chromium.org> | 2021-03-08 01:49:52 +0000 |
commit | 022b1b992f24890a04851dccc2829284a0431d6a (patch) | |
tree | 1179f795920c5591f13b837a57353e5740bfc91c /MAINTAINERS | |
parent | 69da75411218c705b6b7375664523be707cb5258 (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 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 2d8613a60d..0e283ca1a3 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -614,6 +614,12 @@ M: Hung-Te Lin <hungte@chromium.org> S: Supported F: src/soc/mediatek/ +MEDIATEK MT8192 +M: Xi Chen <xixi.chen@mediatek.com> +S: Maintained +F: src/soc/mediatek/mt8192/ +F: src/vendorcode/mediatek/mt8192/ + ORPHANED ARM SOCS S: Orphaned F: src/cpu/armltd/ |