summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorGuennadi Liakhovetski <lg@denx.de>2008-04-03 13:36:02 +0200
committerStefan Roese <sr@denx.de>2008-04-12 08:59:09 +0200
commit96ef831f713289afba19da0c8f905e99da2b23e0 (patch)
tree92d4f9d8791c433e23e383268d59ee6c0fcab3c3 /README
parent950a392464e616b4590bc4501be46e2d7d162dea (diff)
downloadblackbird-obmc-uboot-96ef831f713289afba19da0c8f905e99da2b23e0.tar.gz
blackbird-obmc-uboot-96ef831f713289afba19da0c8f905e99da2b23e0.zip
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>
Diffstat (limited to 'README')
-rw-r--r--README7
1 files changed, 7 insertions, 0 deletions
diff --git a/README b/README
index 5d059e73c6..b29a0d2581 100644
--- a/README
+++ b/README
@@ -2040,6 +2040,13 @@ Configuration Settings:
This option also enables the building of the cfi_flash driver
in the drivers directory
+- CFG_FLASH_USE_BUFFER_WRITE
+ Use buffered writes to flash.
+
+- CONFIG_FLASH_SPANSION_S29WS_N
+ s29ws-n MirrorBit flash has non-standard addresses for buffered
+ write commands.
+
- CFG_FLASH_QUIET_TEST
If this option is defined, the common CFI flash doesn't
print it's warning upon not recognized FLASH banks. This
OpenPOWER on IntegriCloud