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

repository service svn at openfirmware.info
Thu Nov 25 05:53:29 CET 2010


Author: wmb
Date: Thu Nov 25 05:53:28 2010
New Revision: 2040
URL: http://tracker.coreboot.org/trac/openfirmware/changeset/2040

Log:
OLPC XO-1.75 DCON driver - freeze is now a no-op because, lacking frame storage, it doesn't work on this hardware.

Modified:
   dev/olpc/dcon/mmp2dcon.fth

Modified: dev/olpc/dcon/mmp2dcon.fth
==============================================================================
--- dev/olpc/dcon/mmp2dcon.fth	Thu Nov 25 03:40:12 2010	(r2039)
+++ dev/olpc/dcon/mmp2dcon.fth	Thu Nov 25 05:53:28 2010	(r2040)
@@ -89,6 +89,7 @@
       dcon-load  \ Put the DCON in VGA-refreshed mode
       d# 25 ms   \ Ensure that that DCON sees the DCONLOAD high
 \      display-on
+[ifdef] notdef
    else
       begin                             ( )
          dcon-unload  \ Put the DCON in self-refresh mode
@@ -99,6 +100,7 @@
          dcon-load  d# 25 ms            ( )
       repeat                            ( )
    then
+[then]
 ;
 
 \ gx_configure_tft(info);



More information about the openfirmware mailing list