summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* jtag: get rid of unecessary jtag_get_end_state()Øyvind Harboe2010-03-191-12/+21
* jtag: remove unecessary usage of jtag_get_end_state().Øyvind Harboe2010-03-191-2/+2
* jtag: remove jtag_get_end_state()'s that should be unecessaryØyvind Harboe2010-03-195-6/+6
* Fix underlying problem with xscale icache and dcache commandsMike Dunn2010-03-181-6/+11
* ADI_v5 - it's not always an "SWJ-DP"David Brownell2010-03-182-175/+175
* Merge branch 'master' of ssh://dbrownell@openocd.git.sourceforge.net/gitroot/...David Brownell2010-03-1813-73/+74
|\
| * jtag: retire one instance of jtag_get_end_state() usageØyvind Harboe2010-03-1813-73/+74
* | remove more duplicationDavid Brownell2010-03-181-25/+0
|/
* oops: committed and pushed two temp files....Øyvind Harboe2010-03-182-3962/+0
* PIC32MX: add unlock cmdSpencer Oliver2010-03-182-0/+77
* MIPS: remove unused arg from mips_ejtag_set_instrSpencer Oliver2010-03-185-51/+51
* jtag: cut down on usage of unintended modification of global end stateØyvind Harboe2010-03-1824-99/+4062
* linker error: fix problem with duplicate fnØyvind Harboe2010-03-181-33/+0
* mips: fix warningØyvind Harboe2010-03-171-1/+1
* gdb: long running "monitor mww" now works w/gdbØyvind Harboe2010-03-171-0/+2
* target: faster mww operationsØyvind Harboe2010-03-171-38/+77
* target: mdX/mwX on target were badly brokenØyvind Harboe2010-03-171-7/+14
* SCRIPT: add add_script_search_dir cmdSpencer Oliver2010-03-171-0/+17
* PIC32: add software reset supportSpencer Oliver2010-03-174-3/+61
* MIPS: remove ejtag_srst variantSpencer Oliver2010-03-172-17/+17
* gdb_server: improved gdb load performanceØyvind Harboe2010-03-171-8/+37
* zy1000: tweak the DCC inner loop a tiny bitØyvind Harboe2010-03-171-5/+8
* arm7/9: remove unused post_restore_contextØyvind Harboe2010-03-1710-20/+0
* ADIv5 transport support moves to separate filesDavid Brownell2010-03-165-430/+589
* bitbang: add jtag_add_tms_seq supportØyvind Harboe2010-03-166-0/+33
* lpc3180: LPC3180(LPC3250) SLC driver implementedrichard vegh2010-03-162-9/+441
* image loading: fix problem with offsets > 0x80000000Bradey Honsinger2010-03-164-4/+4
* move "reset_config" out of JTAG command groupDavid Brownell2010-03-151-11/+11
* rename jtag_nsrst_assert_width as adapter_nsrst_assert_widthDavid Brownell2010-03-153-15/+17
* rename jtag_nsrst_delay as adapter_nsrst_delayDavid Brownell2010-03-153-14/+15
* rename jtag_khz as adapter_khzDavid Brownell2010-03-155-18/+28
* FT2232: bulidfixSpencer Oliver2010-03-151-1/+1
* rename jtag_interface_{init,quit}()David Brownell2010-03-144-18/+21
* FT2232: lookup and save layout just onceDavid Brownell2010-03-141-31/+39
* fix xscale icache and dcache commandsMike Dunn2010-03-111-3/+3
* versaloon cleanup patchDavid Brownell2010-03-111-321/+271
* New JTAG driver for Versaloonsimon qian2010-03-111-1072/+304
* Add support for Bus Pirate as a JTAG adapter.Michal Demin2010-03-113-0/+978
* split "interface" commands from "jtag" onesDavid Brownell2010-03-113-5/+27
* MIPS: make fixed code arrays static constSpencer Oliver2010-03-101-3/+3
* JLINK: user info message cleanupSpencer Oliver2010-03-101-29/+46
* PIC32: add flash algorithm supportSpencer Oliver2010-03-105-471/+234
* STM32: flash loader cleanupSpencer Oliver2010-03-101-12/+25
* STR7: flash loader cleanupSpencer Oliver2010-03-101-14/+30
* STR9: flash loader cleanupSpencer Oliver2010-03-102-8/+19
* ADUC702x: flash loader cleanupSpencer Oliver2010-03-101-1/+1
* CFI CORE: bug-fix protect single sectorAntonio Borneo2010-03-091-2/+2
* move a constant table to .rodata sectionDavid Brownell2010-03-081-1/+1
* cfi: simplify and clearify codeAntonio Borneo2010-03-081-149/+75
* zy1000: embedded ice dcc tweakØyvind Harboe2010-03-081-21/+48