Attention is currently required from: Ariel Otilibili.
Felix Singer has uploaded a new patch set (#3) to the change originally created by Ariel Otilibili. ( https://review.coreboot.org/c/coreboot/+/85778?usp=email )
Change subject: qualcomm/common: Remove dead code
......................................................................
qualcomm/common: Remove dead code
fb_off is set to zero, meaning the else branch is never called.
Coverity-ID: 1469336
Fixes: 3b4c45efa2 ("sc7180: Add display hardware pipe line initialization")
Change-Id: I40cffcf3714decfc54f2bbce9d4a867a9313d72e
Signed-off-by: Ariel Otilibili <otilibil(a)eurecom.fr>
---
M src/soc/qualcomm/common/display/mdss.c
1 file changed, 2 insertions(+), 7 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/78/85778/3
--
To view, visit https://review.coreboot.org/c/coreboot/+/85778?usp=email
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings?usp=email
Gerrit-MessageType: newpatchset
Gerrit-Project: coreboot
Gerrit-Branch: main
Gerrit-Change-Id: I40cffcf3714decfc54f2bbce9d4a867a9313d72e
Gerrit-Change-Number: 85778
Gerrit-PatchSet: 3
Gerrit-Owner: Ariel Otilibili
Gerrit-Reviewer: Elyes Haouas <ehaouas(a)noos.fr>
Gerrit-Reviewer: Jonathon Hall <jonathon.hall(a)puri.sm>
Gerrit-Reviewer: Varshit Pandya <pandyavarshit(a)gmail.com>
Gerrit-Reviewer: Yidi Lin <yidilin(a)google.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-CC: Felix Singer <service+coreboot-gerrit(a)felixsinger.de>
Gerrit-Attention: Ariel Otilibili
Attention is currently required from: Ariel Otilibili.
Felix Singer has posted comments on this change by Ariel Otilibili. ( https://review.coreboot.org/c/coreboot/+/85778?usp=email )
Change subject: qualcomm/common: Remove dead code
......................................................................
Patch Set 2:
(1 comment)
Commit Message:
https://review.coreboot.org/c/coreboot/+/85778/comment/8400daae_aa06d28a?us… :
PS2, Line 13: Cc: Jonathon Hall <jonathon.hall(a)puri.sm>
: Cc: Yidi Lin <yidilin(a)google.com>
: Cc: Varshit Pandya <pandyavarshit(a)gmail.com>
: Cc: Elyes Haouas <ehaouas(a)noos.fr>
We usually don't list people added as CC to the commit message. Please don't add them in future commits.
--
To view, visit https://review.coreboot.org/c/coreboot/+/85778?usp=email
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings?usp=email
Gerrit-MessageType: comment
Gerrit-Project: coreboot
Gerrit-Branch: main
Gerrit-Change-Id: I40cffcf3714decfc54f2bbce9d4a867a9313d72e
Gerrit-Change-Number: 85778
Gerrit-PatchSet: 2
Gerrit-Owner: Ariel Otilibili
Gerrit-Reviewer: Elyes Haouas <ehaouas(a)noos.fr>
Gerrit-Reviewer: Jonathon Hall <jonathon.hall(a)puri.sm>
Gerrit-Reviewer: Varshit Pandya <pandyavarshit(a)gmail.com>
Gerrit-Reviewer: Yidi Lin <yidilin(a)google.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-CC: Felix Singer <service+coreboot-gerrit(a)felixsinger.de>
Gerrit-Attention: Ariel Otilibili
Gerrit-Comment-Date: Tue, 14 Jan 2025 05:48:59 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Attention is currently required from: Hung-Te Lin, Yu-Ping Wu.
Hello Hung-Te Lin, Yu-Ping Wu,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/85969?usp=email
to look at the new patch set (#2).
Change subject: mb/google/rauru: Initialize PMIF for SD Card
......................................................................
mb/google/rauru: Initialize PMIF for SD Card
mt6373_init_pmif_arb() needs to be initialized for SD card to control
the regulator.
TEST=emrege-rauru coreboot
TEST=The assertion is gone on Rauru during normal boot.
Change-Id: I7e3265bb62a6c78d44e2c756be9a020a49a03056
Signed-off-by: Yidi Lin <yidilin(a)chromium.org>
---
M src/mainboard/google/rauru/mainboard.c
1 file changed, 4 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/69/85969/2
--
To view, visit https://review.coreboot.org/c/coreboot/+/85969?usp=email
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings?usp=email
Gerrit-MessageType: newpatchset
Gerrit-Project: coreboot
Gerrit-Branch: main
Gerrit-Change-Id: I7e3265bb62a6c78d44e2c756be9a020a49a03056
Gerrit-Change-Number: 85969
Gerrit-PatchSet: 2
Gerrit-Owner: Yidi Lin <yidilin(a)google.com>
Gerrit-Reviewer: Hung-Te Lin <hungte(a)chromium.org>
Gerrit-Reviewer: Yu-Ping Wu <yupingso(a)google.com>
Gerrit-CC: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Attention: Hung-Te Lin <hungte(a)chromium.org>
Gerrit-Attention: Yu-Ping Wu <yupingso(a)google.com>
Attention is currently required from: Hung-Te Lin, Jarried Lin.
Yu-Ping Wu has posted comments on this change by Jarried Lin. ( https://review.coreboot.org/c/coreboot/+/85952?usp=email )
Change subject: mb/google/rauru: Enable firmware display
......................................................................
Patch Set 3:
(1 comment)
File src/mainboard/google/rauru/mainboard.c:
https://review.coreboot.org/c/coreboot/+/85952/comment/1c7a9cb1_c07a4d84?us… :
PS1, Line 103: mt6373_init_pmif_arb();
> @yupingso@google. […]
I'd prefer fixing SD card in a separate patch.
And I think it should be fine to call `mt6373_init_pmif_arb()` twice (once here and the other in `if (CONFIG(RAURU_SDCARD_INIT))`), as the extra `pmif_check_init_done` overhead should be pretty small.
That said, I think a better approach is to modify all `mtXXXX_init_pmif_arb`, so that a second call to it would be a no-op. For example:
```
void mt6373_init_pmif_arb(void)
{
if (pmif_arb)
return;
pmif_arb = get_pmif_controller(PMIF_SPMI, SPMI_MASTER_1);
assert(pmif_arb);
// BTW we should rename this to pmif_check_init_done
if (pmif_arb->is_pmif_init_done(pmif_arb))
...
printk(...);
}
```
--
To view, visit https://review.coreboot.org/c/coreboot/+/85952?usp=email
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings?usp=email
Gerrit-MessageType: comment
Gerrit-Project: coreboot
Gerrit-Branch: main
Gerrit-Change-Id: Ic928b2478c41ccd03223fd2b73d9e81d303a2036
Gerrit-Change-Number: 85952
Gerrit-PatchSet: 3
Gerrit-Owner: Jarried Lin <jarried.lin(a)mediatek.com>
Gerrit-Reviewer: Hung-Te Lin <hungte(a)chromium.org>
Gerrit-Reviewer: Yidi Lin <yidilin(a)google.com>
Gerrit-Reviewer: Yu-Ping Wu <yupingso(a)google.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Attention: Hung-Te Lin <hungte(a)chromium.org>
Gerrit-Attention: Jarried Lin <jarried.lin(a)mediatek.com>
Gerrit-Comment-Date: Tue, 14 Jan 2025 04:33:14 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: Yidi Lin <yidilin(a)google.com>
Attention is currently required from: Pranava Y N, Tongtong Pan, Weimin Wu.
Subrata Banik has posted comments on this change by Tongtong Pan. ( https://review.coreboot.org/c/coreboot/+/85965?usp=email )
Change subject: mb/google/fatcat/var/felino: Modify the felino config for probing TPM I2C
......................................................................
Patch Set 1:
(4 comments)
File src/mainboard/google/fatcat/variants/felino/gpio.c:
https://review.coreboot.org/c/coreboot/+/85965/comment/a18f7542_405bb91e?us… :
PS1, Line 281: PAD_CFG_GPI_APIC
locking make sense for ramstage but I won't lock a PAD with interrupt configuration
https://review.coreboot.org/c/coreboot/+/85965/comment/66d1fa9c_783a43b8?us… :
PS1, Line 407: PAD_CFG_GPI_APIC_LOCK
please don't use lock macro for early GPIO configuration
https://review.coreboot.org/c/coreboot/+/85965/comment/b6be1756_fb888357?us… :
PS1, Line 422: PAD_CFG_GPI_APIC_LOCK
same as above
File src/mainboard/google/fatcat/variants/felino/overridetree.cb:
https://review.coreboot.org/c/coreboot/+/85965/comment/96123611_660afff1?us… :
PS1, Line 50: register "serial_io_i2c_mode" = "{
: [PchSerialIoIndexI2C0] = PchSerialIoPci,
: [PchSerialIoIndexI2C1] = PchSerialIoPci,
: [PchSerialIoIndexI2C4] = PchSerialIoPci,
: }"
looking at the below description I2C0 seems unused ? is this required to be enabled for making i2c1 functional or you have any endpoint device at i2c0 as well ?
--
To view, visit https://review.coreboot.org/c/coreboot/+/85965?usp=email
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings?usp=email
Gerrit-MessageType: comment
Gerrit-Project: coreboot
Gerrit-Branch: main
Gerrit-Change-Id: I093c0bad181f133e601f3270de68c0848f847ccf
Gerrit-Change-Number: 85965
Gerrit-PatchSet: 1
Gerrit-Owner: Tongtong Pan <pantongtong(a)huaqin.corp-partner.google.com>
Gerrit-Reviewer: Pranava Y N <pranavayn(a)google.com>
Gerrit-Reviewer: Subrata Banik <subratabanik(a)google.com>
Gerrit-Reviewer: Weimin Wu <wuweimin(a)huaqin.corp-partner.google.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-CC: Dolan Liu <liuyong5(a)huaqin.corp-partner.google.com>
Gerrit-Attention: Weimin Wu <wuweimin(a)huaqin.corp-partner.google.com>
Gerrit-Attention: Tongtong Pan <pantongtong(a)huaqin.corp-partner.google.com>
Gerrit-Attention: Pranava Y N <pranavayn(a)google.com>
Gerrit-Comment-Date: Tue, 14 Jan 2025 04:23:19 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Attention is currently required from: Hung-Te Lin, Jarried Lin.
Yu-Ping Wu has posted comments on this change by Jarried Lin. ( https://review.coreboot.org/c/coreboot/+/85949?usp=email )
Change subject: soc/mediatek/mt8196: Add eDP driver
......................................................................
Patch Set 2:
(1 comment)
File src/soc/mediatek/mt8196/dptx.c:
https://review.coreboot.org/c/coreboot/+/85949/comment/f5dde1f5_7bc31cc7?us… :
PS2, Line 348: static void dptx_init_port(struct mtk_dp *mtk_dp)
> I will revise it until MTK resolves all the comments. […]
Feel free to resolve this comment first. I'm fine with merging this patch with the current `dptx_init_port`.
--
To view, visit https://review.coreboot.org/c/coreboot/+/85949?usp=email
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings?usp=email
Gerrit-MessageType: comment
Gerrit-Project: coreboot
Gerrit-Branch: main
Gerrit-Change-Id: Iccba53f6c6181ca84624c216f9641a2ae9041671
Gerrit-Change-Number: 85949
Gerrit-PatchSet: 2
Gerrit-Owner: Jarried Lin <jarried.lin(a)mediatek.com>
Gerrit-Reviewer: Hung-Te Lin <hungte(a)chromium.org>
Gerrit-Reviewer: Yidi Lin <yidilin(a)google.com>
Gerrit-Reviewer: Yu-Ping Wu <yupingso(a)google.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Attention: Hung-Te Lin <hungte(a)chromium.org>
Gerrit-Attention: Jarried Lin <jarried.lin(a)mediatek.com>
Gerrit-Comment-Date: Tue, 14 Jan 2025 04:21:57 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: Yidi Lin <yidilin(a)google.com>
Comment-In-Reply-To: Yu-Ping Wu <yupingso(a)google.com>