summaryrefslogtreecommitdiff
path: root/src/target/arm11.c
Commit message (Expand)AuthorAgeFilesLines
* jtag_tap_t -> struct jtag_tapZachary T Welch2009-11-131-1/+1
* use CALL_COMMAND_HANDLER instead of direct callsZachary T Welch2009-11-131-3/+4
* use COMMAND_HELPER for command helper functionsZachary T Welch2009-11-131-3/+2
* use COMMAND_HANDLER macro to define all commandsZachary T Welch2009-11-131-5/+4
* arm11: add etmr/etmw registers to access ETM via DBGTAP scan chainMichael Bruck2009-11-101-0/+61
* ARM11: remove old mrc/mcr commandsØyvind Harboe2009-11-101-102/+0
* Add private header for ARM11 internals.Zachary T Welch2009-11-081-0/+1
* ARM11: remove exports and forward declsZachary T Welch2009-11-081-109/+138
* Fix arm11 vcr command parsing.Zachary T Welch2009-11-061-0/+1
* Improve arm11 command argument parsing.Zachary T Welch2009-11-051-7/+7
* arm11: check if target is halted before executing mrc/mcr commands.Øyvind Harboe2009-11-051-0/+7
* ARM11: added mrc/mcr support to arm11 code.Øyvind Harboe2009-11-051-0/+53
* target: remove unused interface fn that clutters codeØyvind Harboe2009-11-051-7/+0
* portability updatesDavid Brownell2009-10-141-2/+2
* Work in progress on arm11 reset. Assert srst.Øyvind Harboe2009-10-141-6/+50
* Cleanup: nuke trailling whitespacesYauheni Kaliuta2009-10-131-1/+1
* Delete commented out code. Add a bit of error checking.Øyvind Harboe2009-10-131-41/+20
* More error propagation fixes.Øyvind Harboe2009-10-121-1/+3
* arm11 burst writes are now only enabled for writes larger than 1 word. Single...Øyvind Harboe2009-10-121-2/+11
* Retire arm11 no_increment. Intended for future expansion to read/write to por...Øyvind Harboe2009-10-121-8/+22
* Propagate wDTR/rDTR failure immediately, otherwise it's followed up by timeou...Øyvind Harboe2009-10-121-0/+1
* printf format warning fixesDavid Brownell2009-10-101-2/+4
* ARM11 error checkingØyvind Harboe2009-10-091-37/+85
* buildfixdbrownell2009-10-071-0/+1
* add timeouts and fix syntax error handling of mrc/mcr commands.oharboe2009-10-071-1/+2
* add timeouts and fix syntax error handling of mrc/mcr commands.oharboe2009-10-071-18/+59
* ARM11 command handling fixesdbrownell2009-09-291-41/+41
* Remove annoying end-of-line whitespace from most src/*dbrownell2009-09-211-1/+1
* added arm11 timeout error messagesoharboe2009-08-281-4/+12
* arm11 hardware step using simulation + breakpoint. Use "hardware_step enable"...oharboe2009-08-271-19/+28
* arm11 single stepping wip - at least we know the next PC nowoharboe2009-08-271-0/+4
* arm11 single stepping wipoharboe2009-08-271-0/+101
* michal smulski <michal.smulski@ooma.com>:zwelch2009-08-061-2/+2
* Refactor code, create target_state_name()duane2009-06-281-4/+4
* Remove whitespace at end of lines, step 1.zwelch2009-06-231-5/+5
* Remove whitespace that occurs before ')'.zwelch2009-06-231-7/+7
* Remove whitespace that occurs after '('.zwelch2009-06-231-14/+14
* - Fixes '+' whitespacezwelch2009-06-231-1/+1
* - Fixes '==' whitespacezwelch2009-06-231-1/+1
* C99 printf() -Werror fixesduane2009-06-211-31/+36
* Transform 'u32' to 'uint32_t' in src/target/arm*zwelch2009-06-181-36/+36
* Transform 'u16' to 'uint16_t'zwelch2009-06-181-5/+5
* Transform 'u8' to 'uint8_t' in src/targetzwelch2009-06-181-14/+14
* Eliminate MixedCaps symbol from public JTAG TAP API:zwelch2009-06-051-1/+1
* Final step in isolating target_type_s structure:zwelch2009-05-311-1/+1
* First step in hiding target_type_s from public interface:zwelch2009-05-311-0/+1
* Add target_get_name wrapper:zwelch2009-05-311-1/+1
* Add wrappers for target->type->examined:zwelch2009-05-311-1/+1
* Michael Bruck <mbruck@digenius.de> ARM11 cleanup stale dependencies with gene...oharboe2009-05-181-19/+17
* Audit and eliminate redundant #include directives in arm target files.zwelch2009-05-111-4/+0