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

repository service svn at openfirmware.info
Thu Feb 3 21:05:52 CET 2011


Author: wmb
Date: Thu Feb  3 21:05:52 2011
New Revision: 2168
URL: http://tracker.coreboot.org/trac/openfirmware/changeset/2168

Log:
OLPC XO-1 - restart after botched resume, instead of interacting.  The problem happens extremely infrequently, so there is no longer any interest in debugging it (it's probably an obscure race condition between OS shutdown and power-button-to-suspend handling).

Modified:
   cpu/x86/pc/olpc/fw.bth

Modified: cpu/x86/pc/olpc/fw.bth
==============================================================================
--- cpu/x86/pc/olpc/fw.bth	Thu Feb  3 08:00:20 2011	(r2167)
+++ cpu/x86/pc/olpc/fw.bth	Thu Feb  3 21:05:52 2011	(r2168)
@@ -603,9 +603,9 @@
 : ?resume-botch
    h# 1454 pl@ 2 and  if
       red-letters
-      ." Interacting due to botched resume" cr
+      ." Restarting due to botched resume" cr
       black-letters
-      hex interact
+      bye
    then
 ;
 



More information about the openfirmware mailing list