NOR/SPEAr: Add support for Serial NOR

Add support and documentation for STMicroelectronics
SPEAr Serial Memory Interface (SMI).
Code tested on SPEAr3xx only.

Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com>
This commit is contained in:
Antonio Borneo
2010-11-11 14:12:31 +08:00
committed by Øyvind Harboe
parent fdae51287c
commit e7a8de1762
5 changed files with 774 additions and 0 deletions
+2
View File
@@ -23,6 +23,7 @@ NOR_DRIVERS = \
non_cfi.c \
ocl.c \
pic32mx.c \
spearsmi.c \
stellaris.c \
stm32x.c \
str7x.c \
@@ -44,6 +45,7 @@ noinst_HEADERS = \
non_cfi.h \
ocl.h \
pic32mx.h \
spearsmi.h \
stellaris.h \
stm32x.h \
str7x.h \