[coreboot] New patch to review for coreboot: 1fed36e AMD/Persimmon: DP0 is connected to a LVDS connector

Dave Frodin (dave.frodin@se-eng.com) gerrit at coreboot.org
Wed Jan 23 20:15:55 CET 2013


Dave Frodin (dave.frodin at se-eng.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/2188

-gerrit

commit 1fed36e5a754afb7d78d5720d261414e31db8289
Author: Dave Frodin <dave.frodin at se-eng.com>
Date:   Wed Jan 23 11:49:17 2013 -0700

    AMD/Persimmon: DP0 is connected to a LVDS connector
    
    This change is required in order to use a LVDS panel
    attached to the LVDS connector.
    
    Change-Id: Id97c233f964151b6515bd46c797425d0e6690cbd
    Signed-off-by: Dave Frodin <dave.frodin at se-eng.com>
---
 3rdparty                                      | 2 +-
 src/mainboard/amd/persimmon/PlatformGnbPcie.c | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/3rdparty b/3rdparty
index 4c0dcf9..7eb78b1 160000
--- a/3rdparty
+++ b/3rdparty
@@ -1 +1 @@
-Subproject commit 4c0dcf96ae73ba31bf9aa689768a5ecd47bac19e
+Subproject commit 7eb78b1109242653c60cccd741951dcb58f51cec
diff --git a/src/mainboard/amd/persimmon/PlatformGnbPcie.c b/src/mainboard/amd/persimmon/PlatformGnbPcie.c
index bdfcb66..5697d60 100644
--- a/src/mainboard/amd/persimmon/PlatformGnbPcie.c
+++ b/src/mainboard/amd/persimmon/PlatformGnbPcie.c
@@ -103,7 +103,7 @@ PCIe_DDI_DESCRIPTOR DdiList [] = {
 			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}
+			{ConnectorTypeLvds, Aux2, Hdp2}
 		}
 };
 



More information about the coreboot mailing list