aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-03-17Fix a bunch of typos.Uwe Hermann13-14/+14
2011-03-15dsp563xx: fix alignment warningsØyvind Harboe1-6/+6
2011-03-15dsp563xx: fix bug in x buffer handlingØyvind Harboe1-1/+1
2011-03-15zy1000: switch to pthreadØyvind Harboe1-11/+13
2011-03-15zy1000: fix JTAG over TCP/IP performance problemØyvind Harboe1-8/+11
2011-03-15zy1000: fix incorrect usage of jtag_sleep()Øyvind Harboe1-1/+2
2011-03-15jtag: clean up jtag_sleep, handle short sleeps correctly via usleepØyvind Harboe1-1/+8
2011-03-15zy1000: reduce memory usage for fw upgrade fnØyvind Harboe1-16/+2
2011-03-13omap4430: add Blaze configAaron Carroll1-0/+6
2011-03-13omap4430: force hardware breakpoints for GDBAaron Carroll1-0/+3
2011-03-13jlink: add Emulator configuration supportJean-Christophe PLAGNIOL-VILLARD2-0/+415
2011-03-13jlink: add detect hw typeJean-Christophe PLAGNIOL-VILLARD1-0/+21
2011-03-13jlink: use tap buffer as 2kJean-Christophe PLAGNIOL-VILLARD1-3/+3
2011-03-13jlink: add capability dumper and commandJean-Christophe PLAGNIOL-VILLARD2-1/+103
2011-03-03ft2232: fix log message and change log output to debugMathias K1-1/+1
2011-03-03at91: add at91sam9g45 supportJean-Christophe PLAGNIOL-VILLARD1-0/+16
2011-03-03at91: add at91sam9g10 supportJean-Christophe PLAGNIOL-VILLARD1-0/+16
2011-03-03at91sam9260: update sram informationJean-Christophe PLAGNIOL-VILLARD1-1/+6
2011-03-03at91: add at91sam9263 supportJean-Christophe PLAGNIOL-VILLARD1-0/+20
2011-03-03at91: add at91sam9261 supportJean-Christophe PLAGNIOL-VILLARD1-0/+14
2011-03-03at91sam9: factorise cpu supportJean-Christophe PLAGNIOL-VILLARD6-127/+70
2011-03-02jlink: add jlink_pid to specify the pid to useJean-Christophe PLAGNIOL-VILLARD2-2/+27
2011-03-02jlink: switch commands to subcommandsJean-Christophe PLAGNIOL-VILLARD2-5/+15
2011-03-02jlink: harmonise the device name to J-LinkJean-Christophe PLAGNIOL-VILLARD1-4/+4
2011-03-02jlink: add new PID and VIDJean-Christophe PLAGNIOL-VILLARD1-2/+8
2011-02-28svf: add nil option that just runs through the svf fileØyvind Harboe1-18/+49
2011-02-25log: debug level is between silent and debug output levelsØyvind Harboe1-9/+8
2011-02-25jtag: add wait_srst_deassert commandØyvind Harboe1-0/+51
2011-02-24ft2232: fix possible read buffer overflowMathias K1-3/+17
2011-02-23cortex_a8: remove dap_ap_sel callsLuca Ellero1-68/+60
2011-02-23add at91rm9200-ek board supportJean-Christophe PLAGNIOL-VILLARD1-0/+112
2011-02-23jlink: set the speed at JLINK_MAX_SPEED when an exceeded speed is requestedJean-Christophe PLAGNIOL-VILLARD1-2/+2
2011-02-21dsp563xx: rudimentary gdb supportMathias K1-206/+477
2011-02-21gitmodules: use http protocol for git2cl moduleEdgar Grimberg1-1/+1
2011-02-18fix compile error under MinGWSimonQian1-3/+3
2011-02-18stm32: add ID for medium density device Rev ZLuca Ellero1-4/+5
2011-02-17arm_adi_v5: add/move apsel member in struct adiv5_dapLuca Ellero4-75/+72
2011-02-17dsp563xx: minor fixes, code cleanupMathias K1-52/+110
2011-02-17dsp563xx_once: Correct wrong return value on jtag communication errorsMathias K1-7/+7
2011-02-17- remove pipeline context, use once register instead - fix wrong register wri...Mathias K2-71/+82
2011-02-15lpc32xx: Flash driverBjarne Steinsbo5-0/+1932
2011-02-15- add parameter flush to the once api to signalize if the jtag queue need to ...Mathias K3-167/+90
2011-02-15- add bulk memory write function - execute jtag queue at the end of the memor...Mathias K1-11/+47
2011-02-15dsp563xx_once: Correct definition of JTAG_INSTR_CLAMPPhil Fong1-1/+1
2011-02-14ft2232: add functions for ft2232 set data bits high/low byte commandMathias K1-280/+93
2011-02-14cortex_a9: move dap_ap_select to arm_avi_v5Luca Ellero1-92/+66
2011-02-14arm_adi_v5: add wrapping transfer functions with selection of apLuca Ellero2-1/+75
2011-02-14arm_adi_v5: add transfer functions prototypes with selection of apLuca Ellero1-0/+31
2011-02-14cortex_a9: check if MMU is enabled on APB read/write memoryLuca Ellero1-0/+22
2011-02-14cortex_a9: check target halted on APB read/write memoryLuca Ellero1-0/+12