| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | ETM: start support for ETMv2+ | David Brownell | 2009-11-12 | 1 | -22/+120 |
* | ETM: remove old mid-level ETM handle | David Brownell | 2009-11-11 | 1 | -2/+1 |
* | ETM: use new toplevel ETM handle | David Brownell | 2009-11-11 | 1 | -58/+50 |
* | ARM: start generalized base type | David Brownell | 2009-11-11 | 1 | -14/+3 |
* | ETM cleanup | David Brownell | 2009-11-11 | 1 | -93/+109 |
* | ARM: other code uses the new inheritance/nesting scheme | David Brownell | 2009-11-05 | 1 | -2/+1 |
* | Improve ETM tracemode update command. | Zachary T Welch | 2009-11-05 | 1 | -88/+84 |
* | Improve etm command argument parsing. | Zachary T Welch | 2009-11-05 | 1 | -4/+9 |
* | ETM: rename registers, doc tweaks | David Brownell | 2009-10-22 | 1 | -47/+54 |
* | printf format warning fixes | David Brownell | 2009-10-10 | 1 | -10/+10 |
* | Minor ETB and ETM bugfixes and doc updates | dbrownell | 2009-10-02 | 1 | -7/+36 |
* | ETM: fix build issue on MinGW. | dbrownell | 2009-09-29 | 1 | -20/+21 |
* | When setting up an ETM, cache its ETM_CONFIG register. Then | dbrownell | 2009-09-23 | 1 | -51/+176 |
* | Start cleaning up ETM register handling. On one ARM926 ETM+ETB | dbrownell | 2009-09-23 | 1 | -160/+160 |
* | Initial ETM cleanups. Most of these are cosmetic: | dbrownell | 2009-09-23 | 1 | -53/+94 |
* | Steve Grubb <sgrubb@redhat.com> fix various and sundry leaks | oharboe | 2009-08-24 | 1 | -0/+12 |
* | - Fixes '[|]' whitespace | zwelch | 2009-06-23 | 1 | -2/+2 |
* | - Fixes '=' whitespace | zwelch | 2009-06-23 | 1 | -4/+4 |
* | - Fixes '!=' whitespace | zwelch | 2009-06-23 | 1 | -1/+1 |
* | C99 printf() -Werror fixes | duane | 2009-06-21 | 1 | -25/+27 |
* | Transform 'u32' to 'uint32_t' in src/target | zwelch | 2009-06-18 | 1 | -21/+21 |
* | Transform 'u8' to 'uint8_t' in src/target | zwelch | 2009-06-18 | 1 | -14/+14 |
* | Rename jtag_add_end_state to jtag_set_end_state since "add" implies that | oharboe | 2009-06-04 | 1 | -2/+2 |
* | Introduce jtag_get_end_state() fn to clarify code a bit. | oharboe | 2009-06-04 | 1 | -3/+3 |
* | remove TAP_INVALID as argument to jtag_add_xxx() fn's | oharboe | 2009-06-04 | 1 | -3/+3 |
* | David Brownell <david-b@pacbell.net>: | zwelch | 2009-05-30 | 1 | -3/+5 |
* | David Brownell <david-b@pacbell.net>: This patch adds annotations to | zwelch | 2009-05-21 | 1 | -1/+1 |
* | Consolidate target selection code into single get_target() that handles both ... | kc8apf | 2009-05-18 | 1 | -3/+2 |
* | fix jtag_add_dr_scan() usage a bit... avoid lots of malloc()'s. | oharboe | 2009-05-11 | 1 | -10/+6 |
* | switch to jtag_add_dr_scan_check() - USB performance fix | oharboe | 2009-05-11 | 1 | -3/+9 |
* | Audit and eliminate redundant #include directives in other target files. | zwelch | 2009-05-11 | 1 | -16/+2 |
* | whitespace fixes | oharboe | 2009-05-08 | 1 | -17/+6 |
* | in_handler in_check_mask and in_check_value now removed from field. Last big ... | oharboe | 2009-05-08 | 1 | -6/+6 |
* | retire jtag_set_check_value | oharboe | 2009-05-08 | 1 | -26/+15 |
* | remove unecessary setting of deprecated fields to NULL | oharboe | 2009-05-06 | 1 | -18/+18 |
* | retire out_mask - not used anywhere | oharboe | 2009-05-06 | 1 | -6/+6 |
* | Mariano Alvira <mar@devl.org> fixes warnings | oharboe | 2009-05-04 | 1 | -3/+3 |
* | Add static keywords to core target source file data and functions. | zwelch | 2009-04-30 | 1 | -23/+25 |
* | Remove redundant declarations to allow building with -Wredundant-decls. | zwelch | 2009-04-29 | 1 | -6/+0 |
* | Zach Welch <zw@superlucidity.net> fix -Werror warnings | oharboe | 2009-04-19 | 1 | -4/+4 |
* | The following patches was applied: | mifi | 2009-04-18 | 1 | -4/+4 |
* | Change tap_state naming to be consistent with SVF documentation. | kc8apf | 2008-12-13 | 1 | -2/+2 |
* | jtag newtap change & huge manual update | duane | 2008-11-30 | 1 | -6/+6 |
* | Laurentiu Cocanu - memory read/write and exit() error path fixes | oharboe | 2008-10-15 | 1 | -7/+11 |
* | fixed a few crashes in syntax handling | oharboe | 2008-10-14 | 1 | -237/+235 |
* | Edgar Grimberg fixes some memory handling issues and | oharboe | 2008-05-20 | 1 | -0/+8 |
* | - Set up ICE registers after TRST | oharboe | 2008-04-13 | 1 | -20/+33 |
* | - rename log functions to stop conflicts under win32 (wingdi) | ntfreak | 2008-03-25 | 1 | -19/+19 |
* | Michael Bruck: fixed warnings | oharboe | 2008-03-07 | 1 | -0/+5 |
* | - image.c and fileio.c now uses logging to propagate error strings. | oharboe | 2008-02-29 | 1 | -3/+3 |