1055 Commits (ce88e8adf7de87b0f2e5904c1f620e47774a0458)

Author SHA1 Message Date
  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
  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 ddade10d4a ARM ADIv5: "dap info" gets more readable 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 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
  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 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
  Zachary T Welch 53979244b1 Improve Makefile rules for XScale debug handler; fixes 'make distcheck'. 14 years ago
  Nicolas Pitre 6726b78707 fix single step of bx instruction going into Thumb mode 14 years ago
  Redirect 'Slash' NIL 73349dc5ac More MinGW C99 printf compliance 14 years ago
  David Brownell 05d6716936 build tweak for bin2char 14 years ago
  David Brownell cb7965da15 xscale: better fix for debug_handler.bin 14 years ago
  David Brownell 510db585fd portability updates 14 years ago
  Øyvind Harboe 4490a42a09 Work in progress on arm11 reset. Assert srst. 14 years ago
  David Brownell 1ee8ef4210 Fix problems building xscale_debug.S 14 years ago
  Lennert Buytenhek 9b9bc78ef1 fix detection of PLD instructions 14 years ago
  Lennert Buytenhek ed1e45b388 fix pass_condition() LE condition code check 14 years ago
  Yauheni Kaliuta 6a2fd7cad5 Cleanup: nuke trailling whitespaces 14 years ago
  Yauheni Kaliuta bc0cc62afd Do not replace virt2phys with the default one if it was assigned 14 years ago
  Øyvind Harboe 20c8f64f0a Fix warning. 14 years ago
  Øyvind Harboe 1f917bdc0c Delete commented out code. Add a bit of error checking. 14 years ago
  Øyvind Harboe 86cbbe8a4a Propagate error from assert, deassert and halt on tcl target object. 14 years ago
  David Brownell b6c4d1006f xscale: stackframe corruption bugfix 14 years ago
  Øyvind Harboe 85398ccdcf More error propagation fixes. 14 years ago
  Øyvind Harboe 23c629a85e arm11 burst writes are now only enabled for writes larger than 1 word. Single word writes are frequently used from reset init scripts to non-memory peripherals. 14 years ago
  Øyvind Harboe 35affce085 Retire arm11 no_increment. Intended for future expansion to read/write to ports. New arm11 commands would have to be added to exploit it. 14 years ago
  Øyvind Harboe 0ca473468c Propagate wDTR/rDTR failure immediately, otherwise it's followed up by timeout errors. 14 years ago
  Øyvind Harboe 165e3a1468 Fix warning and improve error message upon burst transfer failure 14 years ago
  Øyvind Harboe b5b4fee811 Fix bogus 'transfer errors' with arm11 'memwrite burst enable'. A regression introduced in b8103660fa 14 years ago