Hello Xi Chen,
I'd like you to do a code review. Please visit
https://review.coreboot.org/c/coreboot/+/46399
to review the following change.
Change subject: soc/mediatek/mt8192: fix impedance tracking channel number ......................................................................
soc/mediatek/mt8192: fix impedance tracking channel number
Update impedance tracking CH1 setting.
Signed-off-by: mtk11206 xixi.chen@mediatek.com Change-Id: Iafec2e14a4b0b318e30493ee49c07af5aad5f1e8 --- M src/soc/mediatek/mt8192/dramc_tracking.c 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/99/46399/1
diff --git a/src/soc/mediatek/mt8192/dramc_tracking.c b/src/soc/mediatek/mt8192/dramc_tracking.c old mode 100644 new mode 100755 index 3b0b8d6..382675e --- a/src/soc/mediatek/mt8192/dramc_tracking.c +++ b/src/soc/mediatek/mt8192/dramc_tracking.c @@ -526,7 +526,7 @@ MISC_IMPCAL_DIS_SUS_CH1_DRV, 1, MISC_IMPCAL_IMPSRCEXT, 0, MISC_IMPCAL_IMPCAL_ECO_OPT, 1); - SET32_BITFIELDS(&ch[0].phy_ao.misc_impcal, + SET32_BITFIELDS(&ch[1].phy_ao.misc_impcal, MISC_IMPCAL_DIS_SUS_CH0_DRV, 1, MISC_IMPCAL_DIS_SUS_CH1_DRV, 0, MISC_IMPCAL_IMPSRCEXT, 1,
Hung-Te Lin has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/46399 )
Change subject: soc/mediatek/mt8192: fix impedance tracking channel number ......................................................................
Patch Set 1:
can you simply amend this to CB:44724? given 44724 hasn't been merged, I see no reason to push a change that is known to have bugs.
Xi Chen has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/46399 )
Change subject: soc/mediatek/mt8192: fix impedance tracking channel number ......................................................................
Patch Set 1:
Patch Set 1:
can you simply amend this to CB:44724? given 44724 hasn't been merged, I see no reason to push a change that is known to have bugs.
yes, i will amend the change to 44724.
Paul Menzel has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/46399 )
Change subject: soc/mediatek/mt8192: fix impedance tracking channel number ......................................................................
Patch Set 4:
(1 comment)
https://review.coreboot.org/c/coreboot/+/46399/4/src/soc/mediatek/mt8192/dra... File src/soc/mediatek/mt8192/dramc_tracking.c:
https://review.coreboot.org/c/coreboot/+/46399/4/src/soc/mediatek/mt8192/dra... PS4, Line 529: SET32_BITFIELDS(&ch[1].phy_ao.misc_impcal, Can this be squashed into the commit under review?
Hello Xi Chen, build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/46399
to look at the new patch set (#22).
Change subject: soc/mediatek/mt8192: fix impedance tracking channel number ......................................................................
soc/mediatek/mt8192: fix impedance tracking channel number
Update impedance tracking CH1 setting.
Signed-off-by: mtk11206 xixi.chen@mediatek.com Change-Id: Iafec2e14a4b0b318e30493ee49c07af5aad5f1e8 --- M src/soc/mediatek/mt8192/dramc_tracking.c 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/99/46399/22
Hello Hung-Te Lin, Xi Chen, build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/46399
to look at the new patch set (#32).
Change subject: soc/mediatek/mt8192: fix impedance tracking channel number ......................................................................
soc/mediatek/mt8192: fix impedance tracking channel number
Update impedance tracking CH1 setting.
Signed-off-by: mtk11206 xixi.chen@mediatek.com Change-Id: Iafec2e14a4b0b318e30493ee49c07af5aad5f1e8 --- M src/soc/mediatek/mt8192/dramc_tracking.c 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/99/46399/32
Hello Hung-Te Lin, Xi Chen, build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/46399
to look at the new patch set (#34).
Change subject: soc/mediatek/mt8192: fix impedance tracking channel number ......................................................................
soc/mediatek/mt8192: fix impedance tracking channel number
Update impedance tracking CH1 setting.
Signed-off-by: mtk11206 xixi.chen@mediatek.com Change-Id: Iafec2e14a4b0b318e30493ee49c07af5aad5f1e8 --- M src/soc/mediatek/mt8192/dramc_tracking.c 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/99/46399/34
Paul Menzel has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/46399 )
Change subject: soc/mediatek/mt8192: fix impedance tracking channel number ......................................................................
Patch Set 38:
(2 comments)
https://review.coreboot.org/c/coreboot/+/46399/38//COMMIT_MSG Commit Message:
https://review.coreboot.org/c/coreboot/+/46399/38//COMMIT_MSG@2 PS38, Line 2: mtk11206 Can you please configure *Xi Chen*?
git config --global user.name "Xi Chen"
git commit -s --amend --author="Xi Chen xixi.chen@mediatek.com"
https://review.coreboot.org/c/coreboot/+/46399/38//COMMIT_MSG@11 PS38, Line 11: mtk11206 Ditto.
Attention is currently required from: Yidi Lin. Hung-Te Lin has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/46399 )
Change subject: soc/mediatek/mt8192: fix impedance tracking channel number ......................................................................
Patch Set 45:
(1 comment)
Patchset:
PS45: abandon this?
Yidi Lin has abandoned this change. ( https://review.coreboot.org/c/coreboot/+/46399 )
Change subject: soc/mediatek/mt8192: fix impedance tracking channel number ......................................................................
Abandoned