[openfirmware] [commit] r2592 - in cpu/x86/pc/olpc: . via

repository service svn at openfirmware.info
Wed Oct 12 00:29:50 CEST 2011


Author: wmb
Date: Wed Oct 12 00:29:49 2011
New Revision: 2592
URL: http://tracker.coreboot.org/trac/openfirmware/changeset/2592

Log:
OLPC - changed the IP address for some developer-convenience functions.  Only affects Mitch.

Modified:
   cpu/x86/pc/olpc/fw.bth
   cpu/x86/pc/olpc/via/fw.bth

Modified: cpu/x86/pc/olpc/fw.bth
==============================================================================
--- cpu/x86/pc/olpc/fw.bth	Wed Oct 12 00:28:40 2011	(r2591)
+++ cpu/x86/pc/olpc/fw.bth	Wed Oct 12 00:29:49 2011	(r2592)
@@ -644,11 +644,7 @@
    quit
 ;
 
-: newrom
-   " flash! http:\\10.20.0.14\new.rom" eval
-\   " wifi media lab 802.11" eval
-\   " flash http:\\18.85.46.172\new.rom" eval
-;
+: newrom  " flash! http:\\192.168.200.200\new.rom" eval  ;
 : urom  " flash! u:\new.rom" eval  ;
 
 \ Fancy battery charge logger.

Modified: cpu/x86/pc/olpc/via/fw.bth
==============================================================================
--- cpu/x86/pc/olpc/via/fw.bth	Wed Oct 12 00:28:40 2011	(r2591)
+++ cpu/x86/pc/olpc/via/fw.bth	Wed Oct 12 00:29:49 2011	(r2592)
@@ -482,8 +482,9 @@
 end-support-package
 devalias smb tcp//cifs
 devalias cifs tcp//cifs
-: op  " select smb:\\test:testxxx at 10.20.0.14\XTest\hello.txt" eval ;
-: dsmb  " dir smb:\\test:testxxx at 10.20.0.14\XTest\" eval ;
+\ Examples:
+\ select smb:\\test:testxxx at 10.20.0.14\XTest\hello.txt
+\ dir smb:\\test:testxxx at 10.20.0.14\XTest\
 
 fload ${BP}/cpu/x86/pc/olpc/via/memtest.fth
 
@@ -733,9 +734,7 @@
 
 : newrom
    enable-serial
-   " flash! http:\\10.20.0.14\new.rom" eval
-\   " wifi media lab 802.11" eval
-\   " flash http:\\18.85.46.172\new.rom" eval
+   " flash! http:\\192.168.200.200\new.rom" eval
 ;
 : urom  enable-serial " flash! u:\new.rom" eval  ;
 : qrom  enable-serial " essid qz" eval " flash http:\\olpc.lan\qrom.rom" eval ;



More information about the openfirmware mailing list