summaryrefslogtreecommitdiff
path: root/src/target
Commit message (Expand)AuthorAgeFilesLines
...
* ARM9TDMI uses the new inheritance/nesting schemeDavid Brownell2009-11-052-109/+33
* ARM966 uses the new inheritance/nesting schemeDavid Brownell2009-11-051-52/+11
* ARM926 uses the new inheritance/nesting schemeDavid Brownell2009-11-051-125/+46
* FA526 uses the new inheritance/nesting schemeDavid Brownell2009-11-051-26/+7
* ARM920 uses the new inheritance/nesting schemeDavid Brownell2009-11-052-142/+71
* Cortex-M3: use the new inheritance/nesting schemeDavid Brownell2009-11-054-135/+113
* target: provide container_of()David Brownell2009-11-0512-0/+91
* ARM7TDMI: remove forward declsDavid Brownell2009-11-052-92/+88
* ARM720: remove exports and forward declsDavid Brownell2009-11-051-119/+95
* FA526: remove exports and forward declsDavid Brownell2009-11-051-60/+56
* ARM9TDMI: remove forward declsDavid Brownell2009-11-052-58/+69
* ARM966: remove exports and forward declsDavid Brownell2009-11-052-59/+55
* ARM926: more cleanupDavid Brownell2009-11-051-37/+22
* ARM920: remove exports and forward declsDavid Brownell2009-11-052-112/+150
* Improve ETM tracemode update command.Zachary T Welch2009-11-051-88/+84
* Improve etm command argument parsing.Zachary T Welch2009-11-051-4/+9
* Improve trace command argument parsing.Zachary T Welch2009-11-051-2/+4
* Improve arm_adi_v5 command argument parsing.Zachary T Welch2009-11-051-15/+42
* Improve cortex_m3 command argument parsing.Zachary T Welch2009-11-051-6/+2
* Improve xscale command argument parsing.Zachary T Welch2009-11-051-2/+2
* Improve arm11 command argument parsing.Zachary T Welch2009-11-051-7/+7
* Improve arm966e command argument parsing.Zachary T Welch2009-11-051-2/+4
* Improve arm926ejs command argument parsing.Zachary T Welch2009-11-051-5/+6
* Improve arm920t command argument parsing.Zachary T Welch2009-11-051-6/+12
* Improve arm720t command argument parsing.Zachary T Welch2009-11-051-2/+5
* Improve arm7_9_common command argument parsing.Zachary T Welch2009-11-051-8/+8
* Improve armv7m command argument parsing.Zachary T Welch2009-11-051-11/+20
* Improve armv7a command argument parsing.Zachary T Welch2009-11-051-5/+12
* Improve armv4_5 command argument parsing.Zachary T Welch2009-11-051-2/+2
* Improve xscale command argument parsing.Zachary T Welch2009-11-051-12/+12
* Improve target.c command argument parsing.Zachary T Welch2009-11-051-88/+36
* arm920t: add mrcmcr interface fn's.Øyvind Harboe2009-11-051-0/+29
* arm11: check if target is halted before executing mrc/mcr commands.Øyvind Harboe2009-11-051-0/+7
* target: fix ordering of arguments to mcr and mrc commandsØyvind Harboe2009-11-051-7/+7
* target: check args to mrc/mcr.Øyvind Harboe2009-11-051-0/+24
* ARM11: added mrc/mcr support to arm11 code.Øyvind Harboe2009-11-051-0/+53
* target: Only register mrc mcr commands when one of the targets support them.Øyvind Harboe2009-11-051-3/+11
* cortex_a8: add mrc mcr interface.Øyvind Harboe2009-11-051-0/+29
* watchpoint_add() cleanupDavid Brownell2009-11-054-32/+40
* Cortex-M3: expose most DWT registersDavid Brownell2009-11-052-21/+144
* Cortex-M3: minor cleanupDavid Brownell2009-11-052-16/+4
* Cortex-M3: DWT cleanup/fixesDavid Brownell2009-11-051-56/+115
* ARMv7M: add docs, remove exportsDavid Brownell2009-11-052-29/+63
* target: add target->type->has_mmu fn.Øyvind Harboe2009-11-053-5/+48
* Make default implementation of mdw/mmw phys return error 'not implemented'Øyvind Harboe2009-11-051-2/+14
* target: remove unused interface fn that clutters codeØyvind Harboe2009-11-0516-92/+0
* debug interface: get rid of unused pre_debug fnØyvind Harboe2009-11-059-16/+0
* target: 20 second timeout/megabyte for CRC checkØyvind Harboe2009-11-031-1/+4
* arm920t: memory writes were broken when MMU was disabledØyvind Harboe2009-11-031-11/+10
* target: require working area for physical/virtual addresses to be specifiedØyvind Harboe2009-11-032-9/+29