[openfirmware] r984 - cpu/x86/pc/biosload/build cpu/x86/pc/olpc dev/olpc/touchpad

svn at openfirmware.info svn at openfirmware.info
Tue Oct 7 20:57:03 CEST 2008


Author: wmb
Date: 2008-10-07 20:57:03 +0200 (Tue, 07 Oct 2008)
New Revision: 984

Added:
   cpu/x86/pc/biosload/build/.gitignore
Modified:
   cpu/x86/pc/olpc/fsupdate.fth
   dev/olpc/touchpad/touchpad.fth
Log:
OLPC trac 8785 - fixed NAND partition creation bug that was introduced
by the addition of LBA-NAND support to the cafenand driver.

Added: cpu/x86/pc/biosload/build/.gitignore
===================================================================
--- cpu/x86/pc/biosload/build/.gitignore	                        (rev 0)
+++ cpu/x86/pc/biosload/build/.gitignore	2008-10-07 18:57:03 UTC (rev 984)
@@ -0,0 +1 @@
+/build

Modified: cpu/x86/pc/olpc/fsupdate.fth
===================================================================
--- cpu/x86/pc/olpc/fsupdate.fth	2008-10-05 20:00:08 UTC (rev 983)
+++ cpu/x86/pc/olpc/fsupdate.fth	2008-10-07 18:57:03 UTC (rev 984)
@@ -49,7 +49,7 @@
 ;
 : write-partition-map  ( -- )
    partition-map-offset /nand-page /  dup " erase-block" $call-nand
-   load-base  swap  nand-pages/block  " write-blocks" $call-nand
+   load-base  swap  nand-pages/block  " write-pages" $call-nand
    nand-pages/block <> abort" Can't write partition map"
    " read-partmap" $call-nand
 ;

Modified: dev/olpc/touchpad/touchpad.fth
===================================================================
--- dev/olpc/touchpad/touchpad.fth	2008-10-05 20:00:08 UTC (rev 983)
+++ dev/olpc/touchpad/touchpad.fth	2008-10-07 18:57:03 UTC (rev 984)
@@ -444,6 +444,7 @@
    until
 
    close
+   cursor-on
    page
    0
 ;




More information about the openfirmware mailing list