Author: wmb Date: Sat Oct 22 05:39:50 2011 New Revision: 2628 URL: http://tracker.coreboot.org/trac/openfirmware/changeset/2628
Log: OLPC XO-1.75 - Shorten memory test in SMT mode per Quanta's request.
Modified: cpu/arm/olpc/1.75/fw.bth
Modified: cpu/arm/olpc/1.75/fw.bth ============================================================================== --- cpu/arm/olpc/1.75/fw.bth Sat Oct 22 05:39:37 2011 (r2627) +++ cpu/arm/olpc/1.75/fw.bth Sat Oct 22 05:39:50 2011 (r2628) @@ -193,17 +193,18 @@
\ Suppress long memory test at final test stage dev /memory -defer old-diagnostic-mode? +0 value old-diag-switch? : not-final-test? ( -- flag ) final-test? if false exit then - old-diagnostic-mode? + smt-test? if false exit then + old-diag-switch? ; warning @ warning off : selftest ( -- error? ) - ['] (diagnostic-mode?) behavior to old-diagnostic-mode? - ['] not-final-test? to (diagnostic-mode?) + diag-switch? to old-diag-switch? + not-final-test? to diag-switch? selftest - ['] old-diagnostic-mode? behavior to (diagnostic-mode?) + old-diag-switch? to diag-switch? ; warning ! device-end
openfirmware@openfirmware.info