This is an automated email from Gerrit. Mahavir Jain ([email protected]) just uploaded a new patch set to Gerrit, which you can find at http://openocd.zylin.com/2705
-- gerrit commit fd95f4f3623e55527894369c16b2229d240c1db2 Author: Mahavir Jain <[email protected]> Date: Thu Apr 9 18:44:05 2015 +0530 doc/openocd.texi: fix formatting for mrvlqspi driver documentation * also included example for flash usage information Change-Id: Icf9defc25d38bf24567b1708138b83a8de1e0497 Signed-off-by: Mahavir Jain <[email protected]> diff --git a/doc/openocd.texi b/doc/openocd.texi index 4bec637..c961b55 100644 --- a/doc/openocd.texi +++ b/doc/openocd.texi @@ -5845,13 +5845,19 @@ works only for chips that do not have factory pre-programmed region 0 code. @end deffn +@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 + +@example +flash bank $_FLASHNAME mrvlqspi 0x0 0 0 0 $_TARGETNAME 0x46010000 +@end example + @end deffn @section mFlash -- ------------------------------------------------------------------------------ BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT Develop your own process in accordance with the BPMN 2 standard Learn Process modeling best practices with Bonita BPM through live exercises http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual- event?utm_ source=Sourceforge_BPM_Camp_5_6_15&utm_medium=email&utm_campaign=VA_SF _______________________________________________ OpenOCD-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openocd-devel
