[openfirmware] [commit] r2662 - cpu/arm/mmp2

repository service svn at openfirmware.info
Tue Nov 1 09:01:37 CET 2011


Author: quozl
Date: Tue Nov  1 09:01:36 2011
New Revision: 2662
URL: http://tracker.coreboot.org/trac/openfirmware/changeset/2662

Log:
OLPC XO-1.75 - fix junk on stack after select /accelerometer

Modified:
   cpu/arm/mmp2/twsi.fth

Modified: cpu/arm/mmp2/twsi.fth
==============================================================================
--- cpu/arm/mmp2/twsi.fth	Tue Nov  1 06:37:37 2011	(r2661)
+++ cpu/arm/mmp2/twsi.fth	Tue Nov  1 09:01:36 2011	(r2662)
@@ -186,6 +186,7 @@
         d# 12,600,000  swap /  h# 1ff min  h# 7e max
         lcr@ h# ffff.ff00 and  or  lcr!
     else
+        drop
         set-bus-fast
         lcr@ h# ffff.00ff and  h# 0000.1d00 or  lcr!
     then



More information about the openfirmware mailing list