[openfirmware] [commit] r2882 - cpu/arm/olpc cpu/x86/pc/olpc/via dev/mmc/sdhci

repository service svn at openfirmware.info
Mon Feb 27 02:09:23 CET 2012


Author: quozl
Date: Mon Feb 27 02:09:23 2012
New Revision: 2882
URL: http://tracker.coreboot.org/trac/openfirmware/changeset/2882

Log:
OLPC - null-fsdisk with fs-update gave unimplemented package interface procedure at end

Modified:
   cpu/arm/olpc/build-fw.fth
   cpu/x86/pc/olpc/via/fw.bth
   dev/mmc/sdhci/sdmmc.fth

Modified: cpu/arm/olpc/build-fw.fth
==============================================================================
--- cpu/arm/olpc/build-fw.fth	Mon Feb 27 01:00:06 2012	(r2881)
+++ cpu/arm/olpc/build-fw.fth	Mon Feb 27 02:09:23 2012	(r2882)
@@ -1060,7 +1060,7 @@
 : erom  " flash! ext:\new.rom" eval  ;
 : no-usb-delay  " dev /usb  false to delay?  dend"  evaluate  ;
 : null-fsdisk
-   " dev /null : size 0 8 ; : write-blocks-start 3drop false ; : write-blocks-finish false ; dend" evaluate
+   " dev /null : size 0 8 ; : write-blocks-start 3drop false ; : write-blocks-end false ; dend" evaluate
    " devalias fsdisk //null" evaluate
 ;
 

Modified: cpu/x86/pc/olpc/via/fw.bth
==============================================================================
--- cpu/x86/pc/olpc/via/fw.bth	Mon Feb 27 01:00:06 2012	(r2881)
+++ cpu/x86/pc/olpc/via/fw.bth	Mon Feb 27 02:09:23 2012	(r2882)
@@ -747,7 +747,7 @@
 ;
 : no-usb-delay  " dev /usb  false to delay?  dend"  evaluate  ;
 : null-fsdisk
-   " dev /null : size 0 8 ; : write-blocks-start 3drop false ; : write-blocks-finish false ; dend" evaluate
+   " dev /null : size 0 8 ; : write-blocks-start 3drop false ; : write-blocks-end false ; dend" evaluate
    " devalias fsdisk //null" evaluate
 ;
 

Modified: dev/mmc/sdhci/sdmmc.fth
==============================================================================
--- dev/mmc/sdhci/sdmmc.fth	Mon Feb 27 01:00:06 2012	(r2881)
+++ dev/mmc/sdhci/sdmmc.fth	Mon Feb 27 02:09:23 2012	(r2882)
@@ -36,7 +36,7 @@
 ;
 
 \ Asynchronous write. Completes on the next call to
-\ write-blocks-start, write-blocks-finish, or close.
+\ write-blocks-start, write-blocks-end, or close.
 \ (Don't do other read/write operations in between.)
 : write-blocks-start  ( adr block# #blocks -- error? )
    " fresh-write-blocks-start" $call-parent



More information about the openfirmware mailing list