[openfirmware] [commit] r2859 - in cpu: arm/olpc x86/pc/olpc/via

repository service svn at openfirmware.info
Fri Feb 10 23:16:44 CET 2012


Author: wmb
Date: Fri Feb 10 23:16:43 2012
New Revision: 2859
URL: http://tracker.coreboot.org/trac/openfirmware/changeset/2859

Log:
OLPC XO-1.5, XO-1.75, XO-3 - null-fsdisk (a debugging feature) was broken due to a change in the return values of write-blocks-start and write-blocks-finish .

Modified:
   cpu/arm/olpc/build-fw.fth
   cpu/x86/pc/olpc/via/fw.bth

Modified: cpu/arm/olpc/build-fw.fth
==============================================================================
--- cpu/arm/olpc/build-fw.fth	Fri Feb 10 23:06:14 2012	(r2858)
+++ cpu/arm/olpc/build-fw.fth	Fri Feb 10 23:16:43 2012	(r2859)
@@ -1060,7 +1060,7 @@
 : erom  " flash! ext:\new.rom" eval  ;
 : no-usb-delay  " dev /usb  false to delay?  dend"  evaluate  ;
 : null-fsdisk
-   " dev /null : write-blocks-start 3drop ; : write-blocks-finish ; dend" evaluate
+   " dev /null : write-blocks-start 3drop false ; : write-blocks-finish false ; dend" evaluate
    " devalias fsdisk //null" evaluate
 ;
 

Modified: cpu/x86/pc/olpc/via/fw.bth
==============================================================================
--- cpu/x86/pc/olpc/via/fw.bth	Fri Feb 10 23:06:14 2012	(r2858)
+++ cpu/x86/pc/olpc/via/fw.bth	Fri Feb 10 23:16:43 2012	(r2859)
@@ -747,7 +747,7 @@
 ;
 : no-usb-delay  " dev /usb  false to delay?  dend"  evaluate  ;
 : null-fsdisk
-   " dev /null : write-blocks-start 3drop ; : write-blocks-finish ; dend" evaluate
+   " dev /null : write-blocks-start 3drop false ; : write-blocks-finish false ; dend" evaluate
    " devalias fsdisk //null" evaluate
 ;
 



More information about the openfirmware mailing list