aboutsummaryrefslogtreecommitdiff
path: root/src/target/arm11.c
AgeCommit message (Expand)Author
2009-11-13use CALL_COMMAND_HANDLER instead of direct callsZachary T Welch
2009-11-13use COMMAND_HELPER for command helper functionsZachary T Welch
2009-11-13use COMMAND_HANDLER macro to define all commandsZachary T Welch
2009-11-10arm11: add etmr/etmw registers to access ETM via DBGTAP scan chainMichael Bruck
2009-11-10ARM11: remove old mrc/mcr commandsØyvind Harboe
2009-11-08Add private header for ARM11 internals.Zachary T Welch
2009-11-08ARM11: remove exports and forward declsZachary T Welch
2009-11-06Fix arm11 vcr command parsing.Zachary T Welch
2009-11-05Improve arm11 command argument parsing.Zachary T Welch
2009-11-05arm11: check if target is halted before executing mrc/mcr commands.Øyvind Harboe
2009-11-05ARM11: added mrc/mcr support to arm11 code.Øyvind Harboe
2009-11-05target: remove unused interface fn that clutters codeØyvind Harboe
2009-10-14portability updatesDavid Brownell
2009-10-14Work in progress on arm11 reset. Assert srst.Øyvind Harboe
2009-10-13Cleanup: nuke trailling whitespacesYauheni Kaliuta
2009-10-13Delete commented out code. Add a bit of error checking.Øyvind Harboe
2009-10-12More error propagation fixes.Øyvind Harboe
2009-10-12arm11 burst writes are now only enabled for writes larger than 1 word. Single...Øyvind Harboe
2009-10-12Retire arm11 no_increment. Intended for future expansion to read/write to por...Øyvind Harboe
2009-10-12Propagate wDTR/rDTR failure immediately, otherwise it's followed up by timeou...Øyvind Harboe
2009-10-10printf format warning fixesDavid Brownell
2009-10-09ARM11 error checkingØyvind Harboe
2009-10-07buildfixdbrownell
2009-10-07add timeouts and fix syntax error handling of mrc/mcr commands.oharboe
2009-10-07add timeouts and fix syntax error handling of mrc/mcr commands.oharboe
2009-09-29ARM11 command handling fixesdbrownell
2009-09-21Remove annoying end-of-line whitespace from most src/*dbrownell
2009-08-28added arm11 timeout error messagesoharboe
2009-08-27arm11 hardware step using simulation + breakpoint. Use "hardware_step enable"...oharboe
2009-08-27arm11 single stepping wip - at least we know the next PC nowoharboe
2009-08-27arm11 single stepping wipoharboe
2009-08-06michal smulski <michal.smulski@ooma.com>:zwelch
2009-06-28Refactor code, create target_state_name()duane
2009-06-23Remove whitespace at end of lines, step 1.zwelch
2009-06-23Remove whitespace that occurs before ')'.zwelch
2009-06-23Remove whitespace that occurs after '('.zwelch
2009-06-23- Fixes '+' whitespacezwelch
2009-06-23- Fixes '==' whitespacezwelch
2009-06-21C99 printf() -Werror fixesduane
2009-06-18Transform 'u32' to 'uint32_t' in src/target/arm*zwelch
2009-06-18Transform 'u16' to 'uint16_t'zwelch
2009-06-18Transform 'u8' to 'uint8_t' in src/targetzwelch
2009-06-05Eliminate MixedCaps symbol from public JTAG TAP API:zwelch
2009-05-31Final step in isolating target_type_s structure:zwelch
2009-05-31First step in hiding target_type_s from public interface:zwelch
2009-05-31Add target_get_name wrapper:zwelch
2009-05-31Add wrappers for target->type->examined:zwelch
2009-05-18Michael Bruck <mbruck@digenius.de> ARM11 cleanup stale dependencies with gene...oharboe
2009-05-11Audit and eliminate redundant #include directives in arm target files.zwelch
2009-05-10David Brownell <david-b@pacbell.net> fix warningsoharboe