[openfirmware] [commit] r1746 - cpu/x86/pc/olpc

repository service svn at openfirmware.info
Tue Feb 16 19:42:17 CET 2010


Author: wmb
Date: Tue Feb 16 19:42:17 2010
New Revision: 1746
URL: http://tracker.coreboot.org/trac/openfirmware/changeset/1746

Log:
Memory selftest - Changed suspend/resume sub-test to do only one pass.

Modified:
   cpu/x86/pc/olpc/rtcwake.fth

Modified: cpu/x86/pc/olpc/rtcwake.fth
==============================================================================
--- cpu/x86/pc/olpc/rtcwake.fth	Tue Feb 16 08:41:37 2010	(r1745)
+++ cpu/x86/pc/olpc/rtcwake.fth	Tue Feb 16 19:42:17 2010	(r1746)
@@ -120,9 +120,7 @@
    \ on the operator.
    ." Testing S3 suspend/resume"  cr
    rtc-alarm-delay  >r
-   ." Sleeping for 1 second .. "   1 to rtc-alarm-delay  pm-sleep-rtc  cr
    ." Sleeping for 4 seconds .. "  4 to rtc-alarm-delay  pm-sleep-rtc  cr
-   ." Sleeping for 8 seconds .. "  8 to rtc-alarm-delay  pm-sleep-rtc  cr
    r> to rtc-alarm-delay
    false
 ;



More information about the openfirmware mailing list