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? ;