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

repository service svn at openfirmware.info
Tue Feb 21 01:52:46 CET 2012


Author: quozl
Date: Tue Feb 21 01:52:45 2012
New Revision: 2870
URL: http://tracker.coreboot.org/trac/openfirmware/changeset/2870

Log:
OLPC - null-fsdisk was causing abort "Image size is larger than output device", so set the null device to 32GB size.

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	Mon Feb 20 08:21:56 2012	(r2869)
+++ cpu/arm/olpc/build-fw.fth	Tue Feb 21 01:52:45 2012	(r2870)
@@ -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 false ; : write-blocks-finish false ; dend" evaluate
+   " dev /null : size 0 8 ; : 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	Mon Feb 20 08:21:56 2012	(r2869)
+++ cpu/x86/pc/olpc/via/fw.bth	Tue Feb 21 01:52:45 2012	(r2870)
@@ -747,7 +747,7 @@
 ;
 : no-usb-delay  " dev /usb  false to delay?  dend"  evaluate  ;
 : null-fsdisk
-   " dev /null : write-blocks-start 3drop false ; : write-blocks-finish false ; dend" evaluate
+   " dev /null : size 0 8 ; : write-blocks-start 3drop false ; : write-blocks-finish false ; dend" evaluate
    " devalias fsdisk //null" evaluate
 ;
 



More information about the openfirmware mailing list