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