114 Commits (2a8aa3b7efb590cabd7ee930dbb68fd64e028099)

Author SHA1 Message Date
  David Brownell 2a8aa3b7ef xscale: always reload handler after reset 14 years ago
  David Brownell cb7965da15 xscale: better fix for debug_handler.bin 14 years ago
  David Brownell b6c4d1006f xscale: stackframe corruption bugfix 14 years ago
  David Brownell 5e837387aa simplify XScale debug handler installation 14 years ago
  David Brownell 9f6c23f479 more xscale cleanup (mostly removing JTAG hooks) 14 years ago
  David Brownell 2d924a59db xscale_load_ic cleanup 14 years ago
  David Brownell 688003cb23 xscale.c cleanup 14 years ago
  David Brownell 8b3bfcfc5b xscale bugfix to handler loading 14 years ago
  David Brownell 5aba621b55 xscale minor cleanup 14 years ago
  ntfreak 7a1ac49ac9 - fix build warnings 14 years ago
  oharboe fd4c0f33b1 Michael Schwingen <rincewind@discworld.dascon.de> The attached patch adds a "xscale vector_table" command that allows to set 14 years ago
  oharboe 8b994145b8 Andreas Fritiofson <andreas.fritiofson@gmail.com> UTF8 fixes 15 years ago
  duane 9ab9786f67 Refactor code, create target_state_name() 15 years ago
  zwelch dc575dc5bf Remove whitespace that occurs before ')'. 15 years ago
  zwelch f90d8fa45f Remove whitespace that occurs after '('. 15 years ago
  zwelch fb1a9b2cb2 - Fixes '[|]' whitespace 15 years ago
  zwelch 8959de9f67 - Fixes '+' whitespace 15 years ago
  zwelch 84df52f9ea - Fixes '=' whitespace 15 years ago
  zwelch 3813fda44a - Fixes '==' whitespace 15 years ago
  zwelch 4ce93ac479 - Fixes '>=' whitespace 15 years ago
  zwelch 53d605e12c - Fixes '!=' whitespace 15 years ago
  zwelch 95d2a23724 - Replace 'for(' with 'for ('. 15 years ago
  zwelch 9af5e445b7 - Replace 'switch(' with 'switch ('. 15 years ago
  zwelch e43979e702 - Replace 'if(' with 'if ('. 15 years ago
  duane 3bb216f112 C99 printf() -Werror fixes 15 years ago
  oharboe 333642fcff fix jtag_add_callback() args. The first argument is nothing special, it's just another generic argument. 15 years ago
  zwelch 3c2eabd20f Transform 'u32' to 'uint32_t' in src/target 15 years ago
  zwelch 86173cdbdd Transform 'u8' to 'uint8_t' in src/target 15 years ago
  oharboe d861002612 Rename jtag_add_end_state to jtag_set_end_state since "add" implies that 15 years ago
  oharboe f133158175 Introduce jtag_get_end_state() fn to clarify code a bit. 15 years ago
  oharboe f499341558 no longer use jtag_add_xxx() to set end state to TAP_IDLE. Same must be done for TAP_DRPAUSE 15 years ago
  oharboe 6468859389 remove TAP_INVALID as argument to jtag_add_xxx() fn's 15 years ago
  zwelch 74df79d4d8 Final step in isolating target_type_s structure: 15 years ago
  zwelch 818aa27a9d First step in hiding target_type_s from public interface: 15 years ago
  zwelch 95e13054ca Add target_write_memory wrapper: 15 years ago
  zwelch b6db182c00 Add target_read_memory wrapper: 15 years ago
  kc8apf c977616cda Consolidate target selection code into single get_target() that handles both names and numbers. Provided by David Brownell <david-b@pacbell.net> 15 years ago
  oharboe 6dd335ed24 USB performance regression fix 15 years ago
  oharboe 4fe5a010c2 switch to jtag_add_callback() - USB performance fix 15 years ago
  zwelch 56504fdd73 Audit and eliminate redundant #include directives in other target files. 15 years ago
  zwelch 490e271290 Remove redundant sys/types.h #include directives (now in types.h). 15 years ago
  oharboe 57bc9f37c9 in_handler in_check_mask and in_check_value now removed from field. Last big patch in the series of JTAG API cleanup. 15 years ago
  oharboe fe629829f4 retire jtag_set_check_value 15 years ago
  oharboe a229f21432 remove in_handler usage 15 years ago
  zwelch a3b6236289 Fix pointer cast alignment warning in XScale miniIC loader parity calc. 15 years ago
  oharboe e86dee3200 remove unecessary setting of deprecated fields to NULL 15 years ago
  oharboe 4d88c124b1 retire out_mask - not used anywhere 15 years ago
  oharboe b6f268c113 mark usage of in_handler that can be converted into user code 15 years ago
  oharboe 03fdabaaac Mariano Alvira <mar@devl.org> fixes warnings 15 years ago
  oharboe 40580e2d71 Zach Welch <zw@superlucidity.net> fix -Werror warnings 15 years ago