aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-01-04retire ERROR_INVALID_ARGUMENTS and replace with ERROR_COMMAND_SYNTAX_ERRORØyvind Harboe36-167/+166
2012-01-04command: print BUG warning when usage is missingMathias K5-3/+27
2012-01-04build: fix make distSpencer Oliver2-2/+6
2012-01-03Add STM32F2X/STLINK target config file.Mathias K1-0/+32
2012-01-03Add STLINK/V2 interface config file.Mathias K1-0/+13
2012-01-03STM32 ST-LINK target initial releaseMathias K3-1/+674
2012-01-03ST-LINK USB initial releaseMathias K15-2/+1526
2012-01-03Make jim functions public accessible.Mathias K2-2/+12
2012-01-03Make cortex_m3 functions public accessible.Mathias K2-13/+21
2012-01-03add private data pointer to the tap interfaceMathias K1-1/+3
2012-01-03helper: fix arm11 help textSpencer Oliver1-3/+5
2011-12-31build: fix mingw build issuesSpencer Oliver1-0/+3
2011-12-23Renamed mx2.{c,h} to mxc.{c,h} and added copyright noticeErik Ahlén3-3/+9
2011-12-23Documentation for mxc NAND flash controllerErik Ahlén1-0/+21
2011-12-23Added support for i.MX35 NAND Flash Controller (v2)Erik Ahlén2-136/+285
2011-12-23Added command to enable/disable/query BI-swap for MXC NANDErik Ahlén1-0/+51
2011-12-23Made BI-swap optional in mxc.Erik Ahlén3-19/+35
2011-12-23Added board type as a parameter to mx2 NFC as they have different base addres...Erik Ahlén3-44/+63
2011-12-23at91sam3XXX.cfg: Configure JTAG clock to 500 kHz.Ulf Samuelsson1-0/+12
2011-12-23Olimex-ARM-USB-OCD-H: Add udev ruleUlf Samuelsson1-0/+3
2011-12-23jtag: only if an in_value storage is provided will the captured IR value be c...Øyvind Harboe1-7/+1
2011-12-22git should ignore patches from format-patchUlf Samuelsson1-0/+1
2011-12-20jtag: stop using sharp corner of JTAG APIØyvind Harboe1-0/+4
2011-12-20jtag: make caller always allocate bufferØyvind Harboe3-41/+2
2011-12-20jtag: retire jtag_alloc_in_value32Øyvind Harboe3-21/+0
2011-12-20jtag: retire jtag_alloc_in_value32 APIØyvind Harboe2-4/+12
2011-12-19STM32F2x: check flash unlock, add mass eraseMathias K1-0/+81
2011-12-19build: libusb use AC_CHECK_HEADERSpencer Oliver1-1/+1
2011-12-19build: update to using new AC_OUTPUT macroSpencer Oliver1-20/+21
2011-12-19build: correctly quote m4 parametersSpencer Oliver1-206/+201
2011-12-19Renamed mx2/imx27 to mxc.Erik Ahlén4-244/+245
2011-12-19Indentation and white space fixes.Erik Ahlén2-135/+129
2011-12-16Initialize return value.Mathias K1-1/+1
2011-12-16checkpatch: fix false indent triggerSpencer Oliver1-1/+1
2011-12-16checkpatch: disable extern and switch indent checksSpencer Oliver1-48/+48
2011-12-16Change checkpatch.pl tab expanding to 4 characters.Erik Ahlén1-1/+1
2011-12-15Updating FSF Address.Dean Glazeski1-1/+1
2011-12-13zy1000: fix crash in JTAG over TCP/IPØyvind Harboe1-0/+12
2011-12-12jlink libusb-1.0 driver.Mauro Gamba2-33/+24
2011-12-12HACKING: add explanation why we want cool-off times as long as a week or twoØyvind Harboe1-1/+22
2011-12-11dsp5680xx - indent fixrodrigo_l_rosa3-1725/+2207
2011-12-06TCL/SPEAr: default one DDR chipAntonio Borneo1-1/+8
2011-12-06make checkpatch.sh take an optional 'since' refspecAndreas Fritiofson1-1/+2
2011-12-05HACKING - checkpatch before pushing makes life quickerrodrigo_l_rosa1-0/+1
2011-12-02libusb: Fix build issues under cygwin/mingwSpencer Oliver2-2/+2
2011-12-02gdb_server: use strndup to allocate debug messagesSpencer Oliver1-8/+2
2011-12-02openocd.c: whitespace cleanupSpencer Oliver1-4/+3
2011-12-02Fix remaining incorrect reference to target/at91sam3uXX.cfgPeter Stuge1-1/+1
2011-12-01make sure file name case of at91sam3uxx matches what other files includeHarald Welte1-0/+0
2011-12-01binarybuffer: use strndup to allocate stringSpencer Oliver1-4/+2