aboutsummaryrefslogtreecommitdiff
path: root/src/target
AgeCommit message (Expand)AuthorFilesLines
2009-11-05Improve cortex_m3 command argument parsing.Zachary T Welch1-6/+2
2009-11-05Improve xscale command argument parsing.Zachary T Welch1-2/+2
2009-11-05Improve arm11 command argument parsing.Zachary T Welch1-7/+7
2009-11-05Improve arm966e command argument parsing.Zachary T Welch1-2/+4
2009-11-05Improve arm926ejs command argument parsing.Zachary T Welch1-5/+6
2009-11-05Improve arm920t command argument parsing.Zachary T Welch1-6/+12
2009-11-05Improve arm720t command argument parsing.Zachary T Welch1-2/+5
2009-11-05Improve arm7_9_common command argument parsing.Zachary T Welch1-8/+8
2009-11-05Improve armv7m command argument parsing.Zachary T Welch1-11/+20
2009-11-05Improve armv7a command argument parsing.Zachary T Welch1-5/+12
2009-11-05Improve armv4_5 command argument parsing.Zachary T Welch1-2/+2
2009-11-05Improve xscale command argument parsing.Zachary T Welch1-12/+12
2009-11-05Improve target.c command argument parsing.Zachary T Welch1-88/+36
2009-11-05arm920t: add mrcmcr interface fn's.Øyvind Harboe1-0/+29
2009-11-05arm11: check if target is halted before executing mrc/mcr commands.Øyvind Harboe1-0/+7
2009-11-05target: fix ordering of arguments to mcr and mrc commandsØyvind Harboe1-7/+7
2009-11-05target: check args to mrc/mcr.Øyvind Harboe1-0/+24
2009-11-05ARM11: added mrc/mcr support to arm11 code.Øyvind Harboe1-0/+53
2009-11-05target: Only register mrc mcr commands when one of the targets support them.Øyvind Harboe1-3/+11
2009-11-05cortex_a8: add mrc mcr interface.Øyvind Harboe1-0/+29
2009-11-05watchpoint_add() cleanupDavid Brownell4-32/+40
2009-11-05Cortex-M3: expose most DWT registersDavid Brownell2-21/+144
2009-11-05Cortex-M3: minor cleanupDavid Brownell2-16/+4
2009-11-05Cortex-M3: DWT cleanup/fixesDavid Brownell1-56/+115
2009-11-05ARMv7M: add docs, remove exportsDavid Brownell2-29/+63
2009-11-05target: add target->type->has_mmu fn.Øyvind Harboe3-5/+48
2009-11-05Make default implementation of mdw/mmw phys return error 'not implemented'Øyvind Harboe1-2/+14
2009-11-05target: remove unused interface fn that clutters codeØyvind Harboe16-92/+0
2009-11-05debug interface: get rid of unused pre_debug fnØyvind Harboe9-16/+0
2009-11-03target: 20 second timeout/megabyte for CRC checkØyvind Harboe1-1/+4
2009-11-03arm920t: memory writes were broken when MMU was disabledØyvind Harboe1-11/+10
2009-11-03target: require working area for physical/virtual addresses to be specifiedØyvind Harboe2-9/+29
2009-10-31arm9tdmi: more correct fix for vector_catchDavid Brownell1-8/+5
2009-10-30ARM926: fix arm926ejs_mmu() reading from bad pointerDavid Brownell1-1/+3
2009-10-28Cortex-M3: remove exports and forward declsDavid Brownell2-189/+144
2009-10-28ARM926: remove exports and forward declsDavid Brownell1-122/+127
2009-10-28bugfix: stack corruption loading IHex imagesFranck HÉRÉSON2-1/+22
2009-10-27ARM: fix single-step of Thumb unconditional branchNicolas Pitre1-2/+2
2009-10-27ARM: fix target address when disassembling Thumb BLXNicolas Pitre1-0/+1
2009-10-26ARM: fix Thumb mode handling when single-stepping register based branch insnsNicolas Pitre1-22/+33
2009-10-26ARM: allow proper single stepping of Thumb BL and BLX instructionsNicolas Pitre1-0/+12
2009-10-26ARM: call thumb_pass_branch_condition() only for actual branch opcodesNicolas Pitre1-8/+6
2009-10-26ARM ADIv5: "dap info" gets more readableDavid Brownell1-33/+268
2009-10-25check if mmu is enabled before using mmu code pathØyvind Harboe1-1/+1
2009-10-25ARM: rename "arm9tdmi vector_catch" to "arm9 ..."David Brownell1-5/+3
2009-10-25xscale: always reload handler after resetDavid Brownell2-19/+11
2009-10-23arm9tdmi vector_catch: reserved means "don't use"David Brownell2-3/+2
2009-10-23Improve help for arm9 vector_catch.Øyvind Harboe1-1/+3
2009-10-23Remove debug output that could cause compile warnings.Øyvind Harboe1-2/+0
2009-10-23mcr/mrc interface work. Implemented for arm926ejs and arm720t. mcr/mrc comman...Øyvind Harboe6-12/+241