Author: rsmith Date: 2009-12-15 03:46:02 +0100 (Tue, 15 Dec 2009) New Revision: 1606
Modified: cpu/x86/pc/olpc/via/runin.fth Log: OLPC 1.5: Override the final LCD tests with this until we change it in the firmware
Modified: cpu/x86/pc/olpc/via/runin.fth =================================================================== --- cpu/x86/pc/olpc/via/runin.fth 2009-12-15 00:10:05 UTC (rev 1605) +++ cpu/x86/pc/olpc/via/runin.fth 2009-12-15 02:46:02 UTC (rev 1606) @@ -317,4 +317,21 @@ power-off ;
+\ Override the display self test +dev /display + +warning @ warning off +: selftest ( -- error? ) + depth d# 16 < if false exit then + + .vertical-bars16 wait + hgradient + + confirm-selftest? +; + +device-end + +warning ! + after-runin