aboutsummaryrefslogtreecommitdiff
path: root/src/flash
AgeCommit message (Expand)AuthorFilesLines
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
2009-04-30no changeoharboe1-62/+63
2009-04-30flash fillX now has a verify stageoharboe1-0/+16
2009-04-29Clear FLASH_SR error flags after flash errors to avoid reset befor further fl...mlu1-1/+10
2009-04-29Remove redundant declarations to allow building with -Wredundant-decls.zwelch1-1/+0
2009-04-27SimonQian <simonqian@simonqian.com> fix warnings(which stops compilation) and...oharboe2-539/+539
2009-04-27SimonQian <simonqian@simonqian.com> AVR wipoharboe4-2/+543
2009-04-27Philippe Vachon <philippe@cowpig.ca> 64 bit host fixesoharboe1-4/+8