From 5c7a9237571bce7f91ffd56860f7b644b7f6f1db Mon Sep 17 00:00:00 2001 From: Xi Chen Date: Tue, 4 Jan 2022 19:00:44 +0800 Subject: 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 implementation of fast calibration may need to be changed, and a "DRAM blob" only path is introduced for devices that have to do both full and fast calibration using the external blob. TEST=fast calibration pass on kingler/krabby BUG=b:204226005 Signed-off-by: Xi Chen Change-Id: If25a7dd6aa6261ecff79a1b4df8b1f2e53d896dc Reviewed-on: https://review.coreboot.org/c/coreboot/+/61133 Tested-by: build bot (Jenkins) Reviewed-by: Yu-Ping Wu --- src/soc/mediatek/mt8186/Kconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'src/soc/mediatek/mt8186/Kconfig') diff --git a/src/soc/mediatek/mt8186/Kconfig b/src/soc/mediatek/mt8186/Kconfig index 11a18f2e10..654baf20d0 100644 --- a/src/soc/mediatek/mt8186/Kconfig +++ b/src/soc/mediatek/mt8186/Kconfig @@ -9,6 +9,7 @@ config SOC_MEDIATEK_MT8186 select CACHE_MRC_SETTINGS select HAVE_UART_SPECIAL select SOC_MEDIATEK_COMMON + select MEDIATEK_BLOB_FAST_INIT if SOC_MEDIATEK_MT8186 -- cgit v1.2.3