summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* XScale: initial PXA3xx supportMarek Vasut2009-11-292-11/+39
* ARM11: fix warning on cygwinDavid Brownell2009-11-291-9/+22
* bugfix: 'init' changes state, not main()David Brownell2009-11-281-1/+2
* fix s3c24xx device command helperlementec fabien2009-11-281-1/+4
* Cortex-M3: don't chain "struct arm" commandsDavid Brownell2009-11-281-3/+0
* add 'nonce' nand driverZachary T Welch2009-11-283-0/+83
* add more stub handlers to testee targetZachary T Welch2009-11-281-2/+22
* explode tcl_target_func into many handlersZachary T Welch2009-11-281-387/+521
* split jim_target into multiple handlersZachary T Welch2009-11-281-109/+137
* split jim_newtap_cmd into piecesZachary T Welch2009-11-281-70/+94
* improve jtag_tap_configureZachary T Welch2009-11-281-77/+88
* improve jtag_tap_handle_event indentationZachary T Welch2009-11-281-23/+30
* begin moving JTAG jim handlers/helpersZachary T Welch2009-11-281-227/+236
* split jim_jtag_command into multiple handlersZachary T Welch2009-11-281-180/+212
* remove redundant 'rm' command handlerZachary T Welch2009-11-281-27/+0
* add error checking in command_newZachary T Welch2009-11-281-20/+30
* include mode information in help text.Zachary T Welch2009-11-281-3/+27
* refactor command mode detectionZachary T Welch2009-11-281-2/+7
* add command private data setter/accessorZachary T Welch2009-11-282-0/+31
* add 'command mode' introspective handlerZachary T Welch2009-11-281-0/+39
* remove unknown handlerZachary T Welch2009-11-282-36/+38
* improve command handler wrapper scriptZachary T Welch2009-11-282-3/+26
* add 'command type' introspective handlerZachary T Welch2009-11-281-0/+43
* ARM11: fix warning on amd64David Brownell2009-11-281-1/+4
* ARM11: fix dbgtap JTAG_DEBUGDavid Brownell2009-11-281-2/+2
* target: uplevel add_{break,watch}point() error checksDavid Brownell2009-11-286-38/+23
* target: remove unused TARGET_EVENT_OLD_* symbolsDavid Brownell2009-11-281-2/+0
* Cortex-A8: support "reset-assert" eventDavid Brownell2009-11-271-5/+28
* target: groundwork for "reset-assert" eventDavid Brownell2009-11-272-3/+21
* ARM11: write_memory() avoids increment checkDavid Brownell2009-11-271-9/+19
* fix regression causing duplicated outputZachary T Welch2009-11-271-13/+28
* zy1000: keep up with new command registration stuffØyvind Harboe2009-11-271-42/+46
* update minidummy interface driver command handlingZachary T Welch2009-11-271-1/+1
* fix 'nand info' commandZachary T Welch2009-11-271-5/+5
* zy1000: keep up with changes to log_init()Øyvind Harboe2009-11-271-7/+1
* minidummy: fix compilation errorØyvind Harboe2009-11-271-2/+2
* ARM NAND I/O header documentation update.Dean Glazeski2009-11-261-6/+10
* ARM NAND I/O documentation update.Dean Glazeski2009-11-261-1/+7
* ARM NAND I/O refactor code copying.Dean Glazeski2009-11-261-40/+47
* ARM NAND I/O read function.Dean Glazeski2009-11-262-1/+91
* NAND Flash documentation update.Dean Glazeski2009-11-261-1/+47
* XScale: add stub {read,write}_phys routinesDavid Brownell2009-11-261-0/+20
* fix typos in source filesUwe Hermann2009-11-263-8/+8
* fix 'flash protect' and 'flash erase_sector'Eric Wetzel2009-11-261-3/+3
* target: create and use target_name()David Brownell2009-11-255-24/+34
* target: target_get_name() --> target_type_name()David Brownell2009-11-257-17/+26
* ARM: minor armv4/armv5 cleanupDavid Brownell2009-11-251-1/+12
* ARM: comment tweaks in ADIv5David Brownell2009-11-251-2/+5
* ARM7/9: shrink run_algorithm_inner() linesDavid Brownell2009-11-251-2/+10
* use ARRAY_SIZE macroZachary T Welch2009-11-2510-36/+36