This website requires JavaScript.
Explore
Help
Register
Sign in
GNUBoot
/
coreboot-kgpe-d16
Watch
2
Star
0
Fork
You've already forked coreboot-kgpe-d16
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
9c471e7def
coreboot-kgpe-d16
/
src
/
vendorcode
/
mediatek
/
Makefile.inc
3 lines
96 B
PHP
Raw
Normal View
History
Unescape
Escape
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>
2021-02-05 04:45:12 +01:00
subdirs
-
$
(
CONFIG_SOC_MEDIATEK_MT8192
)
+=
mt8192
vendor/mediatek: Add MT8195 dram initialization code This is the DRAM initialization code from the reference implementation released by Mediatek for MT8195. 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: Ryan Chuang <ryan.chuang@mediatek.com> Change-Id: Iada3ec5ae8a39a8e9253caba550c834d486dddcd Reviewed-on: https://review.coreboot.org/c/coreboot/+/54230 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Yu-Ping Wu <yupingso@google.com>
2021-05-06 17:48:18 +02:00
subdirs
-
$
(
CONFIG_SOC_MEDIATEK_MT8195
)
+=
mt8195
Reference in a new issue
Copy permalink