[openfirmware] [commit] r3760 - dev/olpc/dcon

repository service svn at openfirmware.info
Thu Jan 8 23:12:44 CET 2015


Author: quozl
Date: Thu Jan  8 23:12:44 2015
New Revision: 3760
URL: http://tracker.coreboot.org/trac/openfirmware/changeset/3760

Log:
OLPC XO-4 - dcon-setup, order of register writes found to be important, on affected units in factory.  See also r3758.  #12852.

Modified:
   dev/olpc/dcon/mmp2dcon.fth

Modified: dev/olpc/dcon/mmp2dcon.fth
==============================================================================
--- dev/olpc/dcon/mmp2dcon.fth	Wed Jan  7 06:40:31 2015	(r3759)
+++ dev/olpc/dcon/mmp2dcon.fth	Thu Jan  8 23:12:44 2015	(r3760)
@@ -237,10 +237,10 @@
    h# 0101  h# 41 dcon!
    h# 0101  h# 42 dcon!
 
+   h# 12 mode!
 [ifdef] mmp3
    h# 1830  h# 4c dcon!   \ low drive strength for DETTL clock and data
 [then]
-   h# 12 mode!
    scanint-set
    false
 ;



More information about the openfirmware mailing list