From cede791d4f6381032056f54355c621b4e125fdba Mon Sep 17 00:00:00 2001 From: Huayang Duan Date: Wed, 26 Sep 2018 16:10:42 +0800 Subject: mediatek/mt8183: Add DDR driver of cmd bus training part BRANCH=none TEST=Boots correctly on Kukui, and inits DRAM successfully with related patches. Change-Id: Icb281f1b23c637971497eb28ed428235adf42f2d Signed-off-by: Huayang Duan Reviewed-on: https://review.coreboot.org/28839 Tested-by: build bot (Jenkins) Reviewed-by: Hung-Te Lin --- src/soc/mediatek/mt8183/include/soc/dramc_pi_api.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/soc/mediatek/mt8183/include') diff --git a/src/soc/mediatek/mt8183/include/soc/dramc_pi_api.h b/src/soc/mediatek/mt8183/include/soc/dramc_pi_api.h index 6608ff75e5..6fc3ef71f4 100644 --- a/src/soc/mediatek/mt8183/include/soc/dramc_pi_api.h +++ b/src/soc/mediatek/mt8183/include/soc/dramc_pi_api.h @@ -140,4 +140,5 @@ u32 dramc_get_broadcast(void); void dramc_init(void); void dramc_sw_impedance(const struct sdram_params *params); void dramc_apply_pre_calibration_config(void); +void dramc_calibrate_all_channels(const struct sdram_params *params); #endif /* _DRAMC_PI_API_MT8183_H */ -- cgit v1.2.3