[openfirmware] [commit] r2279 - in cpu/arm: mmp2 olpc/1.75

repository service svn at openfirmware.info
Tue Jun 14 23:45:38 CEST 2011


Author: wmb
Date: Tue Jun 14 23:45:37 2011
New Revision: 2279
URL: http://tracker.coreboot.org/trac/openfirmware/changeset/2279

Log:
OLPC XO-1.75 - auto-reboot after rewriting SPI FLASH, for consistency with earlier systems.

Modified:
   cpu/arm/mmp2/sspspi.fth
   cpu/arm/olpc/1.75/fw.bth

Modified: cpu/arm/mmp2/sspspi.fth
==============================================================================
--- cpu/arm/mmp2/sspspi.fth	Tue Jun 14 20:55:35 2011	(r2278)
+++ cpu/arm/mmp2/sspspi.fth	Tue Jun 14 23:45:37 2011	(r2279)
@@ -141,7 +141,7 @@
    ['] ssp-spi-out    to spi-out
    ['] ssp-spi-cs-on  to spi-cs-on
    ['] ssp-spi-cs-off to spi-cs-off
-   ['] noop to spi-reprogrammed
+   ['] reset-all      to spi-reprogrammed
    ['] noop to spi-reprogrammed-no-reboot
 \  use-spi-flash-read
    ['] fast-spi-flash-read to flash-read

Modified: cpu/arm/olpc/1.75/fw.bth
==============================================================================
--- cpu/arm/olpc/1.75/fw.bth	Tue Jun 14 20:55:35 2011	(r2278)
+++ cpu/arm/olpc/1.75/fw.bth	Tue Jun 14 23:45:37 2011	(r2279)
@@ -152,7 +152,7 @@
 fload ${BP}/cpu/x86/pc/olpc/via/factory.fth  \ Manufacturing tools
 
 \ When reprogramming this machine's SPI FLASH, rebooting the EC is unnecessary 
-: no-kbc-reboot ;
+: no-kbc-reboot  ['] noop to spi-reprogrammed  ;
 : kbc-on ;
 
 \ Pseudo device that appears in the boot order before net booting



More information about the openfirmware mailing list