[openfirmware] [commit] r3680 - cpu/arm/mmp3

repository service svn at openfirmware.info
Mon Jun 24 05:07:13 CEST 2013


Author: quozl
Date: Mon Jun 24 05:07:13 2013
New Revision: 3680
URL: http://tracker.coreboot.org/trac/openfirmware/changeset/3680

Log:
OLPC XO-4 - fix HDMI PLL configuration again, reversing sign.  Redo of r3676, based on kernel git hash f655fe50298685eb724b2b8390942db6de9e3648.  Marvell's documentation of the sign bit was wrong.  By John Watlington.

Modified:
   cpu/arm/mmp3/hdmi.fth

Modified: cpu/arm/mmp3/hdmi.fth
==============================================================================
--- cpu/arm/mmp3/hdmi.fth	Fri Jun 21 10:09:14 2013	(r3679)
+++ cpu/arm/mmp3/hdmi.fth	Mon Jun 24 05:07:13 2013	(r3680)
@@ -80,12 +80,12 @@
   decimal
 \  0     1           2     3    4       5
 \  f  post      offset    fb  ref    kvco
-  25 ,   3 ,  h# 0171d ,  39 ,  0 ,  h# 2 ,
-  27 ,   3 ,  h# 02710 ,  42 ,  0 ,  h# 2 , 
-  54 ,   2 ,  h# 02710 ,  42 ,  0 ,  h# 2 , 
-  74 ,   2 ,  h# 107e8 ,  57 ,  0 ,  h# 4 ,
- 108 ,   1 ,  h# 0247d ,  42 ,  0 ,  h# 2 , 
- 148 ,   1 ,  h# 107e8 ,  57 ,  0 ,  h# 4 ,
+  25 ,   3 ,  h# 1171d ,  39 ,  0 ,  h# 2 ,
+  27 ,   3 ,  h# 12710 ,  42 ,  0 ,  h# 2 ,
+  54 ,   2 ,  h# 12710 ,  42 ,  0 ,  h# 2 ,
+  74 ,   2 ,  h# 007e8 ,  57 ,  0 ,  h# 4 ,
+ 108 ,   1 ,  h# 1247d ,  42 ,  0 ,  h# 2 ,
+ 148 ,   1 ,  h# 007e8 ,  57 ,  0 ,  h# 4 ,
   -1 ,
 hex
 



More information about the openfirmware mailing list