aboutsummaryrefslogtreecommitdiff
path: root/src/flash
AgeCommit message (Expand)Author
2009-06-18Transform 'u32' to 'uint32_t' in src/flash.zwelch
2009-06-18Transform 'u16' to 'uint16_t'zwelch
2009-06-18Transform 'u8' to 'uint8_t' in src/flashzwelch
2009-06-12unsik Kim <donari75@gmail.com>:zwelch
2009-06-09Fix make maintainer-clean for out-of-tree builds.zwelch
2009-06-09- Replace 'jtag_tap_by_abs_position' with 'jtag_tap_by_position'.zwelch
2009-06-05remove unused include file: inttypes.hoharboe
2009-06-05Eliminate MixedCaps symbol from public JTAG TAP API:zwelch
2009-06-04Rename jtag_add_end_state to jtag_set_end_state since "add" implies thatoharboe
2009-06-04Introduce jtag_get_end_state() fn to clarify code a bit.oharboe
2009-06-04no longer use jtag_add_xxx() to set end state to TAP_IDLE. Same must be done ...oharboe
2009-06-04remove TAP_INVALID as argument to jtag_add_xxx() fn'soharboe
2009-06-01David Brownell <david-b@pacbell.net>:zwelch
2009-05-31Whitespace-only updates to automake input files:zwelch
2009-05-31Add target_bulk_write_memory wrapper:zwelch
2009-05-31Add target_run_algorithm wrapper:zwelch
2009-05-31Add target_write_memory wrapper:zwelch
2009-05-31Add target_read_memory wrapper:zwelch
2009-05-29Add documentation to flash.h:zwelch
2009-05-27Fix potentialyl unaligned memory accesses in mflash driver.zwelch
2009-05-27unsik Kim <donari75@gmail.com>:zwelch
2009-05-27unsik Kim <donari75@gmail.com>:zwelch
2009-05-27unsik Kim <donari75@gmail.com>:zwelch
2009-05-27unsik Kim <donari75@gmail.com>:zwelch
2009-05-27unsik Kim <donari75@gmail.com>:zwelch
2009-05-25Author: Raúl Sánchez Siles <rsanchezs@infoglobal.es>kc8apf
2009-05-24David Brownell <david-b@pacbell.net>: minor davinci_nand bugfixzwelch
2009-05-24David Brownell <david-b@pacbell.net>:zwelch
2009-05-24David Brownell <david-b@pacbell.net>:zwelch
2009-05-22Author: Raúl Sánchez Siles <rsanchezs@infoglobal.es>kc8apf
2009-05-22Author: Raúl Sánchez Siles <rsanchezs@infoglobal.es>kc8apf
2009-05-22Author: Raúl Sánchez Siles <rsanchezs@infoglobal.es>kc8apf
2009-05-22Author: David Brownell <david-b@pacbell.net>kc8apf
2009-05-21David Brownell <david-b@pacbell.net>: This patch adds annotations tozwelch
2009-05-19David Brownell <david-b@pacbell.net> NAND: update ids, "nand list" bugfixoharboe
2009-05-18Consolidate target selection code into single get_target() that handles both ...kc8apf
2009-05-18Whitespace cleanup from David Brownell <david-b@pacbell.net>kc8apf
2009-05-16fix naming of at91sam7 driveroharboe
2009-05-14use TAP_INVALID enum instead of -1oharboe
2009-05-12- add missing svn props from svn 1768 commitntfreak
2009-05-124-bit ECC support for Marvell Kirkwood SOCoharboe
2009-05-11Audit and eliminate redundant #include directives in src/flash sources.zwelch
2009-05-11Audit and eliminate redundant #include directives in src/flash headers.zwelch
2009-05-11Remove redundant sys/types.h #include directives (now in types.h).zwelch
2009-05-10Extend autotools build to create shared library libopenocd with libtool:zwelch
2009-05-08Michael Fischer <fischermi@t-online.de> fix compile problems on Macoharboe
2009-05-08in_handler in_check_mask and in_check_value now removed from field. Last big ...oharboe
2009-05-07Deleted at9sam7_old driver. Nobody has complained about the new one yet.oharboe
2009-05-07Fix stm32x and pic32mx flash pointer cast alignment warnings, simplify their ...zwelch
2009-05-06remove unecessary setting of deprecated fields to NULLoharboe