summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* ARM: "armv4_5" command prefix becomes "arm"David Brownell2009-11-162-9/+18
* JTAG: fix autoprobe failure.David Brownell2009-11-161-2/+10
* fileio: improve API typesZachary T Welch2009-11-1612-64/+66
* struct fileio: improve member typesZachary T Welch2009-11-166-7/+7
* helper/log: improve API parameter typesZachary T Welch2009-11-162-19/+16
* use Jim_CmdProc in jim_registerZachary T Welch2009-11-162-2/+4
* improve constness of open_file_from_pathZachary T Welch2009-11-162-2/+2
* make command line options constZachary T Welch2009-11-161-1/+1
* ARM: standard disassembler uses Thumb2 entryDavid Brownell2009-11-162-38/+38
* target: don't include "log.h" from "armv4_5.h"David Brownell2009-11-162-1/+1
* ARM: move mode functions out of headerDavid Brownell2009-11-162-40/+56
* JTAG: no LOG_WARNING() for taps without IDCODEDavid Brownell2009-11-161-1/+1
* binarybuffer: regression fixDavid Brownell2009-11-161-2/+4
* "types.h" doxygen fixDavid Brownell2009-11-161-2/+2
* target: less implicit inclusion of "etm.h"David Brownell2009-11-169-2/+13
* move ARRAY_SIZE macro to types.hZachary T Welch2009-11-1614-59/+49
* armv7m: make core reg read/write use unsignedZachary T Welch2009-11-162-6/+6
* remove TAP_SCAN_BYTES macroZachary T Welch2009-11-164-11/+9
* rename CEIL as DIV_ROUND_UPZachary T Welch2009-11-1619-53/+60
* move container_of to types.hZachary T Welch2009-11-162-13/+15
* nand_command_get_device_by_num: make COMMAND_HELPERZachary T Welch2009-11-162-10/+11
* flash_command_get_bank_by_num: make COMMAND_HELPERZachary T Welch2009-11-1611-41/+41
* cleanup jtag minidriversZachary T Welch2009-11-162-31/+0
* Add 'nand verify' commandZachary T Welch2009-11-161-0/+65
* Add FILEIO_NONE access mode.Zachary T Welch2009-11-161-0/+1
* Use nand_fileio_* in write/dump commands.Zachary T Welch2009-11-161-248/+46
* Add nand_fileio_* helper APIs.Zachary T Welch2009-11-161-0/+216
* binarybuffer: add API documentationZachary T Welch2009-11-161-3/+41
* improve inline binarybuffer helpersZachary T Welch2009-11-161-7/+8
* improve buf_set_buf helperZachary T Welch2009-11-162-5/+8
* improve buf_set_onesZachary T Welch2009-11-162-10/+11
* improve buf_cpy helperZachary T Welch2009-11-162-9/+11
* improve buf_cmp and buf_cmp_mask helpersZachary T Welch2009-11-162-39/+40
* improve str_to_buf and buf_to_str helpersZachary T Welch2009-11-162-65/+67
* binarybuffer: move variables to point of first useZachary T Welch2009-11-162-28/+9
* binarybuffer: fix whitespace related issuesZachary T Welch2009-11-162-23/+18
* #include "target.h" less wildlyDavid Brownell2009-11-1617-15/+10
* target: no implicit #includes of "register.h"David Brownell2009-11-1627-10/+21
* target: less implicit inclusion of "command.h"David Brownell2009-11-1610-14/+3
* target: don't implicitly include "algorithm.h"David Brownell2009-11-1616-5/+18
* target: don't implicitly include "breakpoint.h"David Brownell2009-11-1612-2/+12
* ARM11: use now-generic memory utilsDavid Brownell2009-11-151-11/+2
* ARM11: fixup method tableDavid Brownell2009-11-152-47/+43
* ARM: memory utils aren't ARM7/ARM9 dependentDavid Brownell2009-11-1515-178/+209
* target: make "examined" flag be per-targetDavid Brownell2009-11-155-44/+53
* arm-jtag-ew,jlink: switch to COMMAND_HANDLERZachary T Welch2009-11-152-29/+23
* rlink: fix overzealous sedZachary T Welch2009-11-151-5/+5
* remove unused arm_jtag_buf_to_* helpersZachary T Welch2009-11-142-106/+0
* remove unused buf_to_u32_handlerZachary T Welch2009-11-142-12/+0
* struct scan_field_s -> struct scan_fieldZachary T Welch2009-11-144-27/+27