Author: pgf Date: 2009-12-14 11:03:24 +0100 (Mon, 14 Dec 2009) New Revision: 1597
Modified: cpu/x86/pc/olpc/via/assy.fth Log: unfreeze screen, differentiate two identical error messages, and add missing parameter to execute-downloads
Modified: cpu/x86/pc/olpc/via/assy.fth =================================================================== --- cpu/x86/pc/olpc/via/assy.fth 2009-12-14 10:01:05 UTC (rev 1596) +++ cpu/x86/pc/olpc/via/assy.fth 2009-12-14 10:03:24 UTC (rev 1597) @@ -1,5 +1,7 @@ \ Manufacturing test boot script for ASSY state
+visible + : swid$ ( -- adr len ) " OFW ASSY test $Revision$" ;
\ Location of the files containing KA tag data @@ -31,7 +33,7 @@ : check-smt-status ( -- ) " SS" find-tag 0= abort" Board failed SMT !!!" ( adr len ) -null ( adr len' ) - " EN" $= 0= abort" Board failed SMT !!!" ( ) + " EN" $= 0= abort" Board failed SMT !!!!" ( ) ;
: fwver$ ( -- adr len ) h# ffff.ffc6 6 ; @@ -207,7 +209,7 @@ cifs-connect assy-tag-exchange cifs-disconnect ." Done" cr
- execute-downloads + response$ execute-downloads inject-tags
." Powering off ..." d# 2000 ms
openfirmware@openfirmware.info