Xi Chen has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/46616 )
Change subject: soc/mediatek/mt8192: update descriptions for dram config ......................................................................
soc/mediatek/mt8192: update descriptions for dram config
MEMORY_TEST MT8192_DRAM_DVFS
Signed-off-by: Xi Chen xixi.chen@mediatek.com Change-Id: I2e714c0ce588e48bbe6bd8e59c03bdb69dea01e6 --- M src/soc/mediatek/mt8192/Kconfig 1 file changed, 7 insertions(+), 2 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/16/46616/1
diff --git a/src/soc/mediatek/mt8192/Kconfig b/src/soc/mediatek/mt8192/Kconfig index 1d1cf7b..0f42365 100644 --- a/src/soc/mediatek/mt8192/Kconfig +++ b/src/soc/mediatek/mt8192/Kconfig @@ -32,10 +32,15 @@ bool default n help - This options enables DRAM calibration with multiple frequencies (low, - medium and high) for DVFS feature. + This option enables DRAM calibration with multiple frequencies (low, + medium and high frequency group, total 7 freqencies) for DVFS feature. + All supported data rates are: 800, 1200, 1600, 1866, 2400, 3200, 4266.
config MEMORY_TEST bool default y + help + This option enables memory basic compare test to verify the dram read + or write is as expected. + endif