openocd/src/target
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
..
board David Brownell <david-b@pacbell.net>: 2009-05-24 01:57:13 +00:00
ecos - reverted some of the changes that possibly broke arm926ejs. Waiting 2008-04-04 13:47:38 +00:00
interface - add missing svn props from svn 1798 commit 2009-05-18 07:04:58 +00:00
target Freddie Chopin <freddie_chopin@op.pl>: 2009-05-24 00:16:04 +00:00
test selftest wip 2009-05-14 10:52:41 +00:00
xscale - added svn props 2008-02-28 10:07:54 +00:00
algorithm.c Audit and remove redundant uses of replacements.h in the tree. 2009-05-12 08:35:17 +00:00
algorithm.h - prepare OpenOCD for branching, created ./trunk/ 2006-06-02 10:36:31 +00:00
arm_adi_v5.c switch to jtag_add_callback() - USB performance fix 2009-05-11 07:26:59 +00:00
arm_adi_v5.h Added dap baseaddr and dap apid commands 2009-04-27 16:08:25 +00:00
arm_disassembler.c Audit and eliminate redundant #include directives in arm target files. 2009-05-11 04:46:21 +00:00
arm_disassembler.h - added manpage for OpenOCD (thanks to Uwe Hermann) 2007-06-14 09:47:00 +00:00
arm_jtag.c Audit and eliminate redundant #include directives in arm target files. 2009-05-11 04:46:21 +00:00
arm_jtag.h used by upcoming commits 2009-05-11 06:55:00 +00:00
arm_simulator.c Audit and eliminate redundant #include directives in arm target files. 2009-05-11 04:46:21 +00:00
arm_simulator.h Audit and eliminate redundant #include directives in arm target files. 2009-05-11 04:46:21 +00:00
arm7_9_common.c Submitted by Dean Glazeski <dnglaze@gmail.com>: 2009-05-22 02:27:30 +00:00
arm7_9_common.h Submitted by Dean Glazeski <dnglaze@gmail.com>: 2009-05-22 02:27:30 +00:00
arm7tdmi.c fix memory corruption introduce in 1730 2009-05-12 07:03:50 +00:00
arm7tdmi.h Audit and eliminate redundant #include directives in arm target files. 2009-05-11 04:46:21 +00:00
arm9tdmi.c fix memory corruption introduce in 1730 2009-05-12 07:03:50 +00:00
arm9tdmi.h Audit and eliminate redundant #include directives in arm target files. 2009-05-11 04:46:21 +00:00
arm11_dbgtap.c Michael Bruck <mbruck@digenius.de> ARM11 cleanup stale dependencies with generic arm code; added comments and whitespace fixes 2009-05-18 07:02:12 +00:00
arm11.c Michael Bruck <mbruck@digenius.de> ARM11 cleanup stale dependencies with generic arm code; added comments and whitespace fixes 2009-05-18 07:02:12 +00:00
arm11.h Michael Bruck <mbruck@digenius.de> ARM11 cleanup stale dependencies with generic arm code; added comments and whitespace fixes 2009-05-18 07:02:12 +00:00
arm720t.c switch to jtag_add_callback() - USB performance fix 2009-05-11 07:33:43 +00:00
arm720t.h Audit and eliminate redundant #include directives in arm target files. 2009-05-11 04:46:21 +00:00
arm920t.c switch to jtag_add_callback() - USB performance fix 2009-05-11 07:36:16 +00:00
arm920t.h Audit and eliminate redundant #include directives in arm target files. 2009-05-11 04:46:21 +00:00
arm926ejs.c switch to jtag_add_callback() - USB performance fix 2009-05-11 07:38:10 +00:00
arm926ejs.h Audit and eliminate redundant #include directives in arm target files. 2009-05-11 04:46:21 +00:00
arm966e.c switch to jtag_add_callback() - USB performance fix 2009-05-11 07:39:36 +00:00
arm966e.h Audit and eliminate redundant #include directives in arm target files. 2009-05-11 04:46:21 +00:00
armv4_5_cache.c Audit and eliminate redundant #include directives in arm target files. 2009-05-11 04:46:21 +00:00
armv4_5_cache.h Audit and eliminate redundant #include directives in arm target files. 2009-05-11 04:46:21 +00:00
armv4_5_mmu.c David Brownell <david-b@pacbell.net>: This patch adds annotations to 2009-05-21 09:28:57 +00:00
armv4_5_mmu.h Audit and eliminate redundant #include directives in arm target files. 2009-05-11 04:46:21 +00:00
armv4_5.c David Brownell <david-b@pacbell.net>: This patch adds annotations to 2009-05-21 09:28:57 +00:00
armv4_5.h David Brownell <david-b@pacbell.net> whitespace fixes. 2009-05-10 19:02:07 +00:00
armv7m.c Audit and eliminate redundant #include directives in arm target files. 2009-05-11 04:46:21 +00:00
armv7m.h Audit and eliminate redundant #include directives in arm target files. 2009-05-11 04:46:21 +00:00
avrt.c Audit and eliminate redundant #include directives in other target files. 2009-05-11 04:56:37 +00:00
avrt.h Audit and eliminate redundant #include directives in other target files. 2009-05-11 04:56:37 +00:00
breakpoints.c Audit and eliminate redundant #include directives in other target files. 2009-05-11 04:56:37 +00:00
breakpoints.h Audit and eliminate redundant #include directives in core target files. 2009-05-11 04:38:18 +00:00
cortex_a8.c Audit and eliminate redundant #include directives in other target files. 2009-05-11 04:56:37 +00:00
cortex_a8.h Dirk Behme <dirk.behme@googlemail.com> Add minimalist Cortex A8 file 2009-05-04 18:44:12 +00:00
cortex_m3.c Audit and eliminate redundant #include directives in other target files. 2009-05-11 04:56:37 +00:00
cortex_m3.h Changed armv7m and cortexm3 to use nev arm_adi_v5 instead of cortex_swjdp. 2009-04-27 08:29:28 +00:00
embeddedice.c switch to jtag_add_dr_scan_check() - USB performance fix 2009-05-11 09:10:03 +00:00
embeddedice.h Audit and eliminate redundant #include directives in other target files. 2009-05-11 04:56:37 +00:00
etb.c Consolidate target selection code into single get_target() that handles both names and numbers. Provided by David Brownell <david-b@pacbell.net> 2009-05-18 04:44:28 +00:00
etb.h Audit and eliminate redundant #include directives in other target files. 2009-05-11 04:56:37 +00:00
etm_dummy.c Consolidate target selection code into single get_target() that handles both names and numbers. Provided by David Brownell <david-b@pacbell.net> 2009-05-18 04:44:28 +00:00
etm_dummy.h Audit and eliminate redundant #include directives in other target files. 2009-05-11 04:56:37 +00:00
etm.c David Brownell <david-b@pacbell.net>: This patch adds annotations to 2009-05-21 09:28:57 +00:00
etm.h Audit and eliminate redundant #include directives in other target files. 2009-05-11 04:56:37 +00:00
feroceon.c Audit and eliminate redundant #include directives in other target files. 2009-05-11 04:56:37 +00:00
image.c Consolidate target selection code into single get_target() that handles both names and numbers. Provided by David Brownell <david-b@pacbell.net> 2009-05-18 04:44:28 +00:00
image.h Audit and eliminate redundant #include directives in other target files. 2009-05-11 04:56:37 +00:00
Makefile.am Extend autotools build to create shared library libopenocd with libtool: 2009-05-10 22:03:57 +00:00
mips_ejtag.c Author: Spencer Oliver <spen@spen-soft.co.uk> 2009-05-20 05:07:34 +00:00
mips_ejtag.h Author: Spencer Oliver <spen@spen-soft.co.uk> 2009-05-20 05:07:34 +00:00
mips_m4k.c Author: Spencer Oliver <spen@spen-soft.co.uk> 2009-05-20 05:07:34 +00:00
mips_m4k.h Audit and eliminate redundant #include directives in other target files. 2009-05-11 04:56:37 +00:00
mips32_dmaacc.c Audit and eliminate redundant #include directives in other target files. 2009-05-11 04:56:37 +00:00
mips32_dmaacc.h - remove target specific variant and use target->variant member 2008-12-13 12:44:39 +00:00
mips32_pracc.c Audit and eliminate redundant #include directives in other target files. 2009-05-11 04:56:37 +00:00
mips32_pracc.h Nico Coesel <ncoesel@dealogic.nl> MIPS32 speedup patches 2009-04-21 11:35:58 +00:00
mips32.c Author: Spencer Oliver <spen@spen-soft.co.uk> 2009-05-20 05:07:34 +00:00
mips32.h Author: Spencer Oliver <spen@spen-soft.co.uk> 2009-05-20 05:07:34 +00:00
oocd_trace.c Define _GNU_SOURCE in config.h, remove definitions from source files. 2009-05-12 07:35:00 +00:00
oocd_trace.h Audit and eliminate redundant #include directives in other target files. 2009-05-11 04:56:37 +00:00
register.c Audit and eliminate redundant #include directives in other target files. 2009-05-11 04:56:37 +00:00
register.h Audit and eliminate redundant #include directives in other target files. 2009-05-11 04:56:37 +00:00
target_request.c Audit and eliminate redundant #include directives in other target files. 2009-05-11 04:56:37 +00:00
target_request.h Fix compilation of target_request.h when it is included first. 2009-05-11 04:21:24 +00:00
target.c David Brownell <david-b@pacbell.net>: This patch adds annotations to 2009-05-21 09:28:57 +00:00
target.h Consolidate target selection code into single get_target() that handles both names and numbers. Provided by David Brownell <david-b@pacbell.net> 2009-05-18 04:44:28 +00:00
trace.c David Brownell <david-b@pacbell.net>: This patch adds annotations to 2009-05-21 09:28:57 +00:00
trace.h Audit and eliminate redundant #include directives in other target files. 2009-05-11 04:56:37 +00:00
xscale.c Consolidate target selection code into single get_target() that handles both names and numbers. Provided by David Brownell <david-b@pacbell.net> 2009-05-18 04:44:28 +00:00
xscale.h Audit and eliminate redundant #include directives in other target files. 2009-05-11 04:56:37 +00:00