[openfirmware] r1544 - cpu/x86/pc/olpc dev/olpc/keyboard

svn at openfirmware.info svn at openfirmware.info
Sun Dec 6 15:05:53 CET 2009


Author: wmb
Date: 2009-12-06 15:05:53 +0100 (Sun, 06 Dec 2009)
New Revision: 1544

Modified:
   cpu/x86/pc/olpc/gui.fth
   dev/olpc/keyboard/selftest.fth
Log:
Fixed a couple of dependencies that broke the XO-1 build.


Modified: cpu/x86/pc/olpc/gui.fth
===================================================================
--- cpu/x86/pc/olpc/gui.fth	2009-12-06 14:04:38 UTC (rev 1543)
+++ cpu/x86/pc/olpc/gui.fth	2009-12-06 14:05:53 UTC (rev 1544)
@@ -459,6 +459,7 @@
    background  0 0 screen-wh fill-rectangle
    " bigcheck" $show-centered
 ;
+\needs color-reg h# f800 constant color-red
 : show-fail  ( -- )
    color-red  0 0 screen-wh fill-rectangle
    " bigx" $show-centered

Modified: dev/olpc/keyboard/selftest.fth
===================================================================
--- dev/olpc/keyboard/selftest.fth	2009-12-06 14:04:38 UTC (rev 1543)
+++ dev/olpc/keyboard/selftest.fth	2009-12-06 14:05:53 UTC (rev 1544)
@@ -1,6 +1,9 @@
 purpose: Interactive keyboard test shows which keys are pressed
 \ See license at end of file
 
+\needs final-test?  0 value final-test?
+\needs smt-test?    0 value smt-test?
+
 dev /8042/keyboard
 hex
 




More information about the openfirmware mailing list