Author: quozl Date: Tue Oct 30 11:37:09 2012 New Revision: 3399 URL: http://tracker.coreboot.org/trac/openfirmware/changeset/3399
Log: spiflash - two parts with different voltage have the same JEDEC ID, the Winbond W25Q16CVSSIG and W25Q16BVSIG, so render them as W25Q16, which also matches the name the vendor has used.
Modified: dev/olpc/spiflash/spiflash.fth
Modified: dev/olpc/spiflash/spiflash.fth ============================================================================== --- dev/olpc/spiflash/spiflash.fth Tue Oct 30 09:41:57 2012 (r3398) +++ dev/olpc/spiflash/spiflash.fth Tue Oct 30 11:37:09 2012 (r3399) @@ -316,7 +316,7 @@ ['] common-write 1mb-flash jedec-id# h# 1520c2 = if 2mb-flash " MX25L1605D" to spi-id$ then jedec-id# h# 1540c8 = if 2mb-flash " GD25Q16B" to spi-id$ then - jedec-id# h# 1540ef = if 2mb-flash " W25Q16CVSSIG" to spi-id$ then + jedec-id# h# 1540ef = if 2mb-flash " W25Q16" to spi-id$ then endof h# 25 of ['] common-write 1mb-flash