| Commit message (Expand) | Author | Age | Files | Lines |
* | Add private header for ARM11 internals. | Zachary T Welch | 2009-11-08 | 1 | -0/+1 |
* | ARM11: remove exports and forward decls | Zachary T Welch | 2009-11-08 | 1 | -109/+138 |
* | Fix arm11 vcr command parsing. | Zachary T Welch | 2009-11-06 | 1 | -0/+1 |
* | Improve arm11 command argument parsing. | Zachary T Welch | 2009-11-05 | 1 | -7/+7 |
* | arm11: check if target is halted before executing mrc/mcr commands. | Øyvind Harboe | 2009-11-05 | 1 | -0/+7 |
* | ARM11: added mrc/mcr support to arm11 code. | Øyvind Harboe | 2009-11-05 | 1 | -0/+53 |
* | target: remove unused interface fn that clutters code | Øyvind Harboe | 2009-11-05 | 1 | -7/+0 |
* | portability updates | David Brownell | 2009-10-14 | 1 | -2/+2 |
* | Work in progress on arm11 reset. Assert srst. | Øyvind Harboe | 2009-10-14 | 1 | -6/+50 |
* | Cleanup: nuke trailling whitespaces | Yauheni Kaliuta | 2009-10-13 | 1 | -1/+1 |
* | Delete commented out code. Add a bit of error checking. | Øyvind Harboe | 2009-10-13 | 1 | -41/+20 |
* | More error propagation fixes. | Øyvind Harboe | 2009-10-12 | 1 | -1/+3 |
* | arm11 burst writes are now only enabled for writes larger than 1 word. Single... | Øyvind Harboe | 2009-10-12 | 1 | -2/+11 |
* | Retire arm11 no_increment. Intended for future expansion to read/write to por... | Øyvind Harboe | 2009-10-12 | 1 | -8/+22 |
* | Propagate wDTR/rDTR failure immediately, otherwise it's followed up by timeou... | Øyvind Harboe | 2009-10-12 | 1 | -0/+1 |
* | printf format warning fixes | David Brownell | 2009-10-10 | 1 | -2/+4 |
* | ARM11 error checking | Øyvind Harboe | 2009-10-09 | 1 | -37/+85 |
* | buildfix | dbrownell | 2009-10-07 | 1 | -0/+1 |
* | add timeouts and fix syntax error handling of mrc/mcr commands. | oharboe | 2009-10-07 | 1 | -1/+2 |
* | add timeouts and fix syntax error handling of mrc/mcr commands. | oharboe | 2009-10-07 | 1 | -18/+59 |
* | ARM11 command handling fixes | dbrownell | 2009-09-29 | 1 | -41/+41 |
* | Remove annoying end-of-line whitespace from most src/* | dbrownell | 2009-09-21 | 1 | -1/+1 |
* | added arm11 timeout error messages | oharboe | 2009-08-28 | 1 | -4/+12 |
* | arm11 hardware step using simulation + breakpoint. Use "hardware_step enable"... | oharboe | 2009-08-27 | 1 | -19/+28 |
* | arm11 single stepping wip - at least we know the next PC now | oharboe | 2009-08-27 | 1 | -0/+4 |
* | arm11 single stepping wip | oharboe | 2009-08-27 | 1 | -0/+101 |
* | michal smulski <michal.smulski@ooma.com>: | zwelch | 2009-08-06 | 1 | -2/+2 |
* | 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 |