aboutsummaryrefslogtreecommitdiff
path: root/src/target
AgeCommit message (Expand)AuthorFilesLines
2009-11-18ARM: setup "secure monitor mode" shadow regsDavid Brownell2-21/+53
2009-11-18ARM: add "core_type" field to "struct arm"David Brownell4-5/+31
2009-11-18split startup.tcl file across modulesZachary T Welch2-1/+168
2009-11-18fix regression in md/mw commandsZachary T Welch1-4/+2
2009-11-18jtag-api: get rid of unecessary buf_set_u23() that make code obtuse.Øyvind Harboe1-11/+10
2009-11-17ARM: add is_arm_mode()David Brownell6-40/+39
2009-11-17ARM: add arm_mode_name()David Brownell9-30/+75
2009-11-17ARM: only use one set of dummy FPA registersDavid Brownell8-106/+39
2009-11-17command_handler: change 'cmd_ctx' to CMD_CTXZachary T Welch20-364/+367
2009-11-17command_handler: change 'args' to CMD_ARGVZachary T Welch20-189/+189
2009-11-17command_handler: change to 'argc' to CMD_ARGCZachary T Welch19-120/+120
2009-11-17target: simplify register get/set opsDavid Brownell13-127/+60
2009-11-17ARM9TDMI: remove now-needless "struct arm9tdmi"David Brownell9-72/+45
2009-11-17ARM7TDMI: remove now-needless "struct arm7tdmi"David Brownell4-29/+21
2009-11-17target: remove some more duplicate includesDavid Brownell4-4/+1
2009-11-16ARMv7-A: no exit() callsDavid Brownell2-4/+3
2009-11-16Cortex-A8: no exit() calls, add missing v7-A initDavid Brownell1-31/+16
2009-11-16XScale: fewere exit() callsDavid Brownell1-4/+4
2009-11-16MIPS: no exit() callsDavid Brownell2-7/+5
2009-11-16ARMv7-M: no exit() callsDavid Brownell1-4/+4
2009-11-16ARMv4/ARMv5: no exit() callsDavid Brownell1-6/+8
2009-11-16ARM11: fewer exit() callsDavid Brownell1-4/+6
2009-11-16Cortex-M3: don't exit()David Brownell1-24/+10
2009-11-16ARMv7A: use standard disassemblerDavid Brownell1-83/+0
2009-11-16ARM11: register (most) standard ARM commandsDavid Brownell2-1/+10
2009-11-16ARM: "armv4_5" command prefix becomes "arm"David Brownell1-9/+9
2009-11-16fileio: improve API typesZachary T Welch5-15/+15
2009-11-16struct fileio: improve member typesZachary T Welch1-1/+1
2009-11-16ARM: standard disassembler uses Thumb2 entryDavid Brownell2-38/+38
2009-11-16target: don't include "log.h" from "armv4_5.h"David Brownell2-1/+1
2009-11-16ARM: move mode functions out of headerDavid Brownell2-40/+56
2009-11-16target: less implicit inclusion of "etm.h"David Brownell9-2/+13
2009-11-16move ARRAY_SIZE macro to types.hZachary T Welch8-44/+32
2009-11-16armv7m: make core reg read/write use unsignedZachary T Welch2-6/+6
2009-11-16rename CEIL as DIV_ROUND_UPZachary T Welch4-8/+8
2009-11-16move container_of to types.hZachary T Welch1-13/+0
2009-11-16#include "target.h" less wildlyDavid Brownell9-6/+7
2009-11-16target: no implicit #includes of "register.h"David Brownell27-10/+21
2009-11-16target: less implicit inclusion of "command.h"David Brownell5-7/+3
2009-11-16target: don't implicitly include "algorithm.h"David Brownell6-3/+6
2009-11-16target: don't implicitly include "breakpoint.h"David Brownell11-2/+11
2009-11-15ARM11: use now-generic memory utilsDavid Brownell1-11/+2
2009-11-15ARM11: fixup method tableDavid Brownell2-47/+43
2009-11-15ARM: memory utils aren't ARM7/ARM9 dependentDavid Brownell15-178/+209
2009-11-15target: make "examined" flag be per-targetDavid Brownell5-44/+53
2009-11-14remove unused arm_jtag_buf_to_* helpersZachary T Welch2-106/+0
2009-11-14struct scan_field_s -> struct scan_fieldZachary T Welch2-24/+24
2009-11-14Fix for md* commands, similar to mw*.Krzysztof Dziuba1-1/+2
2009-11-14Invalid command syntax errors with MWW.Dean Glazeski1-1/+2
2009-11-14compile with cygwin (32-bit)Ferdinand Postema3-16/+25