diff options
author | Xi Chen <xixi.chen@mediatek.corp-partner.google.com> | 2022-07-26 10:57:32 +0800 |
---|---|---|
committer | Martin Roth <martin.roth@amd.corp-partner.google.com> | 2022-08-27 15:55:54 +0000 |
commit | 0c4a39651d2ebbf61402458a21ba5881f694a2b8 (patch) | |
tree | 73593e44513abf939734ad29074f5aefb187780b /src/soc/mediatek/mt8188/Kconfig | |
parent | bcaa87d603441b74b7f1cf504bf7cb03aa8dafc9 (diff) |
soc/mediatek/mt8188: Add DRAM fast calibration support
Define fields of sdram_params and enable MEDIATEK_BLOB_FAST_INIT to
run fast calibration for MT8188 using blob.
DRAM fast calibration logs:
DRAM-K: Fast calibration passed in 19530 msecs
dram size (romstage): 0x200000000
TEST=Fast calibration pass.
BUG=b:233720142
Signed-off-by: Xi Chen <xixi.chen@mediatek.com>
Change-Id: I2468d971fe861cbd09cc86c8a5a1fb531bfe78d7
Reviewed-on: https://review.coreboot.org/c/coreboot/+/66279
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Yu-Ping Wu <yupingso@google.com>
Diffstat (limited to 'src/soc/mediatek/mt8188/Kconfig')
-rw-r--r-- | src/soc/mediatek/mt8188/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/soc/mediatek/mt8188/Kconfig b/src/soc/mediatek/mt8188/Kconfig index 7a3c1e6765..193b078516 100644 --- a/src/soc/mediatek/mt8188/Kconfig +++ b/src/soc/mediatek/mt8188/Kconfig @@ -9,6 +9,7 @@ config SOC_MEDIATEK_MT8188 select SOC_MEDIATEK_COMMON select FLASH_DUAL_IO_READ select CACHE_MRC_SETTINGS + select MEDIATEK_BLOB_FAST_INIT if SOC_MEDIATEK_MT8188 |