From c288f690dfa20e633fd0a8a27fd8ea721ffdd215 Mon Sep 17 00:00:00 2001 From: Mutha Date: Wed, 17 Mar 2021 10:47:58 +0530 Subject: [PATCH] [TGL-U] Aligned with IOTG BIOS for lp4 vbt update. vbt table update is aligned with bios. Signed-off-by: Mutha --- .../Library/Stage2BoardInitLib/Stage2BoardInitLib.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Platform/TigerlakeBoardPkg/Library/Stage2BoardInitLib/Stage2BoardInitLib.c b/Platform/TigerlakeBoardPkg/Library/Stage2BoardInitLib/Stage2BoardInitLib.c index 4ae17601..0ada48e9 100644 --- a/Platform/TigerlakeBoardPkg/Library/Stage2BoardInitLib/Stage2BoardInitLib.c +++ b/Platform/TigerlakeBoardPkg/Library/Stage2BoardInitLib/Stage2BoardInitLib.c @@ -805,10 +805,10 @@ TglULpDdr4GopVbtSpecificUpdate( IN CHILD_STRUCT **ChildStructPtr ) { - ChildStructPtr[1]->DeviceClass = eDP_ONLY; - ChildStructPtr[1]->DVOPort = DISPLAY_PORT_B; - ChildStructPtr[1]->AUX_Channel = AUX_CHANNEL_B; - ChildStructPtr[2]->DeviceClass = NO_DEVICE; + ChildStructPtr[2]->DeviceClass = DISPLAY_PORT_HDMI_DVI_COMPATIBLE; + ChildStructPtr[2]->DVOPort = DISPLAY_PORT_B; + ChildStructPtr[2]->AUX_Channel = AUX_CHANNEL_B; + ChildStructPtr[2]->DDCBus = 0x2; } //Initialize Platform Igd OpRegion