[openfirmware] r1370 - cpu/x86/pc/olpc/via

svn at openfirmware.info svn at openfirmware.info
Fri Sep 18 03:23:16 CEST 2009


Author: wmb
Date: 2009-09-18 03:23:15 +0200 (Fri, 18 Sep 2009)
New Revision: 1370

Modified:
   cpu/x86/pc/olpc/via/fw.bth
Log:
OLPC Via - moved serial-enabled? earlier in the load sequence.


Modified: cpu/x86/pc/olpc/via/fw.bth
===================================================================
--- cpu/x86/pc/olpc/via/fw.bth	2009-09-18 01:19:07 UTC (rev 1369)
+++ cpu/x86/pc/olpc/via/fw.bth	2009-09-18 01:23:15 UTC (rev 1370)
@@ -238,8 +238,6 @@
 false to stand-init-debug?
 \ true to stand-init-debug?
 
-: serial-enabled?  ( -- flag )  h# 8846 config-b@ h# 40 and 0<>  ;
-
 hex
 : i-key-wait  ( ms -- pressed? )
    serial-enabled?  0=  if  drop false exit  then  ( ms )
@@ -320,13 +318,13 @@
 true value text-on?
 : text-off  ( -- )
    text-on?  if
-      screen-ih out-mux-ih remove-mux
+      screen-ih remove-output
       false to text-on?
    then
 ;
 : text-on   ( -- )
    text-on? 0=  if
-      screen-ih out-mux-ih add-mux
+      screen-ih add-output
       cursor-on
       true to text-on?
    then




More information about the openfirmware mailing list