Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | XScale: fewere exit() calls | David Brownell | 2009-11-16 | 1 | -4/+4 | |
* | MIPS: no exit() calls | David Brownell | 2009-11-16 | 2 | -7/+5 | |
* | ARMv7-M: no exit() calls | David Brownell | 2009-11-16 | 1 | -4/+4 | |
* | ARMv4/ARMv5: no exit() calls | David Brownell | 2009-11-16 | 1 | -6/+8 | |
* | ARM11: fewer exit() calls | David Brownell | 2009-11-16 | 1 | -4/+6 | |
* | Cortex-M3: don't exit() | David Brownell | 2009-11-16 | 1 | -24/+10 | |
* | ARMv7A: use standard disassembler | David Brownell | 2009-11-16 | 2 | -101/+8 | |
* | ARM11: register (most) standard ARM commands | David Brownell | 2009-11-16 | 2 | -1/+10 | |
* | ARM: "armv4_5" command prefix becomes "arm" | David Brownell | 2009-11-16 | 9 | -22/+31 | |
* | JTAG: fix autoprobe failure. | David Brownell | 2009-11-16 | 1 | -2/+10 | |
* | fileio: improve API types | Zachary T Welch | 2009-11-16 | 12 | -64/+66 | |
* | struct fileio: improve member types | Zachary T Welch | 2009-11-16 | 6 | -7/+7 | |
* | helper/log: improve API parameter types | Zachary T Welch | 2009-11-16 | 2 | -19/+16 | |
* | use Jim_CmdProc in jim_register | Zachary T Welch | 2009-11-16 | 2 | -2/+4 | |
* | improve constness of open_file_from_path | Zachary T Welch | 2009-11-16 | 2 | -2/+2 | |
* | make command line options const | Zachary T Welch | 2009-11-16 | 1 | -1/+1 | |
* | ARM: standard disassembler uses Thumb2 entry | David Brownell | 2009-11-16 | 2 | -38/+38 | |
* | target: don't include "log.h" from "armv4_5.h" | David Brownell | 2009-11-16 | 2 | -1/+1 | |
* | ARM: move mode functions out of header | David Brownell | 2009-11-16 | 2 | -40/+56 | |
* | JTAG: no LOG_WARNING() for taps without IDCODE | David Brownell | 2009-11-16 | 1 | -1/+1 | |
* | binarybuffer: regression fix | David Brownell | 2009-11-16 | 1 | -2/+4 | |
* | "types.h" doxygen fix | David Brownell | 2009-11-16 | 1 | -2/+2 | |
* | target: less implicit inclusion of "etm.h" | David Brownell | 2009-11-16 | 9 | -2/+13 | |
* | move ARRAY_SIZE macro to types.h | Zachary T Welch | 2009-11-16 | 14 | -59/+49 | |
* | armv7m: make core reg read/write use unsigned | Zachary T Welch | 2009-11-16 | 2 | -6/+6 | |
* | remove TAP_SCAN_BYTES macro | Zachary T Welch | 2009-11-16 | 4 | -11/+9 | |
* | rename CEIL as DIV_ROUND_UP | Zachary T Welch | 2009-11-16 | 19 | -53/+60 | |
* | move container_of to types.h | Zachary T Welch | 2009-11-16 | 2 | -13/+15 | |
* | nand_command_get_device_by_num: make COMMAND_HELPER | Zachary T Welch | 2009-11-16 | 2 | -10/+11 | |
* | flash_command_get_bank_by_num: make COMMAND_HELPER | Zachary T Welch | 2009-11-16 | 11 | -41/+41 | |
* | cleanup jtag minidrivers | Zachary T Welch | 2009-11-16 | 2 | -31/+0 | |
* | Add 'nand verify' command | Zachary T Welch | 2009-11-16 | 2 | -0/+91 | |
* | Add FILEIO_NONE access mode. | Zachary T Welch | 2009-11-16 | 1 | -0/+1 | |
* | 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 |