| Commit message (Expand) | Author | Age | Files | Lines |
* | Refactor code, create target_state_name() | duane | 2009-06-28 | 1 | -4/+4 |
* | Remove whitespace at end of lines, step 1. | zwelch | 2009-06-23 | 1 | -5/+5 |
* | Remove whitespace that occurs before ')'. | zwelch | 2009-06-23 | 1 | -7/+7 |
* | Remove whitespace that occurs after '('. | zwelch | 2009-06-23 | 1 | -14/+14 |
* | - Fixes '+' whitespace | zwelch | 2009-06-23 | 1 | -1/+1 |
* | - Fixes '==' whitespace | zwelch | 2009-06-23 | 1 | -1/+1 |
* | C99 printf() -Werror fixes | duane | 2009-06-21 | 1 | -31/+36 |
* | Transform 'u32' to 'uint32_t' in src/target/arm* | zwelch | 2009-06-18 | 1 | -36/+36 |
* | Transform 'u16' to 'uint16_t' | zwelch | 2009-06-18 | 1 | -5/+5 |
* | Transform 'u8' to 'uint8_t' in src/target | zwelch | 2009-06-18 | 1 | -14/+14 |
* | Eliminate MixedCaps symbol from public JTAG TAP API: | zwelch | 2009-06-05 | 1 | -1/+1 |
* | Final step in isolating target_type_s structure: | zwelch | 2009-05-31 | 1 | -1/+1 |
* | First step in hiding target_type_s from public interface: | zwelch | 2009-05-31 | 1 | -0/+1 |
* | Add target_get_name wrapper: | zwelch | 2009-05-31 | 1 | -1/+1 |
* | Add wrappers for target->type->examined: | zwelch | 2009-05-31 | 1 | -1/+1 |
* | Michael Bruck <mbruck@digenius.de> ARM11 cleanup stale dependencies with gene... | oharboe | 2009-05-18 | 1 | -19/+17 |
* | Audit and eliminate redundant #include directives in arm target files. | zwelch | 2009-05-11 | 1 | -4/+0 |
* | David Brownell <david-b@pacbell.net> fix warnings | oharboe | 2009-05-10 | 1 | -1/+1 |
* | Michael Bruck <mbruck@digenius.de> ARM11 C99 updates | oharboe | 2009-05-09 | 1 | -41/+29 |
* | fix c99 compile errors | oharboe | 2009-05-07 | 1 | -2/+4 |
* | Fix most pointer cast alignment warnings in arm11.c; fix u16 memory reads.. | zwelch | 2009-05-07 | 1 | -23/+24 |
* | fix checksum memory. By failing the fallback code will handle checksum calcul... | oharboe | 2009-04-28 | 1 | -3/+5 |
* | convert some LOG_INFO()'s during stepping into LOG_DEBUG() | oharboe | 2009-04-28 | 1 | -9/+9 |
* | Michael Bruck <mbruck@digenius.de> macros for error handling | oharboe | 2009-04-28 | 1 | -95/+37 |
* | clean up debug/info output to be in line with other targets | oharboe | 2009-04-27 | 1 | -5/+16 |
* | more error handling | oharboe | 2009-04-27 | 1 | -4/+8 |
* | a little bit more error handling in ARM11 | oharboe | 2009-04-27 | 1 | -16/+43 |
* | Michael Bruck <mbruck@digenius.de> ARM11 various updates + fix formatting. | oharboe | 2009-04-22 | 1 | -415/+452 |
* | The following patches was applied: | mifi | 2009-04-18 | 1 | -7/+7 |
* | Change tap_state naming to be consistent with SVF documentation. | kc8apf | 2008-12-13 | 1 | -8/+8 |
* | jtag newtap change & huge manual update | duane | 2008-11-30 | 1 | -21/+20 |
* | jtag_get_device() now returns NULL and reports error instead of invoking exit() | oharboe | 2008-11-19 | 1 | -1/+3 |
* | Laurentiu Cocanu - add error handling | oharboe | 2008-10-14 | 1 | -15/+54 |
* | fix crash when connecting GDB to powered down target | oharboe | 2008-10-13 | 1 | -1/+2 |
* | fix crash when connecting GDB to powered down target | oharboe | 2008-10-13 | 1 | -3/+2 |
* | - remove build warnings from mips_m4k.c and arm11.c | ntfreak | 2008-10-08 | 1 | -826/+787 |
* | Fixes SEGFAULT when setting registers from GDB. | oharboe | 2008-10-07 | 1 | -1/+4 |
* | Georg Acher <acher@in.tum.de> - arm11 wip. run algorithm + small init bugfix. | oharboe | 2008-10-07 | 1 | -30/+189 |
* | - added myself to copyright on files i remember adding large contributions fo... | ntfreak | 2008-09-20 | 1 | -9/+1 |
* | Duane Ellis: "target as an [tcl] object" feature. | oharboe | 2008-09-01 | 1 | -11/+12 |
* | fixed bug in arm11 examine code. | oharboe | 2008-08-25 | 1 | -0/+2 |
* | duan ellis target tcl work in progress | oharboe | 2008-08-24 | 1 | -5/+11 |
* | sharpen error propagation a wee bit. | oharboe | 2008-08-20 | 1 | -1/+3 |
* | removed a couple of exit()'s from error handling. | oharboe | 2008-08-19 | 1 | -9/+10 |
* | fixed not halted error messages | oharboe | 2008-08-17 | 1 | -4/+4 |
* | Duane Ellis: fix warnings | oharboe | 2008-08-05 | 1 | -1/+1 |
* | define resetting the target into the halted or running | oharboe | 2008-08-05 | 1 | -0/+7 |
* | moves handling of problems with resetting into the halted state | oharboe | 2008-08-05 | 1 | -1/+1 |
* | ARM11 update. OpenOCD supports starting without being able to talk to the har... | oharboe | 2008-07-04 | 1 | -0/+8 |
* | - reverted some of the changes that possibly broke arm926ejs. Waiting | oharboe | 2008-04-04 | 1 | -2/+2 |