998 Commits (a0b1e05b5300817e1fe2bc4dae31601d02cfd815)

Author SHA1 Message Date
  David Brownell a0b1e05b53 printf format warning fixes 14 years ago
  Øyvind Harboe 8f09c5df85 ARM11 error checking 14 years ago
  David Brownell a8234af06c prevent abort via polling during jtag_reset 14 years ago
  Øyvind Harboe f525f2ef0d Stop GDB when polling fails, srst assert or powerdropout is detected 14 years ago
  dbrownell 4c450b5c6b buildfix 14 years ago
  dbrownell b83d79a42f Updates for "reset_config": 14 years ago
  oharboe 616c154866 add timeouts and fix syntax error handling of mrc/mcr commands. 14 years ago
  oharboe b4e4532dd2 add timeouts and fix syntax error handling of mrc/mcr commands. 14 years ago
  dbrownell 60f8770502 Dragonite has the same EICE affliction as feroceon. 14 years ago
  dbrownell 16a7ad5799 Minor cleanup to ARM926 debug entry: 14 years ago
  mlu 16742b529b It is not possible to invalidate I-Cache on memory writes while the target is running 14 years ago
  mlu 49f3497bfa Make sure that DSCR_DTR_RX is not full before writing 14 years ago
  mlu 1b90a9f5eb More error reporting in Cortex_a8 execute_opcode 14 years ago
  mlu 84dabdcc72 Added asser_reset and deassert_reset for cortex_a8 14 years ago
  mlu c74ede4248 Added asser_reset and deassert_reset for cortex_a8 14 years ago
  dbrownell 1033633321 Minor ETB and ETM bugfixes and doc updates 14 years ago
  mlu d340906476 ARMv7A: Report fault status registers when in Abort state 14 years ago
  mlu aaf1daa056 Add DSCR_DTR_RX_FULL bit define 14 years ago
  dbrownell 6d4cdddbe2 ARM11 command handling fixes 14 years ago
  dbrownell d96e3eae23 ETM: fix build issue on MinGW. 14 years ago
  dbrownell afc3a5cc6f ETB: cleanup needless symbol exports and forward decls. 14 years ago
  dbrownell cbe34d0819 Shrink symbols exported from arm9tdmi.c and remove a forward ref. 14 years ago
  dbrownell 22045fa6f2 When setting up an ETM, cache its ETM_CONFIG register. Then 14 years ago
  dbrownell d9ce8a2f60 Start cleaning up ETM register handling. On one ARM926 ETM+ETB 14 years ago
  dbrownell a6d858ebcd Initial ETM cleanups. Most of these are cosmetic: 14 years ago
  dbrownell 86a7d813a1 Remove annoying end-of-line whitespace from most src/* 14 years ago
  dbrownell 0c4b119d3f Debug message updates: 14 years ago
  mlu 965b331d0b Added CPUDBG_WCR_BASE define 14 years ago
  mlu 781997f556 Avoid cache invalidation when writing to hardware debug registers 14 years ago
  dbrownell 2d3bcddf04 Minor behavior fixes for the two JTAG reset events (C/internal, 14 years ago
  mlu 7b3be0e21e Move Cortex A8 debug access initialisation from omap3530.cfg to cortex_a8.c 14 years ago
  oharboe 016e7ebbfa srst_gates_jtag option. at91sam9260 needs retesting, and possibly srst_gates_jtag added to reset_config. Could i.MX27 be a case where srst does not pull trst, but really srst gates jtag clock? 14 years ago
  dbrownell cb7ad25c04 The "arm9tdmi.c" file is more of a generic ARM9 support file: 14 years ago
  mlu 9b11eebf33 Remove unused varables (moved to armv7a) 14 years ago
  mlu 45f03dd9b5 Use a variable armv7a->debug_base instead of hardedcoded OMAP3530_DEBUG_BASE 14 years ago
  mlu 6d2473b65b Define debug_base, debug_ap, memory_ap in armv7a_common_t 14 years ago
  mlu f0ddb40ced Updated mode string list. 14 years ago
  mlu 7e4f9ac697 Definy symbolic values for VA to PA address translation operations 14 years ago
  mlu 45674af63a Check return values to avoid infinite wait in loop on error. 14 years ago
  mlu d4e4d65d28 Cache invalidation when writing to memory 14 years ago
  mlu d4607c1f7c More CortexA8 debug register definitions. 14 years ago
  mlu c4ee12ea77 Fix argument passing in cortex_a8_write_cp. 14 years ago
  oharboe c993d75d1f David Brownell <david-b@pacbell.net> 14 years ago
  oharboe 25f9a466ca Nicolas Pitre <nico@cam.org> put feroceon target definition at the end so to avoid a 14 years ago
  oharboe 00e900f8a1 Nicolas Pitre <nico@cam.org> Dragonite support 14 years ago
  oharboe f89d1cbfd6 spelling mistake 14 years ago
  oharboe 0dcfbec7fb do not use dynamically sized stack arrays, not compatible with embedded OS's 14 years ago
  oharboe 58b78818e0 registering a target event twice caused infinite loop. Same bug as in jtag/core.c copy & pasted. 14 years ago
  oharboe c5f54c5333 Nicolas Pitre <nico@cam.org> tighten error checking in bulk_write 14 years ago
  oharboe 3bade442b1 Alexei Babich <a.babich@rez.ru> fix problems with unecessary tailend byte accesses. Use 16 bit access on tailend of a memory read if possible. 14 years ago