This is an automated email from Gerrit. Paul Fertser ([email protected]) just uploaded a new patch set to Gerrit, which you can find at http://openocd.zylin.com/2510
-- gerrit commit 01dea5a0cc69375fad26ba1a21a2dbf0ec038e6e Author: Paul Fertser <[email protected]> Date: Tue Jan 27 21:01:44 2015 +0300 README, doc: add mrvlqspi flash driver information Change-Id: I7a270cdaf3d9119aa75285a8d1e063c2fe2a31b7 Signed-off-by: Paul Fertser <[email protected]> diff --git a/README b/README index ef6530a..1a4944c 100644 --- a/README +++ b/README @@ -123,10 +123,10 @@ Flash drivers ------------- ADUC702x, AT91SAM, AVR, CFI, DSP5680xx, EFM32, EM357, FM3, Kinetis, -LPC8xx/LPC1xxx/LPC2xxx/LPC541xx, LPC2900, LPCSPIFI, Milandr, NuMicro, -PIC32mx, Stellaris/Tiva C, STM32, STMSMI, STR7x, STR9x, nRF51; NAND -controllers of AT91SAM9, LPC3180, LPC32xx, i.MX31, MXC, NUC910, -Orion/Kirkwood, S3C24xx, S3C6400. +LPC8xx/LPC1xxx/LPC2xxx/LPC541xx, LPC2900, LPCSPIFI, Marvell QSPI, +Milandr, NuMicro, PIC32mx, Stellaris/Tiva C, STM32, STMSMI, STR7x, +STR9x, nRF51; NAND controllers of AT91SAM9, LPC3180, LPC32xx, i.MX31, +MXC, NUC910, Orion/Kirkwood, S3C24xx, S3C6400. ================== diff --git a/doc/openocd.texi b/doc/openocd.texi index 9a80e21..9e4b410 100644 --- a/doc/openocd.texi +++ b/doc/openocd.texi @@ -5774,6 +5774,14 @@ configuration registers as well. It must be noted that this command works only for chips that do not have factory pre-programmed region 0 code. @end deffn + +@deffn {Flash Driver} mrvlqspi +This driver supports QSPI flash controller of Marvell's Wireless +Microcontroller platform. + +The flash size is autodetected based on the table of known JEDEC IDs +hardcoded in the OpenOCD sources. +@end deffn @end deffn @section mFlash -- ------------------------------------------------------------------------------ Dive into the World of Parallel Programming. The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot Media, is your hub for all things parallel software development, from weekly thought leadership blogs to news, videos, case studies, tutorials and more. Take a look and join the conversation now. http://goparallel.sourceforge.net/ _______________________________________________ OpenOCD-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openocd-devel
