From 42082f7c23ded282489e8ac6ec52fe94fa097cde Mon Sep 17 00:00:00 2001 From: Antonio Borneo Date: Mon, 22 Nov 2010 12:21:31 +0800 Subject: 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 --- doc/openocd.texi | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'doc') 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 -- cgit v1.2.3