[OpenBIOS] r718 - cpu/x86/pc/olpc

svn at openbios.org svn at openbios.org
Wed Nov 7 08:56:38 CET 2007


Author: wmb
Date: 2007-11-07 08:56:38 +0100 (Wed, 07 Nov 2007)
New Revision: 718

Modified:
   cpu/x86/pc/olpc/fw.bth
Log:
OLPC trac 4702 - added "Tests complete - powering off" message to selftest sequence.



Modified: cpu/x86/pc/olpc/fw.bth
===================================================================
--- cpu/x86/pc/olpc/fw.bth	2007-11-07 07:52:07 UTC (rev 717)
+++ cpu/x86/pc/olpc/fw.bth	2007-11-07 07:56:38 UTC (rev 718)
@@ -497,7 +497,8 @@
 ;
 : ?diags  ( -- )
    rocker-left game-key?  if
-      text-on  " test-all" eval  d# 10000 ms  power-off
+      text-on  " test-all" eval
+      ." Tests complete - powering off" cr  d# 5000 ms  power-off
    then
 ;
 : ?fs-update  ( -- )




More information about the OpenBIOS mailing list