2275 Commits (0e37ea6499fd493a32ebdfd3a27c6a01426b3a19)

Author SHA1 Message Date
  Øyvind Harboe 1b60ce8d5b target: 20 second timeout/megabyte for CRC check 14 years ago
  Øyvind Harboe f37c9b8d15 arm920t: memory writes were broken when MMU was disabled 14 years ago
  Øyvind Harboe b5ce7fe812 target: require working area for physical/virtual addresses to be specified 14 years ago
  Dimitar Dimitrov e901cee72f FT2232: increase read retry counts 14 years ago
  David Brownell c352c96f74 arm9tdmi: more correct fix for vector_catch 14 years ago
  David Brownell 54c3cab266 ARM926: fix arm926ejs_mmu() reading from bad pointer 14 years ago
  Spencer Oliver e8a5092f1e bin2char: for win32 set stdin/stdout to binary mode 14 years ago
  Michael Roth a53c72cdab SVF: fix checking bit pattern against length 14 years ago
  David Brownell 0c4d5b8b1f XSVF: bugfix handling state paths 14 years ago
  David Brownell ce88e8adf7 Cortex-M3: remove exports and forward decls 14 years ago
  David Brownell 4d17541a2c ARM926: remove exports and forward decls 14 years ago
  Franck HÉRÉSON 053a763aa6 bugfix: stack corruption loading IHex images 14 years ago
  Nicolas Pitre 76afa936ba ARM: fix single-step of Thumb unconditional branch 14 years ago
  Nicolas Pitre 39dd68bca6 ARM: fix target address when disassembling Thumb BLX 14 years ago
  Oleg Seiljus 993fe4ab63 Signalyzer: H2 and H4 support 14 years ago
  Nicolas Pitre 68937cadfb ARM: fix Thumb mode handling when single-stepping register based branch insns 14 years ago
  Nicolas Pitre 068a6c7895 ARM: allow proper single stepping of Thumb BL and BLX instructions 14 years ago
  Nicolas Pitre ee8e93cb83 ARM: call thumb_pass_branch_condition() only for actual branch opcodes 14 years ago
  David Brownell 1020569b9f ft2232: less noise with _DEBUG_JTAG_IO_ 14 years ago
  David Brownell 0b476c9f4c JTAG: "jtag newtap ..." cleanup 14 years ago
  David Brownell ddade10d4a ARM ADIv5: "dap info" gets more readable 14 years ago
  Michael Roth 592e021543 SVF: fix parsing hex strings containing leading '0' characters 14 years ago
  David Brownell 6cb1d10cda JTAG: simple autoprobing 14 years ago
  Øyvind Harboe d785f552ee check if mmu is enabled before using mmu code path 14 years ago
  David Brownell 19b84dafb0 ARM: rename "arm9tdmi vector_catch" to "arm9 ..." 14 years ago
  David Brownell e98817c463 JTAG: jtag_tap_init() bugfixes 14 years ago
  David Brownell 2a8aa3b7ef xscale: always reload handler after reset 14 years ago
  David Brownell 75cdc8a260 arm9tdmi vector_catch: reserved means "don't use" 14 years ago
  Øyvind Harboe bfefe85645 Improve help for arm9 vector_catch. 14 years ago
  Øyvind Harboe cb854323c9 Remove debug output that could cause compile warnings. 14 years ago
  Øyvind Harboe 0a1356c9cc mcr/mrc interface work. Implemented for arm926ejs and arm720t. mcr/mrc commands added. 14 years ago
  Øyvind Harboe 18aad44f71 Embedded ICE version is now dumped with debug_level 1 14 years ago
  David Brownell 79f71fad58 jtag: clean up TAP state name handling 14 years ago
  David Brownell 814183a5c4 SVF: clean up, mostly for TAP state name handling 14 years ago
  Nicolas Pitre 517e812de3 Ferocion: fix corruption of r0 when resuming Thumb mode 14 years ago
  David Brownell f593ff0a3d have "reg" command print cache names too 14 years ago
  David Brownell 344bed2f7e ETM: rename registers, doc tweaks 14 years ago
  Øyvind Harboe 3537c368fe disable ZY1000's UART forwarding test code. 14 years ago
  Øyvind Harboe 1e5daf5886 retire obsolete mXY_phys commands. Handled by generic memory read/modify commands and target read/write physical memory callbacks. 14 years ago
  Øyvind Harboe 2d45a10dfd read/write physical target fn's 14 years ago
  Øyvind Harboe 85bf1627cd add support for target_read/write_phys_memory callbacks. 14 years ago
  Øyvind Harboe 2783cba810 Added target_read/write_phys_memory() fn's. mdX/mwX commands updated to support phys flag to specify bypassing of MMU. 14 years ago
  Øyvind Harboe 69a6037ce6 Retire obsolete and superfluous implementations of virt2phys in each target. This is done in a polymorphic implementation in target.c 14 years ago
  Øyvind Harboe e895246966 Retire obsolete and superfluous implementations of virt2phys in each target. This is done in a polymorphic implementation in target.c 14 years ago
  Øyvind Harboe a4a1de4dd1 First cut at implementing software breakpoints for mmu read only memory 14 years ago
  Øyvind Harboe 62525792e0 Defined target_write_memory() to be able to handle implementing breakpoints for read only ram(e.g. MMU write protected. 14 years ago
  Øyvind Harboe a02411a15f eCos synthetic target updates. 14 years ago
  David Brownell 7556a93aed XSVF: use svf_add_statemove() 14 years ago
  Øyvind Harboe a1609e5ad1 Removed unused interface_jtag_set_end_state and wrote down some notes on TCP/IP client/server scheme. 14 years ago
  Øyvind Harboe 79e257a209 Added the faux flash driver and target. Used for testing. 14 years ago