flashrom: SST25VF040B using 0x90 identification and AAI write.
authorPeter Stuge <peter@stuge.se>
Mon, 26 Jan 2009 03:37:40 +0000 (03:37 +0000)
committerPeter Stuge <peter@stuge.se>
Mon, 26 Jan 2009 03:37:40 +0000 (03:37 +0000)
commitc800eeb39bda2dbc33187af81d75651b1a9adf14
treedfb452628ecba9300c05ab15ac68fb3a86c48652
parent9ee44151cc9b0db006ba23999652e592e88d4708
flashrom: SST25VF040B using 0x90 identification and AAI write.

SST AAI is Auto Address Increment writing, a streamed write to the flash chip
where the first write command sets a starting address and following commands
simply append data. Unfortunately not supported by Winbond SPI masters.

From July 2008.

Signed-off-by: Peter Stuge <peter@stuge.se>
Acked-by: Peter Stuge <peter@stuge.se>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3913 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
util/flashrom/flash.h
util/flashrom/flashchips.c
util/flashrom/spi.c