[openfirmware] [commit] r3402 - in cpu/arm/olpc: . 4.0

repository service svn at openfirmware.info
Wed Oct 31 22:38:20 CET 2012


Author: quozl
Date: Wed Oct 31 22:38:19 2012
New Revision: 3402
URL: http://tracker.coreboot.org/trac/openfirmware/changeset/3402

Log:
OLPC XO-4 - new touchscreen firmware 0.0.0.6

Modified:
   cpu/arm/olpc/4.0/nn-version.fth
   cpu/arm/olpc/nnflash.fth

Modified: cpu/arm/olpc/4.0/nn-version.fth
==============================================================================
--- cpu/arm/olpc/4.0/nn-version.fth	Wed Oct 31 03:14:54 2012	(r3401)
+++ cpu/arm/olpc/4.0/nn-version.fth	Wed Oct 31 22:38:19 2012	(r3402)
@@ -1,5 +1,5 @@
 \ The Neonode touchscreen firmware
-macro: NN_VERSION 0_0_0_5
+macro: NN_VERSION 0_0_0_6
 
 \ FIXME: change in nnflash.fth too, until it knows how to read it
 \ using Neonode's instructions.

Modified: cpu/arm/olpc/nnflash.fth
==============================================================================
--- cpu/arm/olpc/nnflash.fth	Wed Oct 31 03:14:54 2012	(r3401)
+++ cpu/arm/olpc/nnflash.fth	Wed Oct 31 22:38:19 2012	(r3402)
@@ -16,7 +16,7 @@
 : flash-nn  ( "filename" -- )  safe-parse-word  ?enough-power  reflash-nn  ;
 : flash-nn! ( "filename" -- )  safe-parse-word                 reflash-nn  ;
 : nn-up-to-date?  ( file$ -- flag )
-   2drop  h# 0000.0000.0000.0005.  \ FIXME: get version from file
+   2drop  h# 0000.0000.0000.0006.  \ FIXME: get version from file
    get-touchscreen-version
    d<=
 ;



More information about the openfirmware mailing list