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

repository service svn at openfirmware.info
Tue Sep 4 20:07:11 CEST 2012


Author: wmb
Date: Tue Sep  4 20:07:11 2012
New Revision: 3282
URL: http://tracker.coreboot.org/trac/openfirmware/changeset/3282

Log:
OLPC XO-4 - Increased the temporary suspend power threshold to 500 mW to cover boards with different VCore settings.

Modified:
   cpu/arm/mmp2/rtc.fth

Modified: cpu/arm/mmp2/rtc.fth
==============================================================================
--- cpu/arm/mmp2/rtc.fth	Tue Sep  4 19:38:42 2012	(r3281)
+++ cpu/arm/mmp2/rtc.fth	Tue Sep  4 20:07:11 2012	(r3282)
@@ -57,7 +57,7 @@
 d# -250 constant suspend-power-limit
 [ifdef] mmp3
    .( mmp2/rtc.fth: Temporarily increasing suspend-power-limit) cr
-   d# -400 to suspend-power-limit
+   d# -500 to suspend-power-limit
 [then]
 
 : s3-selftest  ( -- error? )



More information about the openfirmware mailing list