Kane Chen has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/45641 )
Change subject: mb/google/zork: Add USB 2.0 strength for Woomax ......................................................................
mb/google/zork: Add USB 2.0 strength for Woomax
Add USB 2.0 setting: 1. USB 2.0 TypeC port0 0xf1333e13. 2. USB 2.0 TypeC port3 0xf1333e13.
BUG=None BRANCH=None TEST=emerge-zork coreboot chromeos-bootimage
Signed-off-by: Kane Chen kane_chen@pegatron.corp-partner.google.com Change-Id: I764238485a1a81eb0d4740ac58c80a43f965f550 --- M src/mainboard/google/zork/variants/woomax/overridetree.cb 1 file changed, 24 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/41/45641/1
diff --git a/src/mainboard/google/zork/variants/woomax/overridetree.cb b/src/mainboard/google/zork/variants/woomax/overridetree.cb index de39891..f6eb165 100644 --- a/src/mainboard/google/zork/variants/woomax/overridetree.cb +++ b/src/mainboard/google/zork/variants/woomax/overridetree.cb @@ -22,6 +22,30 @@ register "telemetry_vddcr_soc_offset" = "0"
# End : OPN Performance Configuration + #USB 2.0 strength + register "usb_2_port_tune_params[0]" = "{ + .com_pds_tune = 0x03, + .sq_rx_tune = 0x3, + .tx_fsls_tune = 0x3, + .tx_pre_emp_amp_tune = 0x03, + .tx_pre_emp_pulse_tune = 0x0, + .tx_rise_tune = 0x1, + .rx_vref_tune = 0xf, + .tx_hsxv_tune = 0x3, + .tx_res_tune = 0x01, + }" + + register "usb_2_port_tune_params[3]" = "{ + .com_pds_tune = 0x03, + .sq_rx_tune = 0x3, + .tx_fsls_tune = 0x3, + .tx_pre_emp_amp_tune = 0x03, + .tx_pre_emp_pulse_tune = 0x0, + .tx_rise_tune = 0x1, + .rx_vref_tune = 0xf, + .tx_hsxv_tune = 0x3, + .tx_res_tune = 0x01, + }"
# USB OC pin mapping register "usb_port_overcurrent_pin[2]" = "USB_OC_NONE" # NC
Kane Chen has uploaded a new patch set (#2). ( https://review.coreboot.org/c/coreboot/+/45641 )
Change subject: mb/google/zork: Add USB 2.0 strength for Woomax ......................................................................
mb/google/zork: Add USB 2.0 strength for Woomax
Add USB 2.0 setting: 1. USB 2.0 TypeC port0 0xf1333e13. 2. USB 2.0 TypeC port3 0xf1333e13.
BUG=b:169207729 BRANCH=None TEST=emerge-zork coreboot chromeos-bootimage
Signed-off-by: Kane Chen kane_chen@pegatron.corp-partner.google.com Change-Id: I764238485a1a81eb0d4740ac58c80a43f965f550 --- M src/mainboard/google/zork/variants/woomax/overridetree.cb 1 file changed, 24 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/41/45641/2
build bot (Jenkins) has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/45641 )
Change subject: mb/google/zork: Add USB 2.0 strength for Woomax ......................................................................
Patch Set 1:
(1 comment)
https://review.coreboot.org/c/coreboot/+/45641/1/src/mainboard/google/zork/v... File src/mainboard/google/zork/variants/woomax/overridetree.cb:
https://review.coreboot.org/c/coreboot/+/45641/1/src/mainboard/google/zork/v... PS1, Line 25: #USB 2.0 strength trailing whitespace
Hello build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/45641
to look at the new patch set (#3).
Change subject: mb/google/zork: Add USB 2.0 strength for Woomax ......................................................................
mb/google/zork: Add USB 2.0 strength for Woomax
Add USB 2.0 setting: 1. USB 2.0 TypeC port0 0xf1333e13. 2. USB 2.0 TypeC port3 0xf1333e13.
BUG=None BRANCH=None TEST=emerge-zork coreboot chromeos-bootimage
Signed-off-by: Kane Chen kane_chen@pegatron.corp-partner.google.com Change-Id: I764238485a1a81eb0d4740ac58c80a43f965f550 --- M src/mainboard/google/zork/variants/woomax/overridetree.cb 1 file changed, 24 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/41/45641/3
Hello build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/45641
to look at the new patch set (#4).
Change subject: mb/google/zork: Modify USB2.0 PHY parameters for improve usb eye diagram ......................................................................
mb/google/zork: Modify USB2.0 PHY parameters for improve usb eye diagram
Add USB 2.0 setting: 1. USB 2.0 TypeC port0: .com_pds_tune = 0x03, .sq_rx_tune = 0x3, .tx_fsls_tune = 0x3, .tx_pre_emp_amp_tune = 0x03, .tx_pre_emp_pulse_tune = 0x0, .tx_rise_tune = 0x1, .rx_vref_tune = 0xf, .tx_hsxv_tune = 0x3, .tx_res_tune = 0x01,
2. USB 2.0 TypeC port3: .com_pds_tune = 0x03, .sq_rx_tune = 0x3, .tx_fsls_tune = 0x3, .tx_pre_emp_amp_tune = 0x03, .tx_pre_emp_pulse_tune = 0x0, .tx_rise_tune = 0x1, .rx_vref_tune = 0xf, .tx_hsxv_tune = 0x3, .tx_res_tune = 0x01,
BUG=None BRANCH=None TEST=emerge-zork coreboot chromeos-bootimage
Signed-off-by: Kane Chen kane_chen@pegatron.corp-partner.google.com Change-Id: I764238485a1a81eb0d4740ac58c80a43f965f550 --- M src/mainboard/google/zork/variants/woomax/overridetree.cb 1 file changed, 24 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/41/45641/4
Aaron Durbin has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/45641 )
Change subject: mb/google/zork: Modify USB2.0 PHY parameters for improve usb eye diagram ......................................................................
Patch Set 4:
(1 comment)
https://review.coreboot.org/c/coreboot/+/45641/4//COMMIT_MSG Commit Message:
https://review.coreboot.org/c/coreboot/+/45641/4//COMMIT_MSG@7 PS4, Line 7: mb/google/zork: Modify USB2.0 PHY parameters for improve usb eye diagram You should mention this is for woomax in the subject.
Eric Peers has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/45641 )
Change subject: mb/google/zork: Modify USB2.0 PHY parameters for improve usb eye diagram ......................................................................
Patch Set 4:
(2 comments)
https://review.coreboot.org/c/coreboot/+/45641/4//COMMIT_MSG Commit Message:
https://review.coreboot.org/c/coreboot/+/45641/4//COMMIT_MSG@32 PS4, Line 32: BUG=None BUG=b:169207729
https://review.coreboot.org/c/coreboot/+/45641/4//COMMIT_MSG@33 PS4, Line 33: BRANCH=None Need a BRANCH=zork to ensure it gets cherry-picked to the firmware branch when landing at chromium
Hello build bot (Jenkins), Martin Roth, Furquan Shaikh, Aaron Durbin,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/45641
to look at the new patch set (#5).
Change subject: mb/google/zork: Modify USB2.0 PHY parameters for improve usb eye diagram ......................................................................
mb/google/zork: Modify USB2.0 PHY parameters for improve usb eye diagram
Add USB 2.0 setting: 1. USB 2.0 TypeC port0: .com_pds_tune = 0x03, .sq_rx_tune = 0x3, .tx_fsls_tune = 0x3, .tx_pre_emp_amp_tune = 0x03, .tx_pre_emp_pulse_tune = 0x0, .tx_rise_tune = 0x1, .rx_vref_tune = 0xf, .tx_hsxv_tune = 0x3, .tx_res_tune = 0x01,
2. USB 2.0 TypeC port3: .com_pds_tune = 0x03, .sq_rx_tune = 0x3, .tx_fsls_tune = 0x3, .tx_pre_emp_amp_tune = 0x03, .tx_pre_emp_pulse_tune = 0x0, .tx_rise_tune = 0x1, .rx_vref_tune = 0xf, .tx_hsxv_tune = 0x3, .tx_res_tune = 0x01,
BUG=b:169207729 BRANCH=zork TEST=emerge-zork coreboot chromeos-bootimage
Signed-off-by: Kane Chen kane_chen@pegatron.corp-partner.google.com Change-Id: I764238485a1a81eb0d4740ac58c80a43f965f550 --- M src/mainboard/google/zork/variants/woomax/overridetree.cb 1 file changed, 24 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/41/45641/5
Hello build bot (Jenkins), Martin Roth, Furquan Shaikh, Aaron Durbin,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/45641
to look at the new patch set (#6).
Change subject: mb/google/zork: Modify USB 2.0 PHY parameters for Woomax ......................................................................
mb/google/zork: Modify USB 2.0 PHY parameters for Woomax
Modify USB 2.0 PHY parameters for improve usb eye diagram. 1. USB 2.0 TypeC port0: .com_pds_tune = 0x03, .sq_rx_tune = 0x3, .tx_fsls_tune = 0x3, .tx_pre_emp_amp_tune = 0x03, .tx_pre_emp_pulse_tune = 0x0, .tx_rise_tune = 0x1, .rx_vref_tune = 0xf, .tx_hsxv_tune = 0x3, .tx_res_tune = 0x01,
2. USB 2.0 TypeC port3: .com_pds_tune = 0x03, .sq_rx_tune = 0x3, .tx_fsls_tune = 0x3, .tx_pre_emp_amp_tune = 0x03, .tx_pre_emp_pulse_tune = 0x0, .tx_rise_tune = 0x1, .rx_vref_tune = 0xf, .tx_hsxv_tune = 0x3, .tx_res_tune = 0x01,
BUG=b:169207729 BRANCH=zork TEST=emerge-zork coreboot chromeos-bootimage
Signed-off-by: Kane Chen kane_chen@pegatron.corp-partner.google.com Change-Id: I764238485a1a81eb0d4740ac58c80a43f965f550 --- M src/mainboard/google/zork/variants/woomax/overridetree.cb 1 file changed, 24 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/41/45641/6
Kane Chen has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/45641 )
Change subject: mb/google/zork: Modify USB 2.0 PHY parameters for Woomax ......................................................................
Patch Set 6: Code-Review+1
(3 comments)
https://review.coreboot.org/c/coreboot/+/45641/4//COMMIT_MSG Commit Message:
https://review.coreboot.org/c/coreboot/+/45641/4//COMMIT_MSG@7 PS4, Line 7: mb/google/zork: Modify USB2.0 PHY parameters for improve usb eye diagram
You should mention this is for woomax in the subject.
Done
https://review.coreboot.org/c/coreboot/+/45641/4//COMMIT_MSG@32 PS4, Line 32: BUG=None
BUG=b:169207729
Done
https://review.coreboot.org/c/coreboot/+/45641/4//COMMIT_MSG@33 PS4, Line 33: BRANCH=None
Need a BRANCH=zork to ensure it gets cherry-picked to the firmware branch when landing at chromium
Done
Aaron Durbin has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/45641 )
Change subject: mb/google/zork: Modify USB 2.0 PHY parameters for Woomax ......................................................................
Patch Set 6: Code-Review+2
Aaron Durbin has submitted this change. ( https://review.coreboot.org/c/coreboot/+/45641 )
Change subject: mb/google/zork: Modify USB 2.0 PHY parameters for Woomax ......................................................................
mb/google/zork: Modify USB 2.0 PHY parameters for Woomax
Modify USB 2.0 PHY parameters for improve usb eye diagram. 1. USB 2.0 TypeC port0: .com_pds_tune = 0x03, .sq_rx_tune = 0x3, .tx_fsls_tune = 0x3, .tx_pre_emp_amp_tune = 0x03, .tx_pre_emp_pulse_tune = 0x0, .tx_rise_tune = 0x1, .rx_vref_tune = 0xf, .tx_hsxv_tune = 0x3, .tx_res_tune = 0x01,
2. USB 2.0 TypeC port3: .com_pds_tune = 0x03, .sq_rx_tune = 0x3, .tx_fsls_tune = 0x3, .tx_pre_emp_amp_tune = 0x03, .tx_pre_emp_pulse_tune = 0x0, .tx_rise_tune = 0x1, .rx_vref_tune = 0xf, .tx_hsxv_tune = 0x3, .tx_res_tune = 0x01,
BUG=b:169207729 BRANCH=zork TEST=emerge-zork coreboot chromeos-bootimage
Signed-off-by: Kane Chen kane_chen@pegatron.corp-partner.google.com Change-Id: I764238485a1a81eb0d4740ac58c80a43f965f550 Reviewed-on: https://review.coreboot.org/c/coreboot/+/45641 Reviewed-by: Aaron Durbin adurbin@chromium.org Tested-by: build bot (Jenkins) no-reply@coreboot.org --- M src/mainboard/google/zork/variants/woomax/overridetree.cb 1 file changed, 24 insertions(+), 0 deletions(-)
Approvals: build bot (Jenkins): Verified Aaron Durbin: Looks good to me, approved Kane Chen: Looks good to me, but someone else must approve
diff --git a/src/mainboard/google/zork/variants/woomax/overridetree.cb b/src/mainboard/google/zork/variants/woomax/overridetree.cb index de39891..d1c5507 100644 --- a/src/mainboard/google/zork/variants/woomax/overridetree.cb +++ b/src/mainboard/google/zork/variants/woomax/overridetree.cb @@ -22,6 +22,30 @@ register "telemetry_vddcr_soc_offset" = "0"
# End : OPN Performance Configuration + #USB 2.0 strength + register "usb_2_port_tune_params[0]" = "{ + .com_pds_tune = 0x03, + .sq_rx_tune = 0x3, + .tx_fsls_tune = 0x3, + .tx_pre_emp_amp_tune = 0x03, + .tx_pre_emp_pulse_tune = 0x0, + .tx_rise_tune = 0x1, + .rx_vref_tune = 0xf, + .tx_hsxv_tune = 0x3, + .tx_res_tune = 0x01, + }" + + register "usb_2_port_tune_params[3]" = "{ + .com_pds_tune = 0x03, + .sq_rx_tune = 0x3, + .tx_fsls_tune = 0x3, + .tx_pre_emp_amp_tune = 0x03, + .tx_pre_emp_pulse_tune = 0x0, + .tx_rise_tune = 0x1, + .rx_vref_tune = 0xf, + .tx_hsxv_tune = 0x3, + .tx_res_tune = 0x01, + }"
# USB OC pin mapping register "usb_port_overcurrent_pin[2]" = "USB_OC_NONE" # NC
Rob Barnes has created a revert of this change. ( https://review.coreboot.org/c/coreboot/+/45641 )
Change subject: mb/google/zork: Modify USB 2.0 PHY parameters for Woomax ......................................................................