summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Fix for md* commands, similar to mw*.Krzysztof Dziuba2009-11-141-1/+2
* lpc2900.h -- remove from Makefile.am tooDavid Brownell2009-11-141-1/+0
* flash: remove needless lpc2900.h headerDavid Brownell2009-11-142-29/+1
* remove annoying $URL$ startup messageDavid Brownell2009-11-141-17/+0
* Invalid command syntax errors with MWW.Dean Glazeski2009-11-141-1/+2
* add openocd.h for top-level declarationsZachary T Welch2009-11-146-5/+47
* compile with cygwin (32-bit)Ferdinand Postema2009-11-144-18/+27
* ARM11: ETM + ETB supportDavid Brownell2009-11-131-1/+15
* ARM11: revert etmr/etmw commandsDavid Brownell2009-11-133-165/+0
* ARM7/ARM9: use shared examine() methodDavid Brownell2009-11-1312-84/+65
* ETM: simplify ETM initialization code pathsDavid Brownell2009-11-133-18/+14
* ARM11: switch to new "arm" base typeDavid Brownell2009-11-133-35/+39
* target: remove unused "bitfield" infrastructureDavid Brownell2009-11-139-73/+78
* ARM7/9: rm arm7_9_get_arch_pointers()David Brownell2009-11-133-68/+32
* command_t -> struct commandZachary T Welch2009-11-1344-72/+72
* command_context_t -> struct command_contextZachary T Welch2009-11-13116-278/+278
* remove rlink structure typedefsZachary T Welch2009-11-133-19/+17
* flash_bank_t -> struct flash_bankZachary T Welch2009-11-1324-373/+373
* nand_device_t -> struct nand_deviceZachary T Welch2009-11-1314-140/+140
* target_t -> struct targetZachary T Welch2009-11-1399-1242/+1240
* reg_t -> struct regZachary T Welch2009-11-1328-158/+158
* target_type_t -> struct target_typeZachary T Welch2009-11-1318-42/+39
* improve mips32_pracc_contextZachary T Welch2009-11-131-5/+6
* image_t -> struct imageZachary T Welch2009-11-1313-50/+50