Skip to content

Commit b92c5f1

Browse files
committed
flash/nor/eneispif: support ENE KB1200 ispi flash
Signed-off-by: Steven Chang <steven@ene.com.tw>
1 parent b6f95a1 commit b92c5f1

File tree

3 files changed

+455
-0
lines changed

3 files changed

+455
-0
lines changed

src/flash/nor/Makefile.am

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ NOR_DRIVERS = \
2626
%D%/dsp5680xx_flash.c \
2727
%D%/efm32.c \
2828
%D%/em357.c \
29+
%D%/eneispif.c \
2930
%D%/esirisc_flash.c \
3031
%D%/faux.c \
3132
%D%/fespi.c \

src/flash/nor/drivers.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ extern const struct flash_driver cfi_flash;
3939
extern const struct flash_driver dsp5680xx_flash;
4040
extern const struct flash_driver efm32_flash;
4141
extern const struct flash_driver em357_flash;
42+
extern const struct flash_driver eneispif_flash;
4243
extern const struct flash_driver esirisc_flash;
4344
extern const struct flash_driver faux_flash;
4445
extern const struct flash_driver fm3_flash;
@@ -115,6 +116,7 @@ static const struct flash_driver * const flash_drivers[] = {
115116
&dsp5680xx_flash,
116117
&efm32_flash,
117118
&em357_flash,
119+
&eneispif_flash,
118120
&esirisc_flash,
119121
&faux_flash,
120122
&fm3_flash,

0 commit comments

Comments
 (0)