[openfirmware] [commit] r2860 - cpu/x86/pc/olpc/via

repository service svn at openfirmware.info
Mon Feb 13 07:58:27 CET 2012


Author: quozl
Date: Mon Feb 13 07:58:27 2012
New Revision: 2860
URL: http://tracker.coreboot.org/trac/openfirmware/changeset/2860

Log:
OLPC XO-1.5 - start the automatic test menu on game key detection, and increment the #mfgtests variable for each added icon, fixes #11423 for XO-1.5

Modified:
   cpu/x86/pc/olpc/via/fw.bth
   cpu/x86/pc/olpc/via/mfgtest.fth

Modified: cpu/x86/pc/olpc/via/fw.bth
==============================================================================
--- cpu/x86/pc/olpc/via/fw.bth	Fri Feb 10 23:16:43 2012	(r2859)
+++ cpu/x86/pc/olpc/via/fw.bth	Mon Feb 13 07:58:27 2012	(r2860)
@@ -629,7 +629,7 @@
 : ?diags  ( -- )
    rocker-left game-key?  if
       protect-fw
-      text-on  " test-all" ['] eval guarded
+      text-on  ['] gamekey-auto-menu guarded
       ." Tests complete - powering off" cr  d# 5000 ms  power-off
    then
 ;

Modified: cpu/x86/pc/olpc/via/mfgtest.fth
==============================================================================
--- cpu/x86/pc/olpc/via/mfgtest.fth	Fri Feb 10 23:16:43 2012	(r2859)
+++ cpu/x86/pc/olpc/via/mfgtest.fth	Mon Feb 13 07:58:27 2012	(r2860)
@@ -123,6 +123,7 @@
    then
    cur-row  cur-col  install-icon
    cur-col++
+   #mfgtests++
 ;
 
 : mfg-test-autorunner  ( -- )  \ Unattended autorun of all tests



More information about the openfirmware mailing list