Author: quozl Date: Sat Oct 27 05:15:27 2012 New Revision: 3388 URL: http://tracker.coreboot.org/trac/openfirmware/changeset/3388
Log: OLPC XO-1.75 - fix incorrect SPI FLASH size detection for XO-1.75 only, the same JEDEC ID exists on parts with different sizes.
Modified: dev/olpc/spiflash/spiflash.fth
Modified: dev/olpc/spiflash/spiflash.fth ============================================================================== --- dev/olpc/spiflash/spiflash.fth Fri Oct 26 08:55:56 2012 (r3387) +++ dev/olpc/spiflash/spiflash.fth Sat Oct 27 05:15:27 2012 (r3388) @@ -307,7 +307,7 @@ \ ST, Spansion, and WinBond h# 13 of ['] common-write 1mb-flash endof h# 34 of ['] common-write 1mb-flash - jedec-id h# 3425c2 = if 2mb-flash then \ MXIC 25E8035 + \ jedec-id h# 3425c2 = if 2mb-flash then \ MXIC 25E8035 endof \ the SST part with its unique auto-increment address writing scheme h# bf of ['] sst-write 1mb-flash endof
openfirmware@openfirmware.info