aboutsummaryrefslogtreecommitdiff
path: root/src/flash
AgeCommit message (Expand)AuthorFilesLines
2009-06-09- Replace 'jtag_tap_by_abs_position' with 'jtag_tap_by_position'.zwelch1-1/+1
2009-06-05remove unused include file: inttypes.hoharboe2-5/+0
2009-06-05Eliminate MixedCaps symbol from public JTAG TAP API:zwelch1-1/+1
2009-06-04Rename jtag_add_end_state to jtag_set_end_state since "add" implies thatoharboe1-8/+8
2009-06-04Introduce jtag_get_end_state() fn to clarify code a bit.oharboe1-5/+5
2009-06-04no longer use jtag_add_xxx() to set end state to TAP_IDLE. Same must be done ...oharboe1-8/+8
2009-06-04remove TAP_INVALID as argument to jtag_add_xxx() fn'soharboe1-5/+5
2009-06-01David Brownell <david-b@pacbell.net>:zwelch7-578/+505
2009-05-31Whitespace-only updates to automake input files:zwelch1-9/+51
2009-05-31Add target_bulk_write_memory wrapper:zwelch1-2/+1
2009-05-31Add target_run_algorithm wrapper:zwelch10-11/+11
2009-05-31Add target_write_memory wrapper:zwelch9-81/+81
2009-05-31Add target_read_memory wrapper:zwelch5-16/+16
2009-05-29Add documentation to flash.h:zwelch1-12/+245
2009-05-27Fix potentialyl unaligned memory accesses in mflash driver.zwelch1-2/+3
2009-05-27unsik Kim <donari75@gmail.com>:zwelch2-23/+66
2009-05-27unsik Kim <donari75@gmail.com>:zwelch2-11/+501
2009-05-27unsik Kim <donari75@gmail.com>:zwelch2-14/+0
2009-05-27unsik Kim <donari75@gmail.com>:zwelch2-27/+5
2009-05-27unsik Kim <donari75@gmail.com>:zwelch1-13/+13
2009-05-25Author: Raúl Sánchez Siles <rsanchezs@infoglobal.es>kc8apf1-2/+4
2009-05-24David Brownell <david-b@pacbell.net>: minor davinci_nand bugfixzwelch1-2/+4
2009-05-24David Brownell <david-b@pacbell.net>:zwelch1-34/+75
2009-05-24David Brownell <david-b@pacbell.net>:zwelch3-1/+747
2009-05-22Author: Raúl Sánchez Siles <rsanchezs@infoglobal.es>kc8apf1-2/+20
2009-05-22Author: Raúl Sánchez Siles <rsanchezs@infoglobal.es>kc8apf1-2/+4
2009-05-22Author: Raúl Sánchez Siles <rsanchezs@infoglobal.es>kc8apf1-4/+4
2009-05-22Author: David Brownell <david-b@pacbell.net>kc8apf1-28/+3
2009-05-21David Brownell <david-b@pacbell.net>: This patch adds annotations tozwelch2-9/+12
2009-05-19David Brownell <david-b@pacbell.net> NAND: update ids, "nand list" bugfixoharboe2-4/+8
2009-05-18Consolidate target selection code into single get_target() that handles both ...kc8apf6-13/+13
2009-05-18Whitespace cleanup from David Brownell <david-b@pacbell.net>kc8apf12-343/+342
2009-05-16fix naming of at91sam7 driveroharboe1-2/+2
2009-05-14use TAP_INVALID enum instead of -1oharboe1-5/+5
2009-05-12- add missing svn props from svn 1768 commitntfreak1-174/+174
2009-05-124-bit ECC support for Marvell Kirkwood SOCoharboe4-2/+195
2009-05-11Audit and eliminate redundant #include directives in src/flash sources.zwelch27-243/+21
2009-05-11Audit and eliminate redundant #include directives in src/flash headers.zwelch15-17/+13
2009-05-11Remove redundant sys/types.h #include directives (now in types.h).zwelch2-2/+0
2009-05-10Extend autotools build to create shared library libopenocd with libtool:zwelch1-2/+2
2009-05-08Michael Fischer <fischermi@t-online.de> fix compile problems on Macoharboe1-1/+1
2009-05-08in_handler in_check_mask and in_check_value now removed from field. Last big ...oharboe1-15/+15
2009-05-07Deleted at9sam7_old driver. Nobody has complained about the new one yet.oharboe4-1058/+2
2009-05-07Fix stm32x and pic32mx flash pointer cast alignment warnings, simplify their ...zwelch2-27/+17
2009-05-06remove unecessary setting of deprecated fields to NULLoharboe1-45/+45
2009-05-06retire out_mask - not used anywhereoharboe1-15/+15
2009-05-03Piotr Esden-Tempski <piotr@esden.net> Mac OS X compile fixesoharboe1-4/+4
2009-05-02Update autotools scripts to require automake 1.6. The configure.in scriptzwelch1-2/+5
2009-04-30Print out warning when LPC calc_checksum will cause verification to fail.oharboe1-0/+9
2009-04-30Fix signed/unsigned comparison.zwelch1-1/+1