[openfirmware] [commit] r3300 - dev/olpc/spiflash

repository service svn at openfirmware.info
Mon Sep 10 10:39:51 CEST 2012


Author: quozl
Date: Mon Sep 10 10:39:51 2012
New Revision: 3300
URL: http://tracker.coreboot.org/trac/openfirmware/changeset/3300

Log:
OLPC XO-4 B1 - add new SPI FLASH ID 35 for MXIC 25U1635E

Modified:
   dev/olpc/spiflash/spiflash.fth

Modified: dev/olpc/spiflash/spiflash.fth
==============================================================================
--- dev/olpc/spiflash/spiflash.fth	Fri Sep  7 10:39:55 2012	(r3299)
+++ dev/olpc/spiflash/spiflash.fth	Mon Sep 10 10:39:51 2012	(r3300)
@@ -308,7 +308,8 @@
       h# 13  of  ['] common-write  endof
       h# 34  of  ['] common-write  endof
       h# bf  of  ['] sst-write     endof
-      h# 14  of  ['] common-write  endof     
+      h# 14  of  ['] common-write  endof
+      h# 35  of  ['] common-write  endof
 \ On some old board the ID would read as 14 when it should have been something else.
 \ On CL4, 14 is the expected ID.
 \         ." The SPI FLASH ID reads as 14.  This is due to an infrequent hardware problem."  cr



More information about the openfirmware mailing list