tgl boards: Configure retimer Aux orientation

In order to create a working baseline all ports are being set to have
retimers. Setting the TcssAuxOri UPD to 0 in order for the SoC to not
misconfigure the ports. Volteer will need some additional changes after
this is implemented to account for ports that do not have a retimer.

This setting is in the process of being documented in the TGL EDS and we
can update once it is fully understood what this setting is changing on
the SOC side.

BUG=b:145943811
BRANCH=none
TEST=Boot to OS and check Type-C port1 Display on Volteer,
Connecting Type-c display should work regardless of Type-c cable
orientation.

Change-Id: I29eb0513299126ad8d1ee11ded2c771f28ad13f3
Signed-off-by: Brandon Breitenstein <brandon.breitenstein@intel.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/39460
Reviewed-by: Wonkyu Kim <wonkyu.kim@intel.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
Brandon Breitenstein 2020-03-11 16:16:16 -07:00 committed by Patrick Georgi
parent fc932374a2
commit 91dddd47b3
3 changed files with 7 additions and 0 deletions

View File

@ -127,6 +127,7 @@ chip soc/intel/tigerlake
# TCSS USB3 # TCSS USB3
register "TcssXhciEn" = "1" register "TcssXhciEn" = "1"
register "TcssAuxOri" = "0"
# DP port # DP port
register "DdiPortAConfig" = "1" # eDP register "DdiPortAConfig" = "1" # eDP

View File

@ -103,6 +103,9 @@ chip soc/intel/tigerlake
[PchSerialIoIndexUART2] = PchSerialIoPci, [PchSerialIoIndexUART2] = PchSerialIoPci,
}" }"
# TCSS USB3
register "TcssAuxOri" = "0"
#HD Audio #HD Audio
register "PchHdaDspEnable" = "1" register "PchHdaDspEnable" = "1"
register "PchHdaAudioLinkHdaEnable" = "0" register "PchHdaAudioLinkHdaEnable" = "0"

View File

@ -99,6 +99,9 @@ chip soc/intel/tigerlake
[PchSerialIoIndexUART2] = PchSerialIoPci, [PchSerialIoIndexUART2] = PchSerialIoPci,
}" }"
# TCSS USB3
register "TcssAuxOri" = "0"
#HD Audio #HD Audio
register "PchHdaDspEnable" = "1" register "PchHdaDspEnable" = "1"
register "PchHdaAudioLinkHdaEnable" = "0" register "PchHdaAudioLinkHdaEnable" = "0"