| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | stm32: return early upon block write failure | Øyvind Harboe | 2010-11-09 | 1 | -0/+3 |
* | stm32: return error when failing to read | Øyvind Harboe | 2010-11-09 | 1 | -9/+25 |
* | stm32: add error propagation on writes | Øyvind Harboe | 2010-11-09 | 1 | -42/+111 |
* | stm32: sharpen error handling for timeouts | Øyvind Harboe | 2010-11-09 | 1 | -108/+69 |
* | lpc3131: target definition | Andrew Leech | 2010-11-09 | 1 | -0/+76 |
* | TCL scripts: add support for ST SPEAr310 | Antonio Borneo | 2010-11-06 | 7 | -0/+428 |
* | Add EfikaMX smarttop board support | Marek Vasut | 2010-11-05 | 1 | -0/+9 |
* | CortexA8: Introduce Freescale i.MX51 variant | Marek Vasut | 2010-11-05 | 1 | -0/+51 |
* | CortexA8: Implement debug base autodetection | Marek Vasut | 2010-11-05 | 1 | -7/+12 |
* | ADIv5: Implement function to lookup CoreSight component | Marek Vasut | 2010-11-05 | 2 | -0/+45 |
* | ADIv5: Introduce function to detect ROM Table location | Marek Vasut | 2010-11-05 | 2 | -27/+56 |
* | arm964e: Add support for ARM946E target. | ddraskovic | 2010-11-04 | 4 | -0/+769 |
* | bootstrap: add quick start build instructions | Øyvind Harboe | 2010-10-29 | 1 | -1/+13 |
* | jimtcl: 0.63 release | Øyvind Harboe | 2010-10-29 | 2 | -0/+3 |
* | jim tests: use installed | Øyvind Harboe | 2010-10-29 | 14 | -14903/+79 |
* | src: add loader src description | Spencer Oliver | 2010-10-28 | 8 | -0/+17 |
* | contrib: add ram loader src code | Spencer Oliver | 2010-10-28 | 9 | -0/+589 |
* | imx31pdk: use rclk w/1MHz fallback | Øyvind Harboe | 2010-10-28 | 1 | -0/+17 |
* | help: help now works on configuration commands | Øyvind Harboe | 2010-10-27 | 1 | -3/+0 |
* | Make systesetreq typos read sysresetreq instead | Peter Stuge | 2010-10-25 | 2 | -2/+2 |
* | Remove srst_pulls_trst from LPC1768 target | Peter Stuge | 2010-10-25 | 1 | -3/+0 |
* | buspirate: change handling of communication speed setting + create serial por... | Michal Demin | 2010-10-25 | 1 | -11/+16 |
* | buspirate: Serial port was not correctly closed. | Michal Demin | 2010-10-25 | 1 | -0/+9 |
* | TARGET: review handle_load_image_command() | Antonio Borneo | 2010-10-12 | 1 | -16/+8 |
* | TARGET: fix segfault in handle_dump_image_command() | Antonio Borneo | 2010-10-12 | 1 | -3/+3 |
* | swj-dp.tcl (SWD infrastructure #1) | David Brownell | 2010-10-10 | 3 | -1/+44 |
* | add JLINK protocol doc ref | David Brownell | 2010-10-10 | 1 | -0/+3 |
* | build: remove warn_unused_result errors | Spencer Oliver | 2010-10-05 | 2 | -2/+2 |
* | gdbderver: fix gdb pipe startup overflow | Spencer Oliver | 2010-10-05 | 1 | -3/+5 |
* | gdbserver: fix gdb_port memory leak | Spencer Oliver | 2010-10-04 | 1 | -1/+3 |
* | server: fix server pipe windows support | Spencer Oliver | 2010-10-04 | 1 | -10/+14 |
* | zy1000: add : port number syntax for tftp filing system | Øyvind Harboe | 2010-10-01 | 1 | -1/+11 |
* | pipes: add documentation for pipes | Øyvind Harboe | 2010-10-01 | 4 | -10/+31 |
* | server: add support for pipes | Øyvind Harboe | 2010-10-01 | 7 | -89/+82 |
* | server: specify port as a string | Øyvind Harboe | 2010-10-01 | 5 | -41/+104 |
* | server: read/write now goes through connection fn's | Øyvind Harboe | 2010-10-01 | 5 | -5/+35 |
* | server: split file descriptors in in/out fd's | Øyvind Harboe | 2010-10-01 | 5 | -19/+15 |
* | server: rely on ctrl-c to stop openocd | Øyvind Harboe | 2010-10-01 | 1 | -26/+2 |
* | log: remove hack to redirect logs when pipes are in use | Øyvind Harboe | 2010-10-01 | 1 | -17/+2 |
* | Update ep93xx and at91rm9200 drivers | Luca Bruno | 2010-09-30 | 2 | -26/+12 |
* | fileio: fileio_size() can now fail | Øyvind Harboe | 2010-09-29 | 9 | -20/+92 |
* | fileio: refactor struct fileio to be an opaque structure | Øyvind Harboe | 2010-09-29 | 9 | -39/+64 |
* | TCL scripts: fix ocd_mem2array/mem2array | Antonio Borneo | 2010-09-28 | 1 | -1/+1 |
* | flash: fix error handling | Øyvind Harboe | 2010-09-27 | 1 | -2/+11 |
* | image: fix spelling mistake | Øyvind Harboe | 2010-09-27 | 3 | -19/+19 |
* | Fix omap3_dbginit to write to physical memory. | Zachary T Welch | 2010-09-26 | 1 | -1/+1 |
* | zy1000: fix non-JTAG master build | Øyvind Harboe | 2010-09-26 | 1 | -1/+1 |
* | gdb: fix blank line at top | Øyvind Harboe | 2010-09-26 | 1 | -1/+0 |
* | jtagdp: remove #if 0'd kludges and explain why the code is correct | Øyvind Harboe | 2010-09-21 | 1 | -16/+24 |
* | flash: fix error handling | Øyvind Harboe | 2010-09-21 | 2 | -40/+5 |