Author: wmb
Date: Fri Apr 16 21:40:30 2010
New Revision: 1789
URL: http://tracker.coreboot.org/trac/openfirmware/changeset/1789
Log:
OLPC trac 10123 - delay before starting touchpad test so users can see previous messages.
Modified:
dev/olpc/touchpad/touchpad.fth
Modified: dev/olpc/touchpad/touchpad.fth
==============================================================================
--- dev/olpc/touchpad/touchpad.fth Fri Apr 16 05:22:16 2010 (r1788)
+++ dev/olpc/touchpad/touchpad.fth Fri Apr 16 21:40:30 2010 (r1789)
@@ -519,6 +519,11 @@
\ Being able to open the touchpad is good enough in SMT mode
smt-test? if close false exit then
+ final-test? 0= if
+ ." Touchpad test will start in 4 seconds" cr
+ d# 4000 ms
+ then
+
my-args " relative" $= to relative?
cursor-off track-init start
Author: wmb
Date: Fri Apr 16 05:17:23 2010
New Revision: 1785
URL: http://tracker.coreboot.org/trac/openfirmware/changeset/1785
Log:
Turn off logging by default, as it can cause difficult-to-debug problems as memory gets used up for the log buffer. You can turn it on explicitly if you need to.
Modified:
cpu/x86/pc/olpc/via/fw.bth
Modified: cpu/x86/pc/olpc/via/fw.bth
==============================================================================
--- cpu/x86/pc/olpc/via/fw.bth Fri Apr 16 05:14:00 2010 (r1784)
+++ cpu/x86/pc/olpc/via/fw.bth Fri Apr 16 05:17:23 2010 (r1785)
@@ -575,7 +575,6 @@
install-mux-io
cursor-off
true to text-on?
- start-logging
" //null" open-dev to null-ih \ For text-off state