summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAntonio Borneo <borneo.antonio@gmail.com>2010-11-22 12:21:31 +0800
committerØyvind Harboe <oyvind.harboe@zylin.com>2010-11-23 08:37:34 +0100
commit42082f7c23ded282489e8ac6ec52fe94fa097cde (patch)
tree695b04978c9b5cf203d467540c54e6e1ffb337fc /doc
parent4bbdf966d4afbf279550c7115c64e60d94ca3fe8 (diff)
downloadopenocd_libswd-42082f7c23ded282489e8ac6ec52fe94fa097cde.tar.gz
openocd_libswd-42082f7c23ded282489e8ac6ec52fe94fa097cde.tar.bz2
openocd_libswd-42082f7c23ded282489e8ac6ec52fe94fa097cde.tar.xz
openocd_libswd-42082f7c23ded282489e8ac6ec52fe94fa097cde.zip
FLASH/NOR: rename from spearsmi to stmsmi
STMicroelectronics controller SMI is not SPEAr specific. Rename it and change name to every symbol in the code. Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/openocd.texi13
1 files changed, 7 insertions, 6 deletions
diff --git a/doc/openocd.texi b/doc/openocd.texi
index 2727a0bb..70d789a7 100644
--- a/doc/openocd.texi
+++ b/doc/openocd.texi
@@ -4252,14 +4252,15 @@ flash bank $_FLASHNAME cfi 0x00000000 0x02000000 2 4 $_TARGETNAME
@c "cfi part_id" disabled
@end deffn
-@deffn {Flash Driver} spearsmi
-@cindex SPEAr Serial Memory Interface
+@deffn {Flash Driver} stmsmi
+@cindex STMicroelectronics Serial Memory Interface
@cindex SMI
-@cindex spearsmi
-All members of SPEAr MPU family from STMicroelectronics include a
+@cindex stmsmi
+Some devices form STMicroelectronics (e.g. STR75x MCU family,
+SPEAr MPU family) include a proprietary
``Serial Memory Interface'' (SMI) controller able to drive external
SPI flash devices.
-Depending on specific MPU and board configuration, up to 4 external
+Depending on specific device and board configuration, up to 4 external
flash devices can be connected.
SMI makes the flash content directly accessible in the CPU address
@@ -4274,7 +4275,7 @@ All other parameters are ignored. Additional information, like
flash size, are detected automatically.
@example
-flash bank $_FLASHNAME spearsmi 0xf8000000 0 0 0 $_TARGETNAME
+flash bank $_FLASHNAME stmsmi 0xf8000000 0 0 0 $_TARGETNAME
@end example
@end deffn