68 Commits (bef37ceba2bde6a34d003762bced007bed894bc7)

Author SHA1 Message Date
  David Brownell 6f929dbd93 target files shouldn't #include <target/...h> 14 years ago
  David Brownell 0a1b7dcfc4 ARM: use <target/arm.h> not armv4_5.h 14 years ago
  David Brownell a0edb8a328 ARM11: basic watchpoint support 14 years ago
  David Brownell ea7a49cb9b ARM DPM: share debug reason logic 14 years ago
  David Brownell 6eee0729d7 ARM11: use shared DSCR bit names 14 years ago
  Zachary T Welch ddea033043 change #include "armv4_5.h" to <target/armv4_5.h> 14 years ago
  Zachary T Welch 98eea5680b change #include "arm_dpm.h" to <target/arm_dpm.h> 14 years ago
  David Brownell d5e4e23f9a ARM11: don't expose DSCR 14 years ago
  David Brownell f0c3e7011f ARM11: store a clean copy of DSCR 14 years ago
  David Brownell 62dd15d78f ARM11: don't expose WDTR 14 years ago
  David Brownell 7e18d96d03 ARM11: don't expose RDTR 14 years ago
  David Brownell 1d29440a9c ARM11: remove arm11->target 14 years ago
  David Brownell 3efc99b34a ARM11: remove old R0..R15/CPSR code 14 years ago
  David Brownell 6ff33a4ee8 ARM11: remove register "history" debug stuff 14 years ago
  David Brownell caf827ee81 ARM11: implement provider for new DPM interface 14 years ago
  David Brownell b8b1353dd7 ARM11: remove unused state and exports 14 years ago
  David Brownell fa9b0e2167 ARM11: macro cleanup 14 years ago
  David Brownell fa618cc74d ARM11: remove needless string format #ifdeffery 14 years ago
  David Brownell 60a2d85af1 ARM11: remove disabled register hooks 14 years ago
  Zachary T Welch dc1685ca25 move ARRAY_SIZE macro to types.h 14 years ago
  David Brownell 2280ddeea5 ARM11: fixup method table 14 years ago
  David Brownell 817bf74302 ARM11: revert etmr/etmw commands 14 years ago
  David Brownell a7f5cdf999 ARM11: switch to new "arm" base type 14 years ago
  Zachary T Welch 98723c4ecd command_context_t -> struct command_context 14 years ago
  Zachary T Welch 0f1163e823 target_t -> struct target 14 years ago
  Zachary T Welch d0dee7ccaf reg_t -> struct reg 14 years ago
  Zachary T Welch 74d09617b9 reg_cache_t -> struct reg_cache 14 years ago
  Zachary T Welch 3bcd9ad9d0 arm11_reg_state_t -> struct arm11_reg_state 14 years ago
  Zachary T Welch 55926f576f arm11_common_t -> struct arm11_common 14 years ago
  Zachary T Welch 52bc6cad87 arm11_register_history_t -> struct arm11_register_history 14 years ago
  Michael Bruck 627bd19768 arm11: add etmr/etmw registers to access ETM via DBGTAP scan chain 14 years ago
  Zachary T Welch da3196bf5e Add private header for ARM11 internals. 14 years ago
  Zachary T Welch e41147bf75 ARM11: remove exports and forward decls 14 years ago
  Øyvind Harboe af66678c9a target: remove unused interface fn that clutters code 14 years ago
  Redirect 'Slash' NIL 73349dc5ac More MinGW C99 printf compliance 14 years ago
  Øyvind Harboe 1f917bdc0c Delete commented out code. Add a bit of error checking. 14 years ago
  Øyvind Harboe 8f09c5df85 ARM11 error checking 14 years ago
  oharboe ed8fd94d7c added arm11 timeout error messages 14 years ago
  zwelch db7e77237c Transform 'u32' to 'uint32_t' in src/target/arm* 15 years ago
  zwelch 86173cdbdd Transform 'u8' to 'uint8_t' in src/target 15 years ago
  oharboe 01801e3f45 unbreak arm11. TAP_INVALID is used to communicate inband that a special state should be used to lower level fn's in ARM11 code. 15 years ago
  oharboe f133158175 Introduce jtag_get_end_state() fn to clarify code a bit. 15 years ago
  oharboe 6468859389 remove TAP_INVALID as argument to jtag_add_xxx() fn's 15 years ago
  oharboe 350f608256 Michael Bruck <mbruck@digenius.de> ARM11 cleanup stale dependencies with generic arm code; added comments and whitespace fixes 15 years ago
  zwelch 68b05c5575 Audit and eliminate redundant #include directives in arm target files. 15 years ago
  oharboe 0c9a2e99ca Michael Bruck <mbruck@digenius.de> ARM11 C99 updates 15 years ago
  oharboe 0d327e9e40 comments and debug code 15 years ago
  oharboe 9ba80f08f4 Michael Bruck <mbruck@digenius.de> macros for error handling 15 years ago
  oharboe bd7d019b56 more error handling 15 years ago
  oharboe 4866c8ed25 a little bit more error handling in ARM11 15 years ago