summaryrefslogtreecommitdiff
path: root/src/flash
Commit message (Expand)AuthorAgeFilesLines
* remove unused include file: inttypes.hoharboe2009-06-052-5/+0
* Eliminate MixedCaps symbol from public JTAG TAP API:zwelch2009-06-051-1/+1
* Rename jtag_add_end_state to jtag_set_end_state since "add" implies thatoharboe2009-06-041-8/+8
* Introduce jtag_get_end_state() fn to clarify code a bit.oharboe2009-06-041-5/+5
* no longer use jtag_add_xxx() to set end state to TAP_IDLE. Same must be done ...oharboe2009-06-041-8/+8
* remove TAP_INVALID as argument to jtag_add_xxx() fn'soharboe2009-06-041-5/+5
* David Brownell <david-b@pacbell.net>:zwelch2009-06-017-578/+505
* Whitespace-only updates to automake input files:zwelch2009-05-311-9/+51
* Add target_bulk_write_memory wrapper:zwelch2009-05-311-2/+1
* Add target_run_algorithm wrapper:zwelch2009-05-3110-11/+11
* Add target_write_memory wrapper:zwelch2009-05-319-81/+81
* Add target_read_memory wrapper:zwelch2009-05-315-16/+16
* Add documentation to flash.h:zwelch2009-05-291-12/+245
* Fix potentialyl unaligned memory accesses in mflash driver.zwelch2009-05-271-2/+3
* unsik Kim <donari75@gmail.com>:zwelch2009-05-272-23/+66
* unsik Kim <donari75@gmail.com>:zwelch2009-05-272-11/+501
* unsik Kim <donari75@gmail.com>:zwelch2009-05-272-14/+0
* unsik Kim <donari75@gmail.com>:zwelch2009-05-272-27/+5
* unsik Kim <donari75@gmail.com>:zwelch2009-05-271-13/+13
* Author: Raúl Sánchez Siles <rsanchezs@infoglobal.es>kc8apf2009-05-251-2/+4
* David Brownell <david-b@pacbell.net>: minor davinci_nand bugfixzwelch2009-05-241-2/+4
* David Brownell <david-b@pacbell.net>:zwelch2009-05-241-34/+75
* David Brownell <david-b@pacbell.net>:zwelch2009-05-243-1/+747
* Author: Raúl Sánchez Siles <rsanchezs@infoglobal.es>kc8apf2009-05-221-2/+20
* Author: Raúl Sánchez Siles <rsanchezs@infoglobal.es>kc8apf2009-05-221-2/+4
* Author: Raúl Sánchez Siles <rsanchezs@infoglobal.es>kc8apf2009-05-221-4/+4
* Author: David Brownell <david-b@pacbell.net>kc8apf2009-05-221-28/+3
* David Brownell <david-b@pacbell.net>: This patch adds annotations tozwelch2009-05-212-9/+12
* David Brownell <david-b@pacbell.net> NAND: update ids, "nand list" bugfixoharboe2009-05-192-4/+8
* Consolidate target selection code into single get_target() that handles both ...kc8apf2009-05-186-13/+13
* Whitespace cleanup from David Brownell <david-b@pacbell.net>kc8apf2009-05-1812-343/+342
* fix naming of at91sam7 driveroharboe2009-05-161-2/+2
* use TAP_INVALID enum instead of -1oharboe2009-05-141-5/+5
* - add missing svn props from svn 1768 commitntfreak2009-05-121-174/+174
* 4-bit ECC support for Marvell Kirkwood SOCoharboe2009-05-124-2/+195
* Audit and eliminate redundant #include directives in src/flash sources.zwelch2009-05-1127-243/+21
* Audit and eliminate redundant #include directives in src/flash headers.zwelch2009-05-1115-17/+13
* Remove redundant sys/types.h #include directives (now in types.h).zwelch2009-05-112-2/+0
* Extend autotools build to create shared library libopenocd with libtool:zwelch2009-05-101-2/+2
* Michael Fischer <fischermi@t-online.de> fix compile problems on Macoharboe2009-05-081-1/+1
* in_handler in_check_mask and in_check_value now removed from field. Last big ...oharboe2009-05-081-15/+15
* Deleted at9sam7_old driver. Nobody has complained about the new one yet.oharboe2009-05-074-1058/+2
* Fix stm32x and pic32mx flash pointer cast alignment warnings, simplify their ...zwelch2009-05-072-27/+17
* remove unecessary setting of deprecated fields to NULLoharboe2009-05-061-45/+45
* retire out_mask - not used anywhereoharboe2009-05-061-15/+15
* Piotr Esden-Tempski <piotr@esden.net> Mac OS X compile fixesoharboe2009-05-031-4/+4
* Update autotools scripts to require automake 1.6. The configure.in scriptzwelch2009-05-021-2/+5
* Print out warning when LPC calc_checksum will cause verification to fail.oharboe2009-04-301-0/+9
* Fix signed/unsigned comparison.zwelch2009-04-301-1/+1
* no changeoharboe2009-04-301-62/+63