| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | C99 printf() -Werror fixes | duane | 2009-06-21 | 1 | -2/+2 |
* | C99 printf() -Werror fixes | duane | 2009-06-21 | 1 | -7/+7 |
* | C99 printf() -Werror fixes | duane | 2009-06-21 | 1 | -1/+1 |
* | C99 printf() -Werror fixes | duane | 2009-06-21 | 1 | -19/+19 |
* | C99 printf() -Werror fixes | duane | 2009-06-21 | 1 | -26/+33 |
* | C99 printf() -Werror fixes | duane | 2009-06-21 | 1 | -4/+4 |
* | C99 printf() -Werror fixes | duane | 2009-06-21 | 1 | -41/+46 |
* | Transform 'u32' to 'uint32_t' in src/flash. | zwelch | 2009-06-18 | 39 | -586/+586 |
* | Transform 'u16' to 'uint16_t' | zwelch | 2009-06-18 | 25 | -109/+109 |
* | Transform 'u8' to 'uint8_t' in src/flash | zwelch | 2009-06-18 | 35 | -349/+349 |
* | unsik Kim <donari75@gmail.com>: | zwelch | 2009-06-12 | 2 | -191/+240 |
* | Fix make maintainer-clean for out-of-tree builds. | zwelch | 2009-06-09 | 1 | -1/+1 |
* | - Replace 'jtag_tap_by_abs_position' with 'jtag_tap_by_position'. | zwelch | 2009-06-09 | 1 | -1/+1 |
* | remove unused include file: inttypes.h | oharboe | 2009-06-05 | 2 | -5/+0 |
* | Eliminate MixedCaps symbol from public JTAG TAP API: | zwelch | 2009-06-05 | 1 | -1/+1 |
* | Rename jtag_add_end_state to jtag_set_end_state since "add" implies that | oharboe | 2009-06-04 | 1 | -8/+8 |
* | Introduce jtag_get_end_state() fn to clarify code a bit. | oharboe | 2009-06-04 | 1 | -5/+5 |
* | no longer use jtag_add_xxx() to set end state to TAP_IDLE. Same must be done ... | oharboe | 2009-06-04 | 1 | -8/+8 |
* | remove TAP_INVALID as argument to jtag_add_xxx() fn's | oharboe | 2009-06-04 | 1 | -5/+5 |
* | David Brownell <david-b@pacbell.net>: | zwelch | 2009-06-01 | 7 | -578/+505 |
* | Whitespace-only updates to automake input files: | zwelch | 2009-05-31 | 1 | -9/+51 |
* | Add target_bulk_write_memory wrapper: | zwelch | 2009-05-31 | 1 | -2/+1 |
* | Add target_run_algorithm wrapper: | zwelch | 2009-05-31 | 10 | -11/+11 |
* | Add target_write_memory wrapper: | zwelch | 2009-05-31 | 9 | -81/+81 |
* | Add target_read_memory wrapper: | zwelch | 2009-05-31 | 5 | -16/+16 |
* | Add documentation to flash.h: | zwelch | 2009-05-29 | 1 | -12/+245 |
* | Fix potentialyl unaligned memory accesses in mflash driver. | zwelch | 2009-05-27 | 1 | -2/+3 |
* | unsik Kim <donari75@gmail.com>: | zwelch | 2009-05-27 | 2 | -23/+66 |
* | unsik Kim <donari75@gmail.com>: | zwelch | 2009-05-27 | 2 | -11/+501 |
* | unsik Kim <donari75@gmail.com>: | zwelch | 2009-05-27 | 2 | -14/+0 |
* | unsik Kim <donari75@gmail.com>: | zwelch | 2009-05-27 | 2 | -27/+5 |
* | unsik Kim <donari75@gmail.com>: | zwelch | 2009-05-27 | 1 | -13/+13 |
* | Author: Raúl Sánchez Siles <rsanchezs@infoglobal.es> | kc8apf | 2009-05-25 | 1 | -2/+4 |
* | David Brownell <david-b@pacbell.net>: minor davinci_nand bugfix | zwelch | 2009-05-24 | 1 | -2/+4 |
* | David Brownell <david-b@pacbell.net>: | zwelch | 2009-05-24 | 1 | -34/+75 |
* | David Brownell <david-b@pacbell.net>: | zwelch | 2009-05-24 | 3 | -1/+747 |
* | Author: Raúl Sánchez Siles <rsanchezs@infoglobal.es> | kc8apf | 2009-05-22 | 1 | -2/+20 |
* | Author: Raúl Sánchez Siles <rsanchezs@infoglobal.es> | kc8apf | 2009-05-22 | 1 | -2/+4 |
* | Author: Raúl Sánchez Siles <rsanchezs@infoglobal.es> | kc8apf | 2009-05-22 | 1 | -4/+4 |
* | Author: David Brownell <david-b@pacbell.net> | kc8apf | 2009-05-22 | 1 | -28/+3 |
* | David Brownell <david-b@pacbell.net>: This patch adds annotations to | zwelch | 2009-05-21 | 2 | -9/+12 |
* | David Brownell <david-b@pacbell.net> NAND: update ids, "nand list" bugfix | oharboe | 2009-05-19 | 2 | -4/+8 |
* | Consolidate target selection code into single get_target() that handles both ... | kc8apf | 2009-05-18 | 6 | -13/+13 |
* | Whitespace cleanup from David Brownell <david-b@pacbell.net> | kc8apf | 2009-05-18 | 12 | -343/+342 |
* | fix naming of at91sam7 driver | oharboe | 2009-05-16 | 1 | -2/+2 |
* | use TAP_INVALID enum instead of -1 | oharboe | 2009-05-14 | 1 | -5/+5 |
* | - add missing svn props from svn 1768 commit | ntfreak | 2009-05-12 | 1 | -174/+174 |
* | 4-bit ECC support for Marvell Kirkwood SOC | oharboe | 2009-05-12 | 4 | -2/+195 |
* | Audit and eliminate redundant #include directives in src/flash sources. | zwelch | 2009-05-11 | 27 | -243/+21 |
* | Audit and eliminate redundant #include directives in src/flash headers. | zwelch | 2009-05-11 | 15 | -17/+13 |