Hung-Te Lin has uploaded a new patch set (#3) to the change originally created by Yu-Ping Wu. ( https://review.coreboot.org/c/coreboot/+/36089 )
Change subject: soc/mediatek/mt8183: Skip fast calibration in recovery mode ......................................................................
soc/mediatek/mt8183: Skip fast calibration in recovery mode
SOC vendor suggested to always run full calibration mode in recovery mode because it is possible to get unstable memory even if the complex memory test has been passed.
Also, since the recovery mode runs from RO and we only have training data cache for RW, the trained calibration data can't be saved since RO and RW may be running different firmware.
BRANCH=kukui BUG=b:139099592 TEST=emerge-kukui coreboot
Change-Id: I29e0df71dc3357462e15ce8fc2ba02f21b54ed33 Signed-off-by: Yu-Ping Wu yupingso@chromium.org --- M src/mainboard/google/kukui/romstage.c M src/soc/mediatek/mt8183/include/soc/emi.h M src/soc/mediatek/mt8183/memory.c 3 files changed, 27 insertions(+), 11 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/89/36089/3