]> git.ipfire.org Git - people/ms/u-boot.git/commit - README
cfi_flash: Support buffered writes on non-standard Spansion NOR flash
authorGuennadi Liakhovetski <lg@denx.de>
Thu, 3 Apr 2008 11:36:02 +0000 (13:36 +0200)
committerStefan Roese <sr@denx.de>
Sat, 12 Apr 2008 06:59:09 +0000 (08:59 +0200)
commit96ef831f713289afba19da0c8f905e99da2b23e0
tree92d4f9d8791c433e23e383268d59ee6c0fcab3c3
parent950a392464e616b4590bc4501be46e2d7d162dea
cfi_flash: Support buffered writes on non-standard Spansion NOR flash

Some NOR flash chip from Spansion, for example, the s29ws-n MirrorBit
series require different addresses for buffered write commands. Define a
configuration option to support buffered writes on those chips. A more
elegant solution would be to automatically detect those chips by parsing
their CFI records, but that would require introduction of a fixup table
into the cfi_flash driver.

Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
README
drivers/mtd/cfi_flash.c