Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Use nand_fileio_* in write/dump commands. | Zachary T Welch | 2009-11-16 | 1 | -248/+46 | |
* | Add nand_fileio_* helper APIs. | Zachary T Welch | 2009-11-16 | 1 | -0/+216 | |
* | binarybuffer: add API documentation | Zachary T Welch | 2009-11-16 | 1 | -3/+41 | |
* | improve inline binarybuffer helpers | Zachary T Welch | 2009-11-16 | 1 | -7/+8 | |
* | improve buf_set_buf helper | Zachary T Welch | 2009-11-16 | 2 | -5/+8 | |
* | improve buf_set_ones | Zachary T Welch | 2009-11-16 | 2 | -10/+11 | |
* | improve buf_cpy helper | Zachary T Welch | 2009-11-16 | 2 | -9/+11 | |
* | improve buf_cmp and buf_cmp_mask helpers | Zachary T Welch | 2009-11-16 | 2 | -39/+40 | |
* | improve str_to_buf and buf_to_str helpers | Zachary T Welch | 2009-11-16 | 2 | -65/+67 | |
* | binarybuffer: move variables to point of first use | Zachary T Welch | 2009-11-16 | 2 | -28/+9 | |
* | binarybuffer: fix whitespace related issues | Zachary T Welch | 2009-11-16 | 2 | -23/+18 | |
* | #include "target.h" less wildly | David Brownell | 2009-11-16 | 17 | -15/+10 | |
* | target: no implicit #includes of "register.h" | David Brownell | 2009-11-16 | 27 | -10/+21 | |
* | target: less implicit inclusion of "command.h" | David Brownell | 2009-11-16 | 10 | -14/+3 | |
* | target: don't implicitly include "algorithm.h" | David Brownell | 2009-11-16 | 16 | -5/+18 | |
* | target: don't implicitly include "breakpoint.h" | David Brownell | 2009-11-16 | 12 | -2/+12 | |
* | ARM11: use now-generic memory utils | David Brownell | 2009-11-15 | 2 | -11/+10 | |
* | ARM11: fixup method table | David Brownell | 2009-11-15 | 2 | -47/+43 | |
* | ARM: memory utils aren't ARM7/ARM9 dependent | David Brownell | 2009-11-15 | 15 | -178/+209 | |
* | target: make "examined" flag be per-target | David Brownell | 2009-11-15 | 5 | -44/+53 | |
* | arm-jtag-ew,jlink: switch to COMMAND_HANDLER | Zachary T Welch | 2009-11-15 | 2 | -29/+23 | |
* | rlink: fix overzealous sed | Zachary T Welch | 2009-11-15 | 1 | -5/+5 | |
* | remove unused arm_jtag_buf_to_* helpers | Zachary T Welch | 2009-11-14 | 2 | -106/+0 | |
* | remove unused buf_to_u32_handler | Zachary T Welch | 2009-11-14 | 2 | -12/+0 | |
* | struct scan_field_s -> struct scan_field | Zachary T Welch | 2009-11-14 | 4 | -27/+27 | |
* | Fix for md* commands, similar to mw*. | Krzysztof Dziuba | 2009-11-14 | 1 | -1/+2 | |
* | lpc2900.h -- remove from Makefile.am too | David Brownell | 2009-11-14 | 1 | -1/+0 | |
* | flash: remove needless lpc2900.h header | David Brownell | 2009-11-14 | 2 | -29/+1 | |
* | remove annoying $URL$ startup message | David Brownell | 2009-11-14 | 1 | -17/+0 | |
* | Invalid command syntax errors with MWW. | Dean Glazeski | 2009-11-14 | 1 | -1/+2 | |
* | add openocd.h for top-level declarations | Zachary T Welch | 2009-11-14 | 6 | -5/+47 | |
* | compile with cygwin (32-bit) | Ferdinand Postema | 2009-11-14 | 4 | -18/+27 | |
* | ARM11: ETM + ETB support | David Brownell | 2009-11-13 | 5 | -5/+30 | |
* | ARM11: revert etmr/etmw commands | David Brownell | 2009-11-13 | 3 | -165/+0 | |
* | iMX2* + ETB targets: hook up ETM and ETB | David Brownell | 2009-11-13 | 2 | -1/+10 | |
* | ARM7/ARM9: use shared examine() method | David Brownell | 2009-11-13 | 12 | -84/+65 | |
* | ETM: simplify ETM initialization code paths | David Brownell | 2009-11-13 | 3 | -18/+14 | |
* | ARM11: switch to new "arm" base type | David Brownell | 2009-11-13 | 3 | -35/+39 | |
* | target: remove unused "bitfield" infrastructure | David Brownell | 2009-11-13 | 9 | -73/+78 | |
* | target.cfg: label ETBs correctly | David Brownell | 2009-11-13 | 5 | -28/+26 | |
* | ARM7/9: rm arm7_9_get_arch_pointers() | David Brownell | 2009-11-13 | 3 | -68/+32 | |
* | update developer manual for new types | Zachary T Welch | 2009-11-13 | 2 | -5/+6 | |
* | command_t -> struct command | Zachary T Welch | 2009-11-13 | 44 | -72/+72 | |
* | command_context_t -> struct command_context | Zachary T Welch | 2009-11-13 | 116 | -278/+278 | |
* | remove rlink structure typedefs | Zachary T Welch | 2009-11-13 | 3 | -19/+17 | |
* | flash_bank_t -> struct flash_bank | Zachary T Welch | 2009-11-13 | 24 | -373/+373 | |
* | nand_device_t -> struct nand_device | Zachary T Welch | 2009-11-13 | 14 | -140/+140 | |
* | target_t -> struct target | Zachary T Welch | 2009-11-13 | 99 | -1242/+1240 | |
* | reg_t -> struct reg | Zachary T Welch | 2009-11-13 | 28 | -158/+158 | |
* | target_type_t -> struct target_type | Zachary T Welch | 2009-11-13 | 18 | -42/+39 |