X-Git-Url: https://review.openocd.org/gitweb?a=blobdiff_plain;f=doc%2Fopenocd.texi;h=68417bd7401b232f4642214beb1bacb1b3824c56;hb=c402c1166bc314761c01d7f8afb700a2b14fceb6;hp=960a4c081e7c0e25255595f4868a945b0ab12dd8;hpb=2c6d312ec9e1aec514e80b7c317ed93d72197ba2;p=openocd.git diff --git a/doc/openocd.texi b/doc/openocd.texi index 960a4c081e..68417bd740 100644 --- a/doc/openocd.texi +++ b/doc/openocd.texi @@ -372,6 +372,8 @@ Stellaris eval boards, they can be used to debug other target boards. @* Axiom AXM-0432 Link @url{http://www.axman.com} @item @b{cortino} @* Link @url{http://www.hitex.com/index.php?id=cortino} +@item @b{dlp-usb1232h} +@* Link @url{http://www.dlpdesign.com/usb/usb1232h.shtml} @end itemize @section USB-JTAG / Altera USB-Blaster compatibles @@ -5472,6 +5474,27 @@ in the MLC controller mode, but won't change SLC behavior. @end deffn @comment current lpc3180 code won't issue 5-byte address cycles +@deffn {NAND Driver} mx3 +This driver handles the NAND controller in i.MX31. The mxc driver +should work for this chip aswell. +@end deffn + +@deffn {NAND Driver} mxc +This driver handles the NAND controller found in Freescale i.MX +chips. It has support for v1 (i.MX27 and i.MX31) and v2 (i.MX35). +The driver takes 3 extra arguments, chip (@option{mx27}, +@option{mx31}, @option{mx35}), ecc (@option{noecc}, @option{hwecc}) +and optionally if bad block information should be swapped between +main area and spare area (@option{biswap}), defaults to off. +@example +nand device mx35.nand mxc imx35.cpu mx35 hwecc biswap +@end example +@deffn Command {mxc biswap} bank_num [enable|disable] +Turns on/off bad block information swaping from main area, +without parameter query status. +@end deffn +@end deffn + @deffn {NAND Driver} orion These controllers require an extra @command{nand device} parameter: the address of the controller.