SPI table updates (some new devices and new info)
authorAndreas Bolsch <hyphen0break@gmail.com>
Sun, 18 Nov 2018 16:08:20 +0000 (17:08 +0100)
committerTomas Vanek <vanekt@fbl.cz>
Thu, 29 Nov 2018 08:18:24 +0000 (08:18 +0000)
commit42f1cc576ab9b503fadd0b8916a139cd0bc6563e
tree36e12a90f1764f97aee55f223df29f318c5bdfda
parenteb8dfd5ca8af6f2d784f6b1d30c96b40c52ae0ce
SPI table updates (some new devices and new info)

read_cmd, qread_cmd, pprog_cmd added as some recent high densities devices
use variants for 4-byte addressing.

Some new flash and FRAM device ids added. FRAMs don't have write pages nor
erase commands or sector sizes. The corresponding entries are marked as
"not used" (i. e. zero). Checks in existing SPI flash drivers added to
handle these cases gracefully.

Change-Id: I5104bce7c815ac22f98bc32c1bb6db66b984404a
Signed-off-by: Andreas Bolsch <hyphen0break@gmail.com>
Reviewed-on: http://openocd.zylin.com/4773
Tested-by: jenkins
Reviewed-by: Tomas Vanek <vanekt@fbl.cz>
src/flash/nor/ath79.c
src/flash/nor/jtagspi.c
src/flash/nor/lpcspifi.c
src/flash/nor/mrvlqspi.c
src/flash/nor/spi.c
src/flash/nor/spi.h
src/flash/nor/stmsmi.c