Attention is currently required from: Rex-BC Chen, Paul Menzel, Xixi Chen. Hello Hung-Te Lin, build bot (Jenkins), Xixi Chen, Yu-Ping Wu,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/61133
to look at the new patch set (#20).
Change subject: soc/mediatek/mt8186: Support DRAM fast calibration using blob ......................................................................
soc/mediatek/mt8186: Support DRAM fast calibration using blob
For most MediaTek SoCs (MT8183, MT8192, MT8195) we rely on an external program (e.g., the "DRAM blob") to do the full DRAM calibration first, then store and and apply the generated parameters to the reference "fast DRAM calibration" in the vendor/mediatek folder for normal system boot.
Starting with MT8186, the "DRAM blob" will also support fast calibration so both first boot and normal boot can follow the same path for DRAM calibration.
TEST=fast calibration pass on kingler/krabby BUG=b:204226005
Signed-off-by: Xi Chen xixi.chen@mediatek.corp-partner.google.com Change-Id: If25a7dd6aa6261ecff79a1b4df8b1f2e53d896dc --- M src/soc/mediatek/common/Kconfig M src/soc/mediatek/common/memory.c M src/soc/mediatek/mt8186/Kconfig M src/soc/mediatek/mt8186/include/soc/dramc_param.h M src/soc/mediatek/mt8186/include/soc/dramc_soc.h 5 files changed, 89 insertions(+), 36 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/33/61133/20