aboutsummaryrefslogtreecommitdiff
path: root/src/flash
AgeCommit message (Expand)AuthorFilesLines
2009-06-21C99 printf() -Werror fixesduane1-4/+4
2009-06-21C99 printf() -Werror fixesduane1-23/+45
2009-06-21C99 printf() -Werror fixesduane1-11/+11
2009-06-21C99 printf() -Werror fixesduane1-2/+2
2009-06-21C99 printf() -Werror fixesduane1-2/+2
2009-06-21C99 printf() -Werror fixesduane1-7/+7
2009-06-21C99 printf() -Werror fixesduane1-1/+1
2009-06-21C99 printf() -Werror fixesduane1-19/+19
2009-06-21C99 printf() -Werror fixesduane1-26/+33
2009-06-21C99 printf() -Werror fixesduane1-4/+4
2009-06-21C99 printf() -Werror fixesduane1-41/+46
2009-06-18Transform 'u32' to 'uint32_t' in src/flash.zwelch39-586/+586
2009-06-18Transform 'u16' to 'uint16_t'zwelch25-109/+109
2009-06-18Transform 'u8' to 'uint8_t' in src/flashzwelch35-349/+349
2009-06-12unsik Kim <donari75@gmail.com>:zwelch2-191/+240
2009-06-09Fix make maintainer-clean for out-of-tree builds.zwelch1-1/+1
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