Paul Menzel has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/42749 )
Change subject: util/inteltool: Support dumping more BARs on Skylake mobile SoCs
......................................................................
Patch Set 2:
a
--
To view, visit https://review.coreboot.org/c/coreboot/+/42749
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: Ic43d54ef189d500701872a56e67781a744990328
Gerrit-Change-Number: 42749
Gerrit-PatchSet: 2
Gerrit-Owner: Benjamin Doron <benjamin.doron00(a)gmail.com>
Gerrit-Reviewer: Angel Pons <th3fanbus(a)gmail.com>
Gerrit-Reviewer: Matt DeVillier <matt.devillier(a)gmail.com>
Gerrit-Reviewer: Michael Niewöhner
Gerrit-Reviewer: Stefan Reinauer <stefan.reinauer(a)coreboot.org>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-CC: Paul Menzel <paulepanter(a)users.sourceforge.net>
Gerrit-Comment-Date: Fri, 03 Jul 2020 06:54:25 +0000
Gerrit-HasComments: No
Gerrit-Has-Labels: No
Gerrit-MessageType: comment
Johnny Li has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/43058 )
Change subject: mb/google/volteer/variant/volteer: Turn I2C1 bus freq closer to 400 kHz for touch
......................................................................
mb/google/volteer/variant/volteer: Turn I2C1 bus freq closer to 400 kHz
for touch
The current I2C1 bus frequency is 351 kHZ, which does not meet the spec.
This change updates scl_lcnt, scl_hcnt, sda_hold value for I2C1 to bring
the bus frequency closer to 400kHz.
BUG=b:153588771
TEST=Verified that I2C1 frequency is 390kHz.
Signed-off-by: Johnny Li <johnny_li(a)wistron.corp-partner.google.com>
Change-Id: I593c3cfdb50e94e222e5c07176ee3c6fdd29e835
---
M src/mainboard/google/volteer/variants/volteer/overridetree.cb
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/58/43058/1
diff --git a/src/mainboard/google/volteer/variants/volteer/overridetree.cb b/src/mainboard/google/volteer/variants/volteer/overridetree.cb
index 2f853e1..aee6954 100644
--- a/src/mainboard/google/volteer/variants/volteer/overridetree.cb
+++ b/src/mainboard/google/volteer/variants/volteer/overridetree.cb
@@ -190,7 +190,7 @@
.speed = I2C_SPEED_FAST,
.speed_config[0] = {
.speed = I2C_SPEED_FAST,
- .scl_lcnt = 163,
+ .scl_lcnt = 162,
.scl_hcnt = 75,
.sda_hold = 36,
},
--
To view, visit https://review.coreboot.org/c/coreboot/+/43058
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I593c3cfdb50e94e222e5c07176ee3c6fdd29e835
Gerrit-Change-Number: 43058
Gerrit-PatchSet: 1
Gerrit-Owner: Johnny Li <johnny_li(a)wistron.corp-partner.google.com>
Gerrit-MessageType: newchange
Johnny Li has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/43057 )
Change subject: mb/google/volteer/variant/volteer: Turn I2C1 bus freq closer to 400 kHz for Touch
......................................................................
mb/google/volteer/variant/volteer: Turn I2C1 bus freq closer to 400 kHz
for Touch
The current I2C2 bus frequency is 356 kHZ, which does not meet the spec.
This change updates scl_lcnt, scl_hcnt, sda_hold value for I2C1 to bring
the bus frequency closer to 400kHz.
BUG=b:153588771
TEST=Verified that I2C1 frequency is 390kHz.
Signed-off-by: Johnny Li <johnny_li(a)wistron.corp-partner.google.com>
Change-Id: I76953a9a62041779e6d8c6418073f01ec08a5d67
---
M src/mainboard/google/volteer/variants/volteer/overridetree.cb
1 file changed, 3 insertions(+), 3 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/57/43057/1
diff --git a/src/mainboard/google/volteer/variants/volteer/overridetree.cb b/src/mainboard/google/volteer/variants/volteer/overridetree.cb
index 6549932..2f853e1 100644
--- a/src/mainboard/google/volteer/variants/volteer/overridetree.cb
+++ b/src/mainboard/google/volteer/variants/volteer/overridetree.cb
@@ -188,9 +188,6 @@
},
.i2c[1] = {
.speed = I2C_SPEED_FAST,
- },
- .i2c[2] = {
- .speed = I2C_SPEED_FAST,
.speed_config[0] = {
.speed = I2C_SPEED_FAST,
.scl_lcnt = 163,
@@ -198,6 +195,9 @@
.sda_hold = 36,
},
},
+ .i2c[2] = {
+ .speed = I2C_SPEED_FAST,
+ },
.i2c[3] = {
.speed = I2C_SPEED_FAST,
},
--
To view, visit https://review.coreboot.org/c/coreboot/+/43057
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I76953a9a62041779e6d8c6418073f01ec08a5d67
Gerrit-Change-Number: 43057
Gerrit-PatchSet: 1
Gerrit-Owner: Johnny Li <johnny_li(a)wistron.corp-partner.google.com>
Gerrit-MessageType: newchange
Johnny Li has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/43053 )
Change subject: mb/google/volteer/variant/volteer: Turn I2C2 bus freq closer to 400 kHz for WLAN
......................................................................
mb/google/volteer/variant/volteer: Turn I2C2 bus freq closer to 400 kHz
for WLAN
The current I2C2 bus frequency is 344 kHZ, which does not meet the spec.
This change updates scl_lcnt, scl_hcnt, sda_hold value for I2C2 to bring
the bus frequency closer to 400kHz.
BUG=b:153588771
TEST=Verified that I2C2 frequency is 394kHz.
Signed-off-by: Johnny Li <johnny_li(a)wistron.corp-partner.google.com>
Change-Id: I5c4ec105f12ac3938124547340c9177290b7b2bc
---
M src/mainboard/google/volteer/variants/volteer/overridetree.cb
1 file changed, 5 insertions(+), 5 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/53/43053/1
diff --git a/src/mainboard/google/volteer/variants/volteer/overridetree.cb b/src/mainboard/google/volteer/variants/volteer/overridetree.cb
index 3effc6d..6549932 100644
--- a/src/mainboard/google/volteer/variants/volteer/overridetree.cb
+++ b/src/mainboard/google/volteer/variants/volteer/overridetree.cb
@@ -191,16 +191,16 @@
},
.i2c[2] = {
.speed = I2C_SPEED_FAST,
- },
- .i2c[3] = {
- .speed = I2C_SPEED_FAST,
- .speed_config[0] = {
+ .speed_config[0] = {
.speed = I2C_SPEED_FAST,
- .scl_lcnt = 153,
+ .scl_lcnt = 163,
.scl_hcnt = 75,
.sda_hold = 36,
},
},
+ .i2c[3] = {
+ .speed = I2C_SPEED_FAST,
+ },
.i2c[5] = {
.speed = I2C_SPEED_FAST,
},
--
To view, visit https://review.coreboot.org/c/coreboot/+/43053
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I5c4ec105f12ac3938124547340c9177290b7b2bc
Gerrit-Change-Number: 43053
Gerrit-PatchSet: 1
Gerrit-Owner: Johnny Li <johnny_li(a)wistron.corp-partner.google.com>
Gerrit-MessageType: newchange
Benjamin Doron has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/43063 )
Change subject: payloads/tianocore: Don't recurse submodules
......................................................................
Patch Set 2:
This change is ready for review.
--
To view, visit https://review.coreboot.org/c/coreboot/+/43063
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I0c5d6dd6e5070720870fc22b2476c6fe8dc7fd40
Gerrit-Change-Number: 43063
Gerrit-PatchSet: 2
Gerrit-Owner: Benjamin Doron <benjamin.doron00(a)gmail.com>
Gerrit-Reviewer: Matt DeVillier <matt.devillier(a)gmail.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Comment-Date: Fri, 03 Jul 2020 04:44:52 +0000
Gerrit-HasComments: No
Gerrit-Has-Labels: No
Gerrit-MessageType: comment
Johnny Lin has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/41527 )
Change subject: mb/ocp/deltalake: Update IIO PCIe bifurcation according to different configs
......................................................................
Patch Set 20:
(1 comment)
https://review.coreboot.org/c/coreboot/+/41527/20/src/mainboard/ocp/deltala…
File src/mainboard/ocp/deltalake/romstage.c:
https://review.coreboot.org/c/coreboot/+/41527/20/src/mainboard/ocp/deltala…
PS20, Line 18: mupd->FspmConfig.IioConfigIOU2[0] = IIO_BIFURCATE_xxxxxxxx;
: mupd->FspmConfig.IioConfigIOU3[0] = IIO_BIFURCATE_xxxxxx16;
: mupd->FspmConfig.IioConfigIOU4[0] = IIO_BIFURCATE_xxxxxxxx;
> This changed?
The bifurcation for CONFIG C is IOU0 and IOU1: x4x4x4x4, IOU2: CPX doesn't have it.
IOU3: x16 for NIC.
FspmUpd->FspmConfig.IioConfigIOU0[0] => Maps to physical PCI express lanes Port 1A~1D.
FspmUpd->FspmConfig.IioConfigIOU1[0] => Maps to physical PCI express lanes Port 2A~2D.
FspmUpd->FspmConfig.IioConfigIOU2[0] => CPX doesn’t have this port.
FspmUpd->FspmConfig.IioConfigIOU3[0] => Maps to physical PCI express lanes Port 3A~3D.
FspmUpd->FspmConfig.IioConfigIOU4[0] ==> is not used by YV3 so I set it to IIO_BIFURCATE_xxxxxxxx.
We have an excel table for the IIO bifurcation for each config if you need more detail.
--
To view, visit https://review.coreboot.org/c/coreboot/+/41527
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I412336c32d093fe2bbdc7175f8e596923c77876f
Gerrit-Change-Number: 41527
Gerrit-PatchSet: 20
Gerrit-Owner: Johnny Lin <Johnny_Lin(a)wiwynn.com>
Gerrit-Reviewer: Andrey Petrov <anpetrov(a)fb.com>
Gerrit-Reviewer: Anjaneya "Reddy" Chagam <anjaneya.chagam(a)intel.com>
Gerrit-Reviewer: David Hendricks <david.hendricks(a)gmail.com>
Gerrit-Reviewer: Jingle Hsu <jingle_hsu(a)wiwynn.com>
Gerrit-Reviewer: Jonathan Zhang <jonzhang(a)fb.com>
Gerrit-Reviewer: Martin Roth <martinroth(a)google.com>
Gerrit-Reviewer: Morgan Jang
Gerrit-Reviewer: Patrick Georgi <pgeorgi(a)google.com>
Gerrit-Reviewer: Patrick Rudolph <siro(a)das-labor.org>
Gerrit-Reviewer: Paul Menzel <paulepanter(a)users.sourceforge.net>
Gerrit-Reviewer: Philipp Deppenwiese <zaolin.daisuki(a)gmail.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-CC: Christian Walter <christian.walter(a)9elements.com>
Gerrit-Comment-Date: Fri, 03 Jul 2020 03:18:18 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: Christian Walter <christian.walter(a)9elements.com>
Gerrit-MessageType: comment