[openfirmware] [commit] r3381 - cpu/arm/mmp2

repository service svn at openfirmware.info
Wed Oct 24 20:44:53 CEST 2012


Author: wmb
Date: Wed Oct 24 20:44:53 2012
New Revision: 3381
URL: http://tracker.coreboot.org/trac/openfirmware/changeset/3381

Log:
OLPC XO-1.75 - Added progress messages to the script from the previous checkin.

Modified:
   cpu/arm/mmp2/fusepgm.fth

Modified: cpu/arm/mmp2/fusepgm.fth
==============================================================================
--- cpu/arm/mmp2/fusepgm.fth	Wed Oct 24 20:37:38 2012	(r3380)
+++ cpu/arm/mmp2/fusepgm.fth	Wed Oct 24 20:44:53 2012	(r3381)
@@ -69,6 +69,7 @@
          \ speed code to the old engineering sample code for 1001 MHz
          \ and reboot to switch to the higher speed
          rated-speed 0=  if
+            ." Reprogramming speed code and SW version" cr
             es-speed-1g d# 14 lshift 0 0 1  0 0 0 0   3 pgm-fuses2
             bye
          then
@@ -79,6 +80,7 @@
          \ batch of 200 chips whose speed code was reprogrammed
          \ using a different procedure.
          rated-speed 2 =  if
+            ." Reprogramming SW version only" cr
             0 0 0 1  0 0 0 0   3 pgm-fuses2
          then
       then



More information about the openfirmware mailing list