summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* support OPENOCD_DEBUG_LEVEL environment settingZachary T Welch2009-11-251-0/+13
* log: improve initializationZachary T Welch2009-11-253-14/+11
* add 'testee' target typeZachary T Welch2009-11-253-1/+52
* improve command handling examplesZachary T Welch2009-11-255-5/+62
* add script_command_run helperZachary T Welch2009-11-251-26/+19
* encapsulate and re-use log capture, retval setupZachary T Welch2009-11-251-49/+43
* combine help and usage command handlersZachary T Welch2009-11-251-20/+8
* improve usage and help command outputZachary T Welch2009-11-242-44/+38
* allow scripts to update usage informationZachary T Welch2009-11-242-7/+36
* httpd: use register_commands()Zachary T Welch2009-11-244-20/+51
* add jim_handler to command_registrationZachary T Welch2009-11-246-83/+146
* refactor command_new to use command_registrationZachary T Welch2009-11-241-12/+10
* remove register_commands from etm_capture_driverZachary T Welch2009-11-245-31/+17
* remove target_type register_command callbackZachary T Welch2009-11-2431-149/+89
* xscale: use register_commands()Zachary T Welch2009-11-241-23/+107
* trace: use register_commands()Zachary T Welch2009-11-241-10/+29
* target_request: use register_commands()Zachary T Welch2009-11-241-8/+21
* target: use register_commands()Zachary T Welch2009-11-241-104/+201
* oocd_trace: use register_commands()Zachary T Welch2009-11-241-10/+32
* etm_dummy: use register_commands()Zachary T Welch2009-11-241-7/+20
* etm: use register_commands()Zachary T Welch2009-11-241-37/+89
* etb: use register_commands()Zachary T Welch2009-11-241-8/+20
* cortex_m3: use register_commands()Zachary T Welch2009-11-241-19/+36
* cortex_a8: use register_commands()Zachary T Welch2009-11-241-17/+25
* armv7m: use register_commands()Zachary T Welch2009-11-241-28/+48
* armv7a: use register_commands()Zachary T Welch2009-11-241-27/+48
* armv4_5: use register_commands()Zachary T Welch2009-11-241-18/+34