Skip to content

Commit b911e07

Browse files
authored
Document FESPI driver. (#334)
Change-Id: Iab8b2cc8a27687a158a6a54a717fac0fe138272f
1 parent 7079e0c commit b911e07

File tree

2 files changed

+16
-5
lines changed

2 files changed

+16
-5
lines changed

README

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -124,11 +124,11 @@ Flash drivers
124124
-------------
125125

126126
ADUC702x, AT91SAM, ATH79, AVR, CFI, DSP5680xx, EFM32, EM357, eSi-TSMC,
127-
FM3, FM4, Kinetis, LPC8xx/LPC1xxx/LPC2xxx/LPC541xx, LPC2900, LPCSPIFI,
128-
Marvell QSPI, Milandr, NIIET, NuMicro, PIC32mx, PSoC4, PSoC5LP, SiM3x,
129-
Stellaris, STM32, STMSMI, STR7x, STR9x, nRF51; NAND controllers of
130-
AT91SAM9, LPC3180, LPC32xx, i.MX31, MXC, NUC910, Orion/Kirkwood,
131-
S3C24xx, S3C6400, XMC1xxx, XMC4xxx.
127+
FM3, FM4, Freedom E SPI, Kinetis, LPC8xx/LPC1xxx/LPC2xxx/LPC541xx,
128+
LPC2900, LPCSPIFI, Marvell QSPI, Milandr, NIIET, NuMicro, PIC32mx,
129+
PSoC4, PSoC5LP, SiM3x, Stellaris, STM32, STMSMI, STR7x, STR9x, nRF51;
130+
NAND controllers of AT91SAM9, LPC3180, LPC32xx, i.MX31, MXC, NUC910,
131+
Orion/Kirkwood, S3C24xx, S3C6400, XMC1xxx, XMC4xxx.
132132

133133

134134
==================

doc/openocd.texi

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5292,6 +5292,17 @@ flash bank flash2 ath79 0x20000000 0 0 0 $_TARGETNAME cs2
52925292

52935293
@end deffn
52945294

5295+
@deffn {Flash Driver} fespi
5296+
@cindex Freedom E SPI
5297+
@cindex fespi
5298+
5299+
SiFive's Freedom E SPI controller, used in HiFive and other boards.
5300+
5301+
@example
5302+
flash bank $_FLASHNAME fespi 0x20000000 0 0 0 $_TARGETNAME
5303+
@end example
5304+
@end deffn
5305+
52955306
@subsection Internal Flash (Microcontrollers)
52965307

52975308
@deffn {Flash Driver} aduc702x

0 commit comments

Comments
 (0)