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

repository service svn at openfirmware.info
Wed Nov 7 20:28:21 CET 2012


Author: wmb
Date: Wed Nov  7 20:28:18 2012
New Revision: 3417
URL: http://tracker.coreboot.org/trac/openfirmware/changeset/3417

Log:
OLPC SPI FLASH driver - added support for MX25L1635E.

Modified:
   dev/olpc/spiflash/spiflash.fth

Modified: dev/olpc/spiflash/spiflash.fth
==============================================================================
--- dev/olpc/spiflash/spiflash.fth	Tue Nov  6 21:16:20 2012	(r3416)
+++ dev/olpc/spiflash/spiflash.fth	Wed Nov  7 20:28:18 2012	(r3417)
@@ -318,6 +318,10 @@
          jedec-id# h# 1540c8 =  if  2mb-flash  " GD25Q16B"     to spi-id$  then
          jedec-id# h# 1540ef =  if  2mb-flash  " W25Q16"       to spi-id$  then
       endof
+      h# 24  of
+         ['] common-write  2mb-flash
+         jedec-id# h# 1524c2 =  if  2mb-flash  " MX25L1633E"   to spi-id$  then
+      endof
       h# 25  of
 	 ['] common-write  1mb-flash
          jedec-id# h# 1525c2 =  if  2mb-flash  " MX25L1635E"   to spi-id$  then



More information about the openfirmware mailing list