Author: wmb Date: 2009-12-15 09:53:07 +0100 (Tue, 15 Dec 2009) New Revision: 1612
Modified: cpu/x86/pc/olpc/via/runin.fth Log: Via manufacturing tests - corrected error in clock display, commented out call to "verify-rtc-date" until factory NTP servers get synced, reordered "warning !" vs "device-end" for proper nesting.
Modified: cpu/x86/pc/olpc/via/runin.fth =================================================================== --- cpu/x86/pc/olpc/via/runin.fth 2009-12-15 05:26:00 UTC (rev 1611) +++ cpu/x86/pc/olpc/via/runin.fth 2009-12-15 08:53:07 UTC (rev 1612) @@ -183,7 +183,7 @@ d# 4 constant rtc-threshold : .clocks ( -- ) ntp>time&date time&date - ." RTC: " .clock ." NTP: " .clock + ." RTC: " .date space .time cr ." NTP: " .date space .time cr ; : verify-rtc-date ( -- ) \ XXX check RTC power lost bit @@ -265,7 +265,7 @@
get-info
- verify-rtc-date +\ verify-rtc-date
." Getting final tags .. " cifs-connect final-tag-exchange cifs-disconnect @@ -329,9 +329,8 @@
confirm-selftest? ; - -device-end - warning !
+device-end + after-runin
openfirmware@openfirmware.info