Dave Frodin ([email protected]) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/2188
-gerrit commit 21da30f5a402ef916e672b54530948aa8c5c1d6c Author: Dave Frodin <[email protected]> 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 <[email protected]> --- src/mainboard/amd/persimmon/PlatformGnbPcie.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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} } }; -- coreboot mailing list: [email protected] http://www.coreboot.org/mailman/listinfo/coreboot

