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>
This commit is contained in:
Antonio Borneo
2010-11-22 12:21:31 +08:00
committed by Øyvind Harboe
parent 4bbdf966d4
commit 42082f7c23
5 changed files with 90 additions and 89 deletions

View File

@@ -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