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? )
openfirmware@openfirmware.info