Lean Sheng Tan has submitted this change. ( https://review.coreboot.org/c/coreboot/+/72610 )
(
1 is the latest approved patch-set. No files were changed between the latest approved patch-set and the submitted one. )Change subject: mb/prodrive/atlas/data.vbt: Fix VBT lane count ......................................................................
mb/prodrive/atlas/data.vbt: Fix VBT lane count
Currently there is a problem, where two Displayports are not working. To be precise: TCP0 and TCP1 (Type-C Port 0/1) are not working.
Setting the lane count of the TCP0 and TCP1 to x1 works fine. Setting the lane count of the TCP0 and TCP1 to x2 does not work. Setting the lane count of the TCP0 and TCP1 to x4 does not work. The reason for that is currently unknown.
This change sets the lane count of the TCP0 and TCP1 Port to x1 length in the VBT binary.
Signed-off-by: Maximilian Brune maximilian.brune@9elements.com Change-Id: I182b528275152bf5adcb01a56816afd65674aed3 Signed-off-by: Maximilian Brune maximilian.brune@9elements.com Reviewed-on: https://review.coreboot.org/c/coreboot/+/72610 Reviewed-by: Lean Sheng Tan sheng.tan@9elements.com Tested-by: build bot (Jenkins) no-reply@coreboot.org --- M src/mainboard/prodrive/atlas/data.vbt 1 file changed, 25 insertions(+), 0 deletions(-)
Approvals: build bot (Jenkins): Verified Lean Sheng Tan: Looks good to me, approved
diff --git a/src/mainboard/prodrive/atlas/data.vbt b/src/mainboard/prodrive/atlas/data.vbt index 9c4aa8a..da78bfc 100644 --- a/src/mainboard/prodrive/atlas/data.vbt +++ b/src/mainboard/prodrive/atlas/data.vbt Binary files differ