Xi Chen has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/44706 )
Change subject: soc/mediatek/mt8192: Do dramc pre-settings before calibration
......................................................................
Patch Set 46:
(1 comment)
https://review.coreboot.org/c/coreboot/+/44706/44/src/soc/mediatek/mt8192/em...
File src/soc/mediatek/mt8192/emi.c:
https://review.coreboot.org/c/coreboot/+/44706/44/src/soc/mediatek/mt8192/em...
PS44, Line 323: ma_type = (ma_type_r0 > ma_type_r1) ? ma_type_r1 : ma_type_r0;
:
: return ma_type;
return MIN(ma_type_r0, ma_type_r1)
Ack
--
To view, visit
https://review.coreboot.org/c/coreboot/+/44706
To unsubscribe, or for help writing mail filters, visit
https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I071eca037f89a916d6cfaf5b008d64f2b4a269a9
Gerrit-Change-Number: 44706
Gerrit-PatchSet: 46
Gerrit-Owner: CK HU
ck.hu@mediatek.com
Gerrit-Reviewer: Duan huayang
huayang.duan@mediatek.com
Gerrit-Reviewer: Hung-Te Lin
hungte@chromium.org
Gerrit-Reviewer: Xi Chen
xixi.chen@mediatek.com
Gerrit-Reviewer: Yidi Lin
yidi.lin@mediatek.com
Gerrit-Reviewer: Yu-Ping Wu
yupingso@google.com
Gerrit-Reviewer: build bot (Jenkins)
no-reply@coreboot.org
Gerrit-CC: Paul Menzel
paulepanter@users.sourceforge.net
Gerrit-Comment-Date: Fri, 25 Dec 2020 03:08:19 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: Yu-Ping Wu
yupingso@google.com
Gerrit-MessageType: comment