Furquan Shaikh has submitted this change and it was merged. ( https://review.coreboot.org/27661 )
Change subject: mb/google/poppy/variants/nautilus: Set GPP_D21 to high as default
......................................................................
mb/google/poppy/variants/nautilus: Set GPP_D21 to high as default
Currently, default GPP_D21(LTE3_BODY_SAR) output level is low, it means
LTE tx power is backoff mode as default.
We would set GPP_D21 to high to change LTE tx power to normal mode as
default.
BUG=None
BRANCH=poppy
TEST=Verified default LTE tx power mode is normal mode as default
Change-Id: I62e77196c2116924f437f61368f0ae7efd0e144c
Signed-off-by: Seunghwan Kim <sh_.kim(a)samsung.com>
Reviewed-on: https://review.coreboot.org/27661
Reviewed-by: Furquan Shaikh <furquan(a)google.com>
Tested-by: build bot (Jenkins) <no-reply(a)coreboot.org>
---
M src/mainboard/google/poppy/variants/nautilus/gpio.c
1 file changed, 1 insertion(+), 1 deletion(-)
Approvals:
build bot (Jenkins): Verified
Furquan Shaikh: Looks good to me, approved
Seunghwan Kim: Looks good to me, but someone else must approve
diff --git a/src/mainboard/google/poppy/variants/nautilus/gpio.c b/src/mainboard/google/poppy/variants/nautilus/gpio.c
index 8b129d1..75d4ce9 100644
--- a/src/mainboard/google/poppy/variants/nautilus/gpio.c
+++ b/src/mainboard/google/poppy/variants/nautilus/gpio.c
@@ -395,7 +395,7 @@
/* D16 : ISH_UART0_CTS# ==> LTE3_W_DISABLE# */
PAD_CFG_GPO(GPP_D16, 1, DEEP),
/* D21 : SPI1_IO2 ==> LTE3_BODY_SAR */
- PAD_CFG_GPO(GPP_D21, 0, DEEP),
+ PAD_CFG_GPO(GPP_D21, 1, DEEP),
/* E11 : USB2_OC2# ==> USB2_P2_FAULT# */
PAD_CFG_NF(GPP_E11, NONE, DEEP, NF1),
};
--
To view, visit https://review.coreboot.org/27661
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: I62e77196c2116924f437f61368f0ae7efd0e144c
Gerrit-Change-Number: 27661
Gerrit-PatchSet: 4
Gerrit-Owner: Seunghwan Kim <sh_.kim(a)samsung.com>
Gerrit-Reviewer: Furquan Shaikh <furquan(a)google.com>
Gerrit-Reviewer: Seunghwan Kim <sh_.kim(a)samsung.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Seunghwan Kim has posted comments on this change. ( https://review.coreboot.org/27661 )
Change subject: mb/google/poppy/variants/nautilus: Set GPP_D21 to high as default
......................................................................
Patch Set 3:
> Patch Set 3: Code-Review+2
Can we send it to poppy branch?
--
To view, visit https://review.coreboot.org/27661
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: comment
Gerrit-Change-Id: I62e77196c2116924f437f61368f0ae7efd0e144c
Gerrit-Change-Number: 27661
Gerrit-PatchSet: 3
Gerrit-Owner: Seunghwan Kim <sh_.kim(a)samsung.com>
Gerrit-Reviewer: Furquan Shaikh <furquan(a)google.com>
Gerrit-Reviewer: Seunghwan Kim <sh_.kim(a)samsung.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Comment-Date: Mon, 30 Jul 2018 05:31:34 +0000
Gerrit-HasComments: No
Gerrit-HasLabels: No
Furquan Shaikh has posted comments on this change. ( https://review.coreboot.org/27677 )
Change subject: mb/google/poppy/variant/nami: Enable Slow Slew rate
......................................................................
Patch Set 2:
(2 comments)
Can you please rebase this on ToT?
https://review.coreboot.org/#/c/27677/2/src/mainboard/google/poppy/variants…
File src/mainboard/google/poppy/variants/nami/mainboard.c:
https://review.coreboot.org/#/c/27677/2/src/mainboard/google/poppy/variants…
PS2, Line 90: *
space before *
https://review.coreboot.org/#/c/27677/2/src/mainboard/google/poppy/variants…
PS2, Line 90: *
space after *
--
To view, visit https://review.coreboot.org/27677
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: comment
Gerrit-Change-Id: Iaf3c7ed97696b1d13eb9a2c82e0a8ae09620ede5
Gerrit-Change-Number: 27677
Gerrit-PatchSet: 2
Gerrit-Owner: TH Lin <t.h_lin(a)quanta.corp-partner.google.com>
Gerrit-Reviewer: Arthur Heymans <arthur(a)aheymans.xyz>
Gerrit-Reviewer: Furquan Shaikh <furquan(a)google.com>
Gerrit-Reviewer: Kane Chen <kane.chen(a)intel.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Comment-Date: Mon, 30 Jul 2018 02:39:21 +0000
Gerrit-HasComments: Yes
Gerrit-HasLabels: No
Martin Roth has submitted this change and it was merged. ( https://review.coreboot.org/27676 )
Change subject: mainboard/google/kahlee: Pad SPD serial Number with spaces
......................................................................
mainboard/google/kahlee: Pad SPD serial Number with spaces
All of the other SPDs are padded with spaces to make them use the full
size of the serial number field. The hynix-H5AN8G6NCJR-VKC SPD was not,
and that seems to be causing problems with some tools.
BUG=b:111903749
TEST=Mosys correctly identifies memory on board using that SPD.
Change-Id: I0e831873acab2f6fc7d76e85647198d3b7af4b12
Signed-off-by: Martin Roth <martinroth(a)google.com>
Reviewed-on: https://review.coreboot.org/27676
Tested-by: build bot (Jenkins) <no-reply(a)coreboot.org>
Reviewed-by: Daniel Kurtz <djkurtz(a)google.com>
Reviewed-by: Kevin Chiu <Kevin.Chiu(a)quantatw.com>
---
M src/mainboard/google/kahlee/variants/baseboard/spd/hynix-H5AN8G6NCJR-VKC.spd.hex
1 file changed, 1 insertion(+), 1 deletion(-)
Approvals:
build bot (Jenkins): Verified
Kevin Chiu: Looks good to me, approved
Daniel Kurtz: Looks good to me, approved
diff --git a/src/mainboard/google/kahlee/variants/baseboard/spd/hynix-H5AN8G6NCJR-VKC.spd.hex b/src/mainboard/google/kahlee/variants/baseboard/spd/hynix-H5AN8G6NCJR-VKC.spd.hex
index 1bcc1f1..3d046a3 100644
--- a/src/mainboard/google/kahlee/variants/baseboard/spd/hynix-H5AN8G6NCJR-VKC.spd.hex
+++ b/src/mainboard/google/kahlee/variants/baseboard/spd/hynix-H5AN8G6NCJR-VKC.spd.hex
@@ -20,7 +20,7 @@
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
80 AD 01 00 00 00 00 00 00 48 35 41 4E 38 47 36
-4E 43 4A 52 2D 56 4B 43 00 00 00 00 00 00 00 00
+4E 43 4A 52 2D 56 4B 43 20 20 20 20 00 00 00 00
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
--
To view, visit https://review.coreboot.org/27676
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: I0e831873acab2f6fc7d76e85647198d3b7af4b12
Gerrit-Change-Number: 27676
Gerrit-PatchSet: 2
Gerrit-Owner: Martin Roth <martinroth(a)google.com>
Gerrit-Reviewer: Daniel Kurtz <djkurtz(a)google.com>
Gerrit-Reviewer: Kevin Chiu <Kevin.Chiu(a)quantatw.com>
Gerrit-Reviewer: Martin Roth <martinroth(a)google.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>