[coreboot-gerrit] Change in coreboot[master]: google/reef: add more USB tuning for coral variants

Patrick Georgi (Code Review) gerrit at coreboot.org
Fri Dec 1 09:32:44 CET 2017


Patrick Georgi has uploaded this change for review. ( https://review.coreboot.org/22661


Change subject: google/reef: add more USB tuning for coral variants
......................................................................

google/reef: add more USB tuning for coral variants

Lava numbers are in.

BUG=b:69990330
BRANCH=none
TEST=verified that USB signal is within spec

Change-Id: I7416ec8d058271700ebe43f8d92af61c6c0d6b42
Signed-off-by: Patrick Georgi <pgeorgi at google.com>
---
M src/mainboard/google/reef/variants/coral/mainboard.c
1 file changed, 11 insertions(+), 0 deletions(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/61/22661/1

diff --git a/src/mainboard/google/reef/variants/coral/mainboard.c b/src/mainboard/google/reef/variants/coral/mainboard.c
index 5e61a3a..503b01e 100644
--- a/src/mainboard/google/reef/variants/coral/mainboard.c
+++ b/src/mainboard/google/reef/variants/coral/mainboard.c
@@ -25,6 +25,10 @@
         SKU_1_ASTRONAUT = 1,
 	SKU_2_SANTA = 2,
 	SKU_3_SANTA = 3,
+	SKU_4_LAVA = 4,
+	SKU_5_LAVA = 5,
+	SKU_9_LAVA = 9,
+	SKU_10_LAVA = 10,
         SKU_61_ASTRONAUT = 61,
         SKU_62_ASTRONAUT = 62,
 	SKU_160_NASHER = 160,
@@ -74,6 +78,13 @@
 		cfg->usb2eye[1].Usb20PerPortPeTxiSet = 7;
 		cfg->usb2eye[1].Usb20PerPortTxiSet = 2;
 		break;
+	case SKU_4_LAVA:
+	case SKU_5_LAVA:
+	case SKU_9_LAVA:
+	case SKU_10_LAVA:
+		cfg->usb2eye[1].Usb20PerPortPeTxiSet = 7;
+		cfg->usb2eye[1].Usb20PerPortTxiSet = 2;
+		break;
         case SKU_61_ASTRONAUT:
         case SKU_62_ASTRONAUT:
 		cfg->usb2eye[1].Usb20PerPortPeTxiSet = 7;

-- 
To view, visit https://review.coreboot.org/22661
To unsubscribe, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I7416ec8d058271700ebe43f8d92af61c6c0d6b42
Gerrit-Change-Number: 22661
Gerrit-PatchSet: 1
Gerrit-Owner: Patrick Georgi <pgeorgi at google.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20171201/ff135eff/attachment.html>


More information about the coreboot-gerrit mailing list