[openfirmware] [commit] r3564 - cpu/arm/olpc

repository service svn at openfirmware.info
Wed Feb 20 05:37:54 CET 2013


Author: quozl
Date: Wed Feb 20 05:37:53 2013
New Revision: 3564
URL: http://tracker.coreboot.org/trac/openfirmware/changeset/3564

Log:
OLPC ARM - memtest, did not reset diag-switch? and led to net boot, #12564.

Modified:
   cpu/arm/olpc/probemem.fth

Modified: cpu/arm/olpc/probemem.fth
==============================================================================
--- cpu/arm/olpc/probemem.fth	Wed Feb 20 03:46:23 2013	(r3563)
+++ cpu/arm/olpc/probemem.fth	Wed Feb 20 05:37:53 2013	(r3564)
@@ -132,11 +132,12 @@
 device-end
 
 : memtest  ( -- )
-   true to diag-switch?
+   diag-switch? >r  true to diag-switch?
    1  begin                       ( pass# )
       ." Pass " dup .d  cr  1+    ( pass# )
       " /memory" test-dev         ( pass# )
    key? until                     ( pass# )
    key drop                       ( pass# )
    drop                           ( )
+   r> to diag-switch?
 ;



More information about the openfirmware mailing list