Attention is currently required from: Liju-Clr Chen.
build bot (Jenkins) has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/73411 )
Change subject: mb/google/geralt: Add mtcmos bus protection for display
......................................................................
Patch Set 1:
(1 comment)
Commit Message:
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-171370):
https://review.coreboot.org/c/coreboot/+/73411/comment/21a037a7_39d899fe
PS1, Line 14: BUG=b:264204465
Possible unwrapped commit description (prefer a maximum 72 chars per line)
--
To view, visit https://review.coreboot.org/c/coreboot/+/73411
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: Iac61a69f2b84966dd468442daaa59d83eec775aa
Gerrit-Change-Number: 73411
Gerrit-PatchSet: 1
Gerrit-Owner: jason-ch chen <Jason-ch.Chen(a)mediatek.com>
Gerrit-Reviewer: Liju-Clr Chen <liju-clr.chen(a)mediatek.corp-partner.google.com>
Gerrit-CC: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Attention: Liju-Clr Chen <liju-clr.chen(a)mediatek.corp-partner.google.com>
Gerrit-Comment-Date: Fri, 03 Mar 2023 06:06:33 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Gerrit-MessageType: comment
Attention is currently required from: Liju-Clr Chen.
Hello Liju-Clr Chen,
I'd like you to do a code review.
Please visit
https://review.coreboot.org/c/coreboot/+/73411
to review the following change.
Change subject: mb/google/geralt: Add mtcmos bus protection for display
......................................................................
mb/google/geralt: Add mtcmos bus protection for display
Bus protection is a HW mechanism to avoid bus hang and incomplete bus
transactions. Add mtcmos bus protection for display to enable Bus
protection HW while the receiver of the transactin is not able to
respond.
BUG=b:264204465
TEST=test firmware and kernel display pass for MIPI panel on proto board.
Change-Id: Iac61a69f2b84966dd468442daaa59d83eec775aa
Signed-off-by: Liju-Clr Chen <liju-clr.chen(a)mediatek.com>
---
M src/mainboard/google/geralt/display.c
1 file changed, 19 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/11/73411/1
diff --git a/src/mainboard/google/geralt/display.c b/src/mainboard/google/geralt/display.c
index 396d6e0..bbdd808 100644
--- a/src/mainboard/google/geralt/display.c
+++ b/src/mainboard/google/geralt/display.c
@@ -27,6 +27,7 @@
printk(BIOS_INFO, "%s: Starting display initialization\n", __func__);
mtcmos_display_power_on();
+ mtcmos_protect_display_bus();
panel->configure_panel_backlight();
panel->power_on();
--
To view, visit https://review.coreboot.org/c/coreboot/+/73411
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: Iac61a69f2b84966dd468442daaa59d83eec775aa
Gerrit-Change-Number: 73411
Gerrit-PatchSet: 1
Gerrit-Owner: jason-ch chen <Jason-ch.Chen(a)mediatek.com>
Gerrit-Reviewer: Liju-Clr Chen <liju-clr.chen(a)mediatek.corp-partner.google.com>
Gerrit-Attention: Liju-Clr Chen <liju-clr.chen(a)mediatek.corp-partner.google.com>
Gerrit-MessageType: newchange
Attention is currently required from: Bora Guvendik, Hannah Williams, Jamie Ryu, Subrata Banik, Wonkyu Kim, Kapil Porwal, Jay Patel.
Hello Bora Guvendik, Hannah Williams, build bot (Jenkins), Tarun Tuli, Jamie Ryu, Subrata Banik, Wonkyu Kim, Kapil Porwal,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/73191
to look at the new patch set (#5).
Change subject: soc/intel/mtl/romstage: Insert EC boot timestamps
......................................................................
soc/intel/mtl/romstage: Insert EC boot timestamps
Calls the function to insert EC boot timestamps to the coreboot
timestamp table for Meteorlake SOC based on Kconfig flag
SOC_INTEL_EC_BOOT_TIMESTAMPS.
BUG=b:271012752
TEST=None
Signed-off-by: jaypatel256 <jay2.patel(a)intel.com>
Change-Id: Iebda928a31d55a081f68b9833b66f757a9cd9aa7
---
M src/soc/intel/meteorlake/romstage/romstage.c
1 file changed, 22 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/91/73191/5
--
To view, visit https://review.coreboot.org/c/coreboot/+/73191
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: Iebda928a31d55a081f68b9833b66f757a9cd9aa7
Gerrit-Change-Number: 73191
Gerrit-PatchSet: 5
Gerrit-Owner: Jay Patel <jay2.patel(a)intel.com>
Gerrit-Reviewer: Bora Guvendik <bora.guvendik(a)intel.com>
Gerrit-Reviewer: Hannah Williams <hannah.williams(a)intel.com>
Gerrit-Reviewer: Jamie Ryu <jamie.m.ryu(a)intel.com>
Gerrit-Reviewer: Kapil Porwal <kapilporwal(a)google.com>
Gerrit-Reviewer: Subrata Banik <subratabanik(a)google.com>
Gerrit-Reviewer: Tarun Tuli <taruntuli(a)google.com>
Gerrit-Reviewer: Wonkyu Kim <wonkyu.kim(a)intel.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Attention: Bora Guvendik <bora.guvendik(a)intel.com>
Gerrit-Attention: Hannah Williams <hannah.williams(a)intel.com>
Gerrit-Attention: Jamie Ryu <jamie.m.ryu(a)intel.com>
Gerrit-Attention: Subrata Banik <subratabanik(a)google.com>
Gerrit-Attention: Wonkyu Kim <wonkyu.kim(a)intel.com>
Gerrit-Attention: Kapil Porwal <kapilporwal(a)google.com>
Gerrit-Attention: Jay Patel <jay2.patel(a)intel.com>
Gerrit-MessageType: newpatchset
Attention is currently required from: Martin L Roth, Maximilian Brune.
Elyes Haouas has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/73396 )
Change subject: lint/lint-stable-003-whitespace: Fix excludelist
......................................................................
Patch Set 1: Code-Review+2
--
To view, visit https://review.coreboot.org/c/coreboot/+/73396
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I90cc2cff9a98bbd0af344156332b970bfd6430b9
Gerrit-Change-Number: 73396
Gerrit-PatchSet: 1
Gerrit-Owner: Maximilian Brune <maximilian.brune(a)9elements.com>
Gerrit-Reviewer: Elyes Haouas <ehaouas(a)noos.fr>
Gerrit-Reviewer: Martin L Roth <gaumless(a)gmail.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Attention: Martin L Roth <gaumless(a)gmail.com>
Gerrit-Attention: Maximilian Brune <maximilian.brune(a)9elements.com>
Gerrit-Comment-Date: Fri, 03 Mar 2023 04:54:09 +0000
Gerrit-HasComments: No
Gerrit-Has-Labels: Yes
Gerrit-MessageType: comment
Xixi Chen has posted comments on this change. ( https://review.coreboot.org/c/blobs/+/73339 )
Change subject: soc/mediatek/mt8188: Add scramble switch and fix 1RK register bit
......................................................................
Patch Set 5:
(1 comment)
File soc/mediatek/mt8188/dram_release_notes.txt:
https://review.coreboot.org/c/blobs/+/73339/comment/e6601a10_2712d255
PS5, Line 1: # 0.1.1
> Next time please use the official build. See https://review.coreboot. […]
okay.
--
To view, visit https://review.coreboot.org/c/blobs/+/73339
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: blobs
Gerrit-Branch: master
Gerrit-Change-Id: I7bf751e19d6df32bbd40b9dacad16fb99253d2ae
Gerrit-Change-Number: 73339
Gerrit-PatchSet: 5
Gerrit-Owner: Xixi Chen <xixi.chen(a)mediatek.corp-partner.google.com>
Gerrit-Reviewer: Yidi Lin <yidilin(a)google.com>
Gerrit-Reviewer: Yu-Ping Wu <yupingso(a)google.com>
Gerrit-Reviewer: johnson wang <johnson.wang(a)mediatek.corp-partner.google.com>
Gerrit-Comment-Date: Fri, 03 Mar 2023 03:39:00 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: Yu-Ping Wu <yupingso(a)google.com>
Gerrit-MessageType: comment