openocd/src
zwelch eb385b2e70 David Brownell <david-b@pacbell.net>:
Update two oddball NAND commands to work with {offset, length}
instead of block numbers, matching the other commands as well
as usage in U-Boot and the Linux-MTD utilities.

Document them accordingly.  Update the single in-tree use of
those commands (sheevaplug).

ALSO:

 (a) Document the current 2 GByte/chip ceiling for NAND chipsize.
     (32 bit offset/length values can't represent 4 GBytes.)  Maybe
     after the upcoming release, the code can switch to 64-bits.

 (b) The "nand check_bad_blocks" should report "bad" blocks.  They
     are not "invalid" blocks; they're "bad" ones.

 (c) Tweak the "nand info" command to handle the "no arguments"
     case sanely (show everything, instead of showing garbage) and
     not listing the blocksize in hex kbytes (duh).


git-svn-id: svn://svn.berlios.de/openocd/trunk@1904 b42882b7-edfa-0310-969c-e2dbd0fdcd60
2009-05-24 01:57:13 +00:00
..
flash David Brownell <david-b@pacbell.net>: 2009-05-24 01:57:13 +00:00
helper delete unused code 2009-05-21 17:44:04 +00:00
jtag Submitted by Magnus Lundin <lundin@mlu.mine.nu>: 2009-05-23 20:52:18 +00:00
pld Author: Rick Altherr <kc8apf@kc8apf.net> 2009-05-22 17:41:54 +00:00
server Include files required to rebuild the HTTP web pages in distribution. 2009-05-13 10:14:40 +00:00
svf SimonQian <simonqian@SimonQian.com>: 2009-05-24 00:47:49 +00:00
target David Brownell <david-b@pacbell.net>: 2009-05-24 01:57:13 +00:00
tcl Move TCL overview from source tree to doxygen manual. 2009-05-20 08:48:19 +00:00
xsvf More printf fixes stemming from format string change in r1882. 2009-05-23 01:25:39 +00:00
ecosboard.c leave eCos include file issues alone for now. 2009-05-11 07:26:11 +00:00
main.c Dick Hollenbeck <dick@softplc.com> moved stuff into openocd.c - should never have been in main.c in the first place. DLL will now build. 2009-05-02 19:31:30 +00:00
Makefile.am Extend autotools build to create shared library libopenocd with libtool: 2009-05-10 22:03:57 +00:00
openocd.c Audit and eliminate redundant #include directives in main src/ files. 2009-05-11 05:00:17 +00:00