Yu-Ping Wu has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/34988 )
Change subject: mediatek/mt8183: Implement the dramc init setting
......................................................................
Patch Set 20:
(3 comments)
https://review.coreboot.org/c/coreboot/+/34988/17/src/soc/mediatek/mt8183/dr...
File src/soc/mediatek/mt8183/dramc_init_setting.c:
https://review.coreboot.org/c/coreboot/+/34988/17/src/soc/mediatek/mt8183/dr...
PS17, Line 78: ca_dll_mode[CHANNEL_A] = DLL_MASTER;
: ca_dll_mode[CHANNEL_B] = DLL_SLAVE;
: if (freq_group == LP4X_DDR1600)
: ca_dll_mode[CHANNEL_A] = ca_dll_mode[CHANNEL_B] = DLL_SLAVE;
:
ca_dll_mode[CHANNEL_A] = (freq_group == LP4X_DDR1660) ? DLL_SLAVE : DLL_MASTER; […]
Done
https://review.coreboot.org/c/coreboot/+/34988/17/src/soc/mediatek/mt8183/dr...
PS17, Line 313: u16 rx_vref = 0xb;
:
: if (operate_fsp == FSP_1)
: rx_vref = 0xb;
: else
: rx_vref = 0x16;
u16 rx_vref = 0x16; […]
Done
https://review.coreboot.org/c/coreboot/+/34988/17/src/soc/mediatek/mt8183/dr...
PS17, Line 637: }
Please add a default: here to die or assert.
Done
--
To view, visit
https://review.coreboot.org/c/coreboot/+/34988
To unsubscribe, or for help writing mail filters, visit
https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I756ad37e78cd1384ee0eb97e5e18c5461d73bc7b
Gerrit-Change-Number: 34988
Gerrit-PatchSet: 20
Gerrit-Owner: huayang duan
huayangduan@gmail.com
Gerrit-Reviewer: Cindy Ching
cindy.ching@mediatek.corp-partner.google.com
Gerrit-Reviewer: Hung-Te Lin
hungte@chromium.org
Gerrit-Reviewer: Julius Werner
jwerner@chromium.org
Gerrit-Reviewer: SJ Huang
sj.huang@mediatek.corp-partner.google.com
Gerrit-Reviewer: You-Cheng Syu
youcheng@google.com
Gerrit-Reviewer: Yu-Ping Wu
yupingso@google.com
Gerrit-Reviewer: build bot (Jenkins)
no-reply@coreboot.org
Gerrit-Reviewer: huayang duan
huayangduan@gmail.com
Gerrit-CC: Angel Pons
th3fanbus@gmail.com
Gerrit-CC: Huayang Duan
huayang.duan@mediatek.corp-partner.google.com
Gerrit-CC: Paul Menzel
paulepanter@users.sourceforge.net
Gerrit-Comment-Date: Wed, 18 Sep 2019 02:44:25 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: Hung-Te Lin
hungte@chromium.org
Gerrit-MessageType: comment