summaryrefslogtreecommitdiff
path: root/src/mainboard/amd/union_station/PlatformGnbPcie.c
diff options
context:
space:
mode:
authorFrank Vibrans <frank.vibrans@se-eng.com>2012-03-13 11:02:04 -0600
committerPeter Stuge <peter@stuge.se>2012-03-13 18:39:37 +0100
commit5efe10a637a65a61eb1823bcb33ffacb7ea22d55 (patch)
treec741810827991ac5c7bbc5d7c3fcd70e3d84a26f /src/mainboard/amd/union_station/PlatformGnbPcie.c
parent2fc955ebc0e39f063935a51574663c9198b16bcc (diff)
downloadcoreboot-5efe10a637a65a61eb1823bcb33ffacb7ea22d55.tar.xz
Union Station: Fixes to turn on HDMI
This commit includes the changes to enable the HDMI on Union Station. The changes switch the output from the display port to the HDMI. Change-Id: I4e15ff6db7d056f156791ff1406d4bae35ff2767 Signed-off-by: Frank Vibrans <frank.vibrans@se-eng.com> Reviewed-on: http://review.coreboot.org/788 Tested-by: build bot (Jenkins) Reviewed-by: Peter Stuge <peter@stuge.se>
Diffstat (limited to 'src/mainboard/amd/union_station/PlatformGnbPcie.c')
-rw-r--r--src/mainboard/amd/union_station/PlatformGnbPcie.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mainboard/amd/union_station/PlatformGnbPcie.c b/src/mainboard/amd/union_station/PlatformGnbPcie.c
index b0389b82d9..f1f06a8ee2 100644
--- a/src/mainboard/amd/union_station/PlatformGnbPcie.c
+++ b/src/mainboard/amd/union_station/PlatformGnbPcie.c
@@ -95,14 +95,14 @@ PCIe_DDI_DESCRIPTOR DdiList [] = {
0, //Descriptor flags
PCIE_ENGINE_DATA_INITIALIZER (PcieDdiEngine, 8, 11),
//PCIE_DDI_DATA_INITIALIZER (ConnectorTypeDP, Aux1, Hdp1)
- {ConnectorTypeDP, Aux1, Hdp1}
+ {ConnectorTypeHDMI, Aux1, Hdp1}
},
// Initialize Ddi descriptor (DDI interface Lanes 12:15, DdB, ...)
{
DESCRIPTOR_TERMINATE_LIST, //Descriptor flags !!!IMPORTANT!!! Terminate last element of array
PCIE_ENGINE_DATA_INITIALIZER (PcieDdiEngine, 12, 15),
//PCIE_DDI_DATA_INITIALIZER (ConnectorTypeDP, Aux2, Hdp2)
- {ConnectorTypeDP, Aux2, Hdp2}
+ {ConnectorTypeHDMI, Aux2, Hdp2}
}
};