aboutsummaryrefslogtreecommitdiff
path: root/src/target
AgeCommit message (Expand)AuthorFilesLines
2009-11-09target.h: remove extern keyword and wrapZachary T Welch1-53/+72
2009-11-09EmbeddedICE: minor cleanupsDavid Brownell1-52/+101
2009-11-09Overhaul time support APIZachary T Welch1-53/+30
2009-11-08Add private header for ARM11 internals.Zachary T Welch4-50/+74
2009-11-08ARM11: remove exports and forward declsZachary T Welch2-164/+138
2009-11-08ARM: minor simulator cleanupDavid Brownell1-25/+49
2009-11-08Cortex-M3: fix (debug) message priorityDavid Brownell1-1/+1
2009-11-06Merge branch 'master' of ssh://dbrownell@openocd.git.sourceforge.net/gitroot/...David Brownell1-0/+1
2009-11-06target: don't swap MMU/no-MMU work areasDavid Brownell1-16/+17
2009-11-06Fix arm11 vcr command parsing.Zachary T Welch1-0/+1
2009-11-05ARM: shrink offsetsDavid Brownell6-8/+8
2009-11-05ARM: other code uses the new inheritance/nesting schemeDavid Brownell6-104/+78
2009-11-05Cortex-A8: use the new inheritance/nesting schemeDavid Brownell4-125/+51
2009-11-05ARM7TDMI uses the new inheritance/nesting schemeDavid Brownell2-70/+28
2009-11-05ARM720 uses the new inheritance/nesting schemeDavid Brownell1-80/+30
2009-11-05XScale uses the new inheritance/nesting schemeDavid Brownell2-190/+118
2009-11-05ARM9TDMI uses the new inheritance/nesting schemeDavid Brownell2-109/+33
2009-11-05ARM966 uses the new inheritance/nesting schemeDavid Brownell1-52/+11
2009-11-05ARM926 uses the new inheritance/nesting schemeDavid Brownell1-125/+46
2009-11-05FA526 uses the new inheritance/nesting schemeDavid Brownell1-26/+7
2009-11-05ARM920 uses the new inheritance/nesting schemeDavid Brownell2-142/+71
2009-11-05Cortex-M3: use the new inheritance/nesting schemeDavid Brownell4-135/+113
2009-11-05target: provide container_of()David Brownell12-0/+91
2009-11-05ARM7TDMI: remove forward declsDavid Brownell2-92/+88
2009-11-05ARM720: remove exports and forward declsDavid Brownell1-119/+95
2009-11-05FA526: remove exports and forward declsDavid Brownell1-60/+56
2009-11-05ARM9TDMI: remove forward declsDavid Brownell2-58/+69
2009-11-05ARM966: remove exports and forward declsDavid Brownell2-59/+55
2009-11-05ARM926: more cleanupDavid Brownell1-37/+22
2009-11-05ARM920: remove exports and forward declsDavid Brownell2-112/+150
2009-11-05Improve ETM tracemode update command.Zachary T Welch1-88/+84
2009-11-05Improve etm command argument parsing.Zachary T Welch1-4/+9
2009-11-05Improve trace command argument parsing.Zachary T Welch1-2/+4
2009-11-05Improve arm_adi_v5 command argument parsing.Zachary T Welch1-15/+42
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