add Fujitsu FM3 Family flash support

Signed-off-by: Ronny Strutz <ronny@ewoks.de>
Signed-off-by: Spencer Oliver <ntfreak@users.sourceforge.net>
This commit is contained in:
Ronny Strutz
2011-07-26 21:14:47 +01:00
committed by Spencer Oliver
parent d6c42bf312
commit e872d2880e
3 changed files with 658 additions and 1 deletions

View File

@@ -30,7 +30,8 @@ NOR_DRIVERS = \
str9x.c \
str9xpec.c \
tms470.c \
virtual.c
virtual.c \
fm3.c
# Disabled for now, it generates warnings
# dsp5680xx_flash.c

View File

@@ -44,6 +44,7 @@ extern struct flash_driver virtual_flash;
extern struct flash_driver stmsmi_flash;
extern struct flash_driver em357_flash;
//extern struct flash_driver dsp5680xx_flash;
extern struct flash_driver fm3_flash;
/**
* The list of built-in flash drivers.
@@ -74,6 +75,7 @@ static struct flash_driver *flash_drivers[] = {
&em357_flash,
// Disabled for now, it generates warnings
//&dsp5680xx_flash,
&fm3_flash,
NULL,
};

654
src/flash/nor/fm3.c Normal file

File diff suppressed because it is too large Load Diff