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

svn at openfirmware.info svn at openfirmware.info
Tue Aug 25 01:02:26 CEST 2009


Author: wmb
Date: 2009-08-25 01:02:25 +0200 (Tue, 25 Aug 2009)
New Revision: 1324

Modified:
   cpu/x86/pc/olpc/via/fw.bth
Log:
Addition to last checkin.




Modified: cpu/x86/pc/olpc/via/fw.bth
===================================================================
--- cpu/x86/pc/olpc/via/fw.bth	2009-08-24 22:57:53 UTC (rev 1323)
+++ cpu/x86/pc/olpc/via/fw.bth	2009-08-24 23:02:25 UTC (rev 1324)
@@ -233,6 +233,7 @@
 fload ${BP}/cpu/x86/pc/boot.fth
 fload ${BP}/cpu/x86/pc/linux.fth
 
+0 value keyboard-ih
 0 value screen-ih
 
 fload ${BP}/ofw/core/muxdev.fth          \ I/O collection/distribution device
@@ -306,6 +307,7 @@
 
 fload ${BP}/ofw/gui/loadmenu.fth
 fload ${BP}/ofw/gui/insticon.fth
+\ fload ${BP}/cpu/x86/pc/olpc/via/mfgtest.fth
 
 : screen-#lines  ( -- n )
    screen-ih 0=  if  default-#lines exit  then
@@ -375,8 +377,6 @@
 fload ${BP}/cpu/x86/pc/olpc/life.fth
 [ifdef] wlan-wackup
 fload ${BP}/cpu/x86/pc/olpc/wlantest.fth
-
-' gx-power-off to power-off
 [then]
 
 fload ${BP}/cpu/x86/pc/olpc/rtcwake.fth
@@ -548,8 +548,6 @@
    warning on
    only forth also definitions
 
-   install-alarm
-
    page-mode
    #line off
 
@@ -640,6 +638,7 @@
 
    probe-pci
    show-child
+   install-alarm
    sound
    ?games
    \ XXX we should put up the splash screen here




More information about the openfirmware mailing list